-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathreadme.txt
220 lines (116 loc) · 3.99 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
=== bs Preloader ===
Contributors: Bastian Kreiter, Kemal Sulic, Murilo Carvalho
Stable tag: 5.5.0
Tested up to: 6.6
Requires at least: 5.0
Requires PHP: 7.4
License: MIT License
License URI: https://github.com/bootscore/bs-preloader/blob/main/LICENSE
Plugin adds a preloader to Bootscore theme, Copyright 2021 - 2024 The Bootscore Contributors.
== Credits ==
- Update Checker https://github.com/YahnisElsts/plugin-update-checker/blob/master/license.txt, Copyright 2017, Jānis Elsts
== Installation ==
1. In your admin panel, go to Plugins > and click the Add New button.
2. Click Upload Plugin and Choose File, then select the Plugin's .zip file. Click Install Now.
3. Click Activate to use your new Plugin right away.
== Usage ==
Read documentation https://bootscore.me/documentation/bs-preloader/
Override plugin template by creating a folder your-theme/bs-preloader-main and paste a copy of preloader.php in plugin folder templates.
== Changelog ==
= 5.5.0 - October 08 2024 =
#### Features
* Added a filter to preloader bg and added a hook
#### Improvements
* Added icon.png
* Renamed filter `bootscore/class/preloader_spinner` into `bootscore/class/preloader/spinner`
#### Bugfixes
* Favicon disappears on non-admin pages if favicon is selected via the Customizer
#### Templates changed
* `preloader.php`
= 5.4.1 - August 31 2024 =
#### Improvements
* Added icon.svg
* Updated meta
* Tested up to WP 6.6
= 5.4.0 - May 03 2024 =
#### Feature
* Added a filter to loading spinner
= 5.3.1 - March 28 2024 =
#### 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
* 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
= 5.1.2 - August 27 2023 =
#### Bugfix
* Downgrade to update checker v4
= 5.1.1 - August 26 2023 =
#### Improvement
* Deny direct access #12
#### Update
* Plugin checker 5.2 #13
= 5.1.0 - June 08 2023 =
#### Feature
* Add composer.json
= 5.0.1.5 - June 30 2022 =
#### Improvement
* Reformat files
= 5.0.1.4 - January 18 2022 =
#### 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
= 5.0.1.2 - November 08 2021 =
#### 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
* Reformat files
= 5.0.1.0 - September 24 2021 =
#### 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
* Exclude .woocommerce-MyAccount-downloads-file from fade-out
= 5.0.0.7 - May 30 2021 =
#### Bugfix
* Exclude .dropdown-toggle from fade-out
= 5.0.0.6 - May 28 2021 =
#### 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)
= 5.0.0.4 - March 05 2021 =
#### Improvement
* Uses Bootstrap positioning classes instead of own CSS
= 5.0.0.3 - February 11 2021 =
#### Improvement
* Load CSS in external file again
= 5.0.0.2 - February 10 2021 =
#### Feature
* Override template in child-theme
= 5.0.0.1 - February 09 2021 =
#### Improvement
* Load CSS inline to reduce file request
* Load preloader.js in footer
= 5.0.0 - December 30 2020 =
* Initial release