Skip to content

Commit 452e210

Browse files
committed
Updates changelog
1 parent c643e2d commit 452e210

File tree

2 files changed

+26
-59
lines changed

2 files changed

+26
-59
lines changed

changelog.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
Changelog
22
=========
33

4-
## 6.1.2 ##
4+
## 6.3.0 ##
5+
6+
**If you're using a caching plugin on your website, clearing its cache after installing / updating to this version is highly recommended.**
7+
8+
- Improves compatibility with newer versions of PHP 8 (thanks ispreview and dimal for the heads-up!)
9+
- Introduces new shortcode to render views count (see [Release notes](https://cabrerahector.com/wordpress/wordpress-popular-posts-6-3-new-shortcode-to-display-views-count-php-8-compatibility-improvements/) for more details).
10+
- Shares post_id value with render_image filter hook for more flexibility.
11+
- Fixes a fatal error when the PHP extension mbstring is not installed.
12+
- Updates wpp.min.js.
13+
14+
[Release notes](https://cabrerahector.com/wordpress/wordpress-popular-posts-6-3-new-shortcode-to-display-views-count-php-8-compatibility-improvements/)
15+
16+
## 6.2.1 ##
517

618
- Fixes an issue where the [wpp] shortcode would get stuck at the loading animation.
719

readme.txt

Lines changed: 13 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,19 @@ The FAQ section has been moved [here](https://github.com/cabrerahector/wordpress
109109

110110
== Changelog ==
111111

112-
= 6.1.2 =
112+
= 6.3.0 =
113+
114+
**If you're using a caching plugin on your website, clearing its cache after installing / updating to this version is highly recommended.**
115+
116+
- Improves compatibility with newer versions of PHP 8 (thanks ispreview and dimal for the heads-up!)
117+
- Introduces new shortcode to render views count (see [Release notes](https://cabrerahector.com/wordpress/wordpress-popular-posts-6-3-new-shortcode-to-display-views-count-php-8-compatibility-improvements/) for more details).
118+
- Shares post_id value with render_image filter hook for more flexibility.
119+
- Fixes a fatal error when the PHP extension mbstring is not installed.
120+
- Updates wpp.min.js.
121+
122+
[Release notes](https://cabrerahector.com/wordpress/wordpress-popular-posts-6-3-new-shortcode-to-display-views-count-php-8-compatibility-improvements/)
123+
124+
= 6.2.1 =
113125

114126
- Fixes an issue where the [wpp] shortcode would get stuck at the loading animation.
115127

@@ -171,63 +183,6 @@ The FAQ section has been moved [here](https://github.com/cabrerahector/wordpress
171183

172184
[Release notes](https://cabrerahector.com/wordpress/wordpress-popular-posts-6-1-0-improved-php-8-1-support-plus-minor-enhancements/)
173185

174-
= 6.0.5 =
175-
176-
- Fixes yet another issue where excerpts may output broken HTML under certain conditions (thanks dxylott54!)
177-
- Updates .pot file.
178-
179-
[Release notes](https://cabrerahector.com/wordpress/wordpress-popular-posts-6-0-php-5-support-dropped-minimum-supported-wordpress-changed/#6.0.5)
180-
181-
= 6.0.4 =
182-
183-
- Block: improves logic when toggling certain settings.
184-
- Block: adds back option to show post rating.
185-
- get_views() is now compatible with Polylang/WPML.
186-
- Updates dependencies.
187-
- Updates .pot file.
188-
189-
[Release notes](https://cabrerahector.com/wordpress/wordpress-popular-posts-6-0-php-5-support-dropped-minimum-supported-wordpress-changed/#6.0.4)
190-
191-
= 6.0.3 =
192-
193-
- WPCS updates.
194-
- Fixes an issue where excerpts may output broken HTML under certain conditions (thanks ozboss1!)
195-
196-
[Release notes](https://cabrerahector.com/wordpress/wordpress-popular-posts-6-0-php-5-support-dropped-minimum-supported-wordpress-changed/#6.0.3)
197-
198-
= 6.0.2 =
199-
200-
- Fixes issue with Stats dashboard not loading for Linux users (thanks agbuere!)
201-
202-
[Release notes](https://cabrerahector.com/wordpress/wordpress-popular-posts-6-0-php-5-support-dropped-minimum-supported-wordpress-changed/#6.0.2)
203-
204-
= 6.0.1 =
205-
206-
- Security improvements.
207-
- Fixes fatal error in Image class (thanks Senri Miura!)
208-
- Fixes fatal error in "classic" widget when using widget themes (thanks Finn Jackson!)
209-
- Updates ChartJS to version 3.8.0.
210-
- Small improvements / fixes.
211-
212-
[Release notes](https://cabrerahector.com/wordpress/wordpress-popular-posts-6-0-php-5-support-dropped-minimum-supported-wordpress-changed/#minor-updates-and-hotfixes)
213-
214-
= 6.0.0 =
215-
216-
**This release introduces a couple of major changes so please review before updating.**
217-
218-
- Minimum required PHP version is now 7.2.
219-
- Minimum required WordPress version is now 5.3.
220-
- Breaking change: this version removes code that has been deprecated for a long time. See the release notes for more details.
221-
- Widget block: fixes an issue where the length of the title when set via theme was being ignored.
222-
- Widget block: fixes bug with thumbnail not rendering under certain circumstances (thanks the9mm!)
223-
- Admin: the Statistics screen will now by default only lists posts. See the release notes for more details.
224-
- Admin: only users with `edit_others_posts` capability (usually Editors and Administrators) will be able to access certain areas of WPP's dashboard.
225-
- Admin: makes sure to escape params from `add_query_arg()`.
226-
- Fixes an issue where widget themes stored in child theme's folder would not be recognized by the plugin.
227-
- Small improvements / fixes.
228-
229-
[Release notes](https://cabrerahector.com/wordpress/wordpress-popular-posts-6-0-php-5-support-dropped-minimum-supported-wordpress-changed/)
230-
231186
[Full Changelog](https://github.com/cabrerahector/wordpress-popular-posts/blob/master/changelog.md)
232187

233188
== Credits ==

0 commit comments

Comments
 (0)