Skip to content

Commit

Permalink
Merge pull request #6 from bootscore/5.2.0.0
Browse files Browse the repository at this point in the history
Added missing modal class
  • Loading branch information
crftwrk authored Aug 20, 2022
2 parents cea0a21 + 24a6cc7 commit 5e221ca
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
10 changes: 1 addition & 9 deletions js/cookie-settings.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion main.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*Plugin Name: bS Cookie Settings
Plugin URI: https://bootscore.me/plugins/bs-cookie-settings/
Description: This plugin adds a cookie modal to bootScore
Version: 5.1.3.2
Version: 5.2.0.0
Author: bootScore
Author URI: https://bootscore.me
License: MIT License
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Contributors: Bastian Kreiter
Requires at least: 4.5
Tested up to: 6.0
Requires PHP: 5.6
Stable tag: 5.1.3.2
Stable tag: 5.2.0.0
License: MIT License
License URI: https://github.com/bootscore/bs-cookie-settings/blob/main/LICENSE

Expand All @@ -31,6 +31,10 @@ Read documentation https://github.com/bootscore/bs-cookie-settings/blob/main/REA

== Changelog ==

= 5.2.0.0 - August 20 2022 =

* Added missing modal class

= 5.1.3.2 - June 03 2022 =

* Fix modal backdrop in Chrome/Edge. Used rgba instead of opacity.
Expand Down
2 changes: 1 addition & 1 deletion src/js/cookie-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@
* Set classes
*/
settings.className = "position-fixed top-0 end-0 bottom-0 start-0";
settings_container.className = "position-fixed top-0 end-0 bottom-0 start-0";
settings_container.className = "modal fade";
settings_container_inner.className = "modal-dialog modal-dialog-scrollable modal-fullscreen-sm-down";
settings_inner.className = 'modal-content';
settings_header.className = "modal-header";
Expand Down

0 comments on commit 5e221ca

Please sign in to comment.