You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,19 @@
1
1
Changelog
2
2
=========
3
3
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.
Copy file name to clipboardExpand all lines: readme.txt
+13-58Lines changed: 13 additions & 58 deletions
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,19 @@ The FAQ section has been moved [here](https://github.com/cabrerahector/wordpress
109
109
110
110
== Changelog ==
111
111
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.
0 commit comments