Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
crftwrk committed Mar 28, 2024
1 parent c93a1b5 commit d8fb4a8
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 33 deletions.
4 changes: 2 additions & 2 deletions main.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/*Plugin Name: bs Preloader
Plugin URI: https://bootscore.me/plugins/bs-preloader/
Description: Plugin adds a preloader to Bootscore theme. <a href="https://bootscore.me/documentation/bs-preloader/">Documentation</a> | <a href="https://bootscore.me/documentation/bs-preloader/#Changelog">Changelog</a>
Version: 5.3.0
Tested up to: 6.4.2
Version: 5.3.1
Tested up to: 6.4.3
Requires at least: 5.0
Requires PHP: 7.4
Author: Bootscore
Expand Down
125 changes: 94 additions & 31 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

Contributors: Bastian Kreiter, Kemal Sulic

Stable tag: 5.3.0
Tested up to: 6.4.2
Stable tag: 5.3.1
Tested up to: 6.4.3
Requires at least: 5.0
Requires PHP: 7.4
License: MIT License
Expand Down Expand Up @@ -33,91 +33,154 @@ Override plugin template by creating a folder your-theme/bs-preloader-main and p

== Changelog ==

= 5.3.1 - March 28 2023 =

#### Improvement

* Moved js and css to assets folder

#### Update

* Update checker 5.4

= 5.3.0 - January 18 2023 =

* [IMPROVEMENT] Added bg-body class to #preloader 7214a63 (@crftwrk)
* [IMPROVEMENT] Removed -main branch suffix from plugin's folder. This does not affect existing bs-preloader-main installations.
* [REMOVED] Hide preloader on IE10+ 7bb956c (@crftwrk)
* [UPDATE] Update checker 5.3 b580ec7 (@crftwrk)
#### Improvement

* Added bg-body class to #preloader 7214a63 (@crftwrk)
* Removed -main branch suffix from plugin's folder. This does not affect existing bs-preloader-main installations.

#### Removed

* Hide preloader on IE10+ 7bb956c (@crftwrk)

#### Update

* Update checker 5.3 b580ec7 (@crftwrk)

= 5.2.0 - December 14 2023 =

* [FEATURE] Rewrite locate template script to skip -main suffix in child folder
* [UPDATE] Update checker v5
#### Feature

* Rewrite locate template script to skip -main suffix in child folder

#### Update

* Update checker v5

= 5.1.2 - August 27 2023 =

* [BUGFIX] Downgrade to update checker v4
#### Bugfix

* Downgrade to update checker v4

= 5.1.1 - August 26 2023 =

* [IMPROVEMENT] Deny direct access #12
* [UPDATE] Plugin checker 5.2 #13
#### Improvement

* Deny direct access #12

#### Update

* Plugin checker 5.2 #13

= 5.1.0 - June 08 2023 =

* [FEATURE] Add composer.json
#### Feature

* Add composer.json

= 5.0.1.5 - June 30 2022 =

* [IMPROVEMENT] Reformat files
#### Improvement

* Reformat files

= 5.0.1.4 - January 18 2022 =

* [BUGFIX] Changed class sr-only to visually-hidden (BS5)
#### Bugfix

* Changed class sr-only to visually-hidden (BS5)

= 5.0.1.3 - January 13 2022 =

* [BUGFIX] Prevents preloader stucking by press the browser back/forward buttons https://github.com/bootscore/bs-preloader/issues/6
#### Bugfix

* Prevents preloader stucking by press the browser back/forward buttons https://github.com/bootscore/bs-preloader/issues/6

= 5.0.1.2 - November 08 2021 =

* [HOTFIX] Exclude :mailto, :tel, .woocommerce-MyAccount-downloads-file and data-fade="false" from fade-in.
#### Bugfix

* Exclude :mailto, :tel, .woocommerce-MyAccount-downloads-file and data-fade="false" from fade-in.

= 5.0.1.1 - November 07 2021 =

* [IMPROVEMENT] Refactored preloader.js https://github.com/bootscore/bs-preloader/issues/3
* [IMPROVEMENT] Reformat files
#### Improvement

* Refactored preloader.js https://github.com/bootscore/bs-preloader/issues/3
* Reformat files

= 5.0.1.0 - September 24 2021 =

* [BUGFIX] Prevent ctrl/cmd + click links from fade-in
* [NEW] Added Update Checker
#### Feature

* Added Update Checker

#### Bugfix

* Prevent ctrl/cmd + click links from fade-in

= 5.0.0.8 - August 24 2021 =

* [BUGFIX] Exclude .comments-link from fade-out
* [BUGFIX] Exclude .woocommerce-MyAccount-downloads-file from fade-out
#### Bugfix

* Exclude .comments-link from fade-out
* Exclude .woocommerce-MyAccount-downloads-file from fade-out

= 5.0.0.7 - May 30 2021 =

* [BUGFIX] Exclude .dropdown-toggle from fade-out
#### Bugfix

* Exclude .dropdown-toggle from fade-out

= 5.0.0.6 - May 28 2021 =

* [IMPROVEMENT] Hide on Internet Explorer
* [IMPROVEMENT] Fade out effect on click <a>...</a> for smooth page transition (works not on Mac Safari and all iOS Browsers)
#### Improvement

* Hide on Internet Explorer
* Fade out effect on click <a>...</a> for smooth page transition (works not on Mac Safari and all iOS Browsers)

= 5.0.0.5 - March 08 2021 =

* [IMPROVEMENT] Uses zi-1070 class of parent theme instead of own CSS (needs at least bootScore 5.0.0.5)
#### Improvement

* Uses zi-1070 class of parent theme instead of own CSS (needs at least bootScore 5.0.0.5)

= 5.0.0.4 - March 05 2021 =

* [IMPROVEMENT] Uses Bootstrap positioning classes instead of own CSS
#### Improvement

* Uses Bootstrap positioning classes instead of own CSS

= 5.0.0.3 - February 11 2021 =

* [SEO] Load CSS in external file again
#### Improvement

* Load CSS in external file again

= 5.0.0.2 - February 10 2021 =

* [NEW] Override template in child-theme
#### Feature

* Override template in child-theme

= 5.0.0.1 - February 09 2021 =

* [SEO] Load CSS inline to reduce file request
* [SEO] Load preloader.js in footer
#### Improvement

* Load CSS inline to reduce file request
* Load preloader.js in footer

= 5.0.0 - December 30 2020 =

Expand Down

0 comments on commit d8fb4a8

Please sign in to comment.