Plugin Directory

Changeset 3463749


Ignore:
Timestamp:
02/17/2026 06:42:03 PM (45 hours ago)
Author:
hcabrera
Message:

WPP v7.3.8

Location:
wordpress-popular-posts
Files:
3 edited
10 copied

Legend:

Unmodified
Added
Removed
  • wordpress-popular-posts/tags/7.3.8/readme.txt

    r3461887 r3463749  
    66Tested up to: 6.9.1
    77Requires PHP: 7.4
    8 Stable tag: 7.3.7
     8Stable tag: 7.3.8
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2929* **Custom themes** - Out of the box, WP Popular Posts includes some themes so you can style your popular posts list (see [Widget Themes](https://github.com/cabrerahector/wordpress-popular-posts/wiki/6.-Styling-the-list#themes) for more details).
    3030* **Use your own layout!** - WPP is flexible enough to let you customize the look and feel of your popular posts! (see [customizing WPP's HTML markup](https://github.com/cabrerahector/wordpress-popular-posts/wiki/5.-FAQ#how-can-i-use-my-own-html-markup-with-your-plugin) and [How to style WP Popular Posts](https://github.com/cabrerahector/wordpress-popular-posts/wiki/6.-Styling-the-list) for more.)
    31 * **Advanced caching features!** - WP Popular Posts includes a few options to make sure your site's performance stays as good as ever! (see [Performance](https://github.com/cabrerahector/wordpress-popular-posts/wiki/7.-Performance) for more details.)
    32 * **REST API Support** - Embed your popular posts in your (web) app! (see [REST API Endpoints](https://github.com/cabrerahector/wordpress-popular-posts/wiki/8.-REST-API-Endpoints) for more.)
     31* **Performance Tools!** - WP Popular Posts includes a few options to make sure your site's performance stays as good as ever! (see [Performance](https://github.com/cabrerahector/wordpress-popular-posts/wiki/7.-Performance) for more details.)
     32* **REST API support** - Embed your popular posts in your (web) app! (see [REST API Endpoints](https://github.com/cabrerahector/wordpress-popular-posts/wiki/8.-REST-API-Endpoints) for more.)
    3333* **Elementor support** - Are you building sites with Elementor? There's a popular posts widget for it too!
    3434* **Disqus support** - Sort your popular posts by Disqus comments count!
     
    116116
    117117== Changelog ==
     118
     119= 7.3.8 =
     120
     121- Fixes a character encoding issue that can happen under some circumstances (props to qwe987299 for the report!)
     122
     123[Release notes](https://cabrerahector.com/wordpress/wordpress-popular-posts-7-3-experimental-elementor-support/#7.3.8)
    118124
    119125= 7.3.7 =
  • wordpress-popular-posts/tags/7.3.8/src/Output.php

    r3461887 r3463749  
    239239
    240240            // Remove excess line jumps
    241             $this->output = preg_replace('/\R+/', "\n", $this->output);
     241            // @TODO
     242            // Causes encoding artifacts in some languages
     243            // See: https://wordpress.org/support/topic/encoding-issue-with-titles-and-excerpts-in-wpp-shortcode/
     244            // Using the /u modifier may fix this, requires further testing
     245            // $this->output = preg_replace('/\R+/', "\n", $this->output);
    242246
    243247            // Sanitize HTML
  • wordpress-popular-posts/tags/7.3.8/wordpress-popular-posts.php

    r3461887 r3463749  
    1717 * Plugin URI:        https://wordpress.org/plugins/wordpress-popular-posts/
    1818 * Description:       A highly customizable plugin that displays your most popular posts.
    19  * Version:           7.3.7
     19 * Version:           7.3.8
    2020 * Requires at least: 6.2
    2121 * Requires PHP:      7.4
     
    3232}
    3333
    34 define('WPP_VERSION', '7.3.7');
     34define('WPP_VERSION', '7.3.8');
    3535
    3636$wpp_main_plugin_file = __FILE__;
  • wordpress-popular-posts/trunk/readme.txt

    r3461887 r3463749  
    66Tested up to: 6.9.1
    77Requires PHP: 7.4
    8 Stable tag: 7.3.7
     8Stable tag: 7.3.8
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2929* **Custom themes** - Out of the box, WP Popular Posts includes some themes so you can style your popular posts list (see [Widget Themes](https://github.com/cabrerahector/wordpress-popular-posts/wiki/6.-Styling-the-list#themes) for more details).
    3030* **Use your own layout!** - WPP is flexible enough to let you customize the look and feel of your popular posts! (see [customizing WPP's HTML markup](https://github.com/cabrerahector/wordpress-popular-posts/wiki/5.-FAQ#how-can-i-use-my-own-html-markup-with-your-plugin) and [How to style WP Popular Posts](https://github.com/cabrerahector/wordpress-popular-posts/wiki/6.-Styling-the-list) for more.)
    31 * **Advanced caching features!** - WP Popular Posts includes a few options to make sure your site's performance stays as good as ever! (see [Performance](https://github.com/cabrerahector/wordpress-popular-posts/wiki/7.-Performance) for more details.)
    32 * **REST API Support** - Embed your popular posts in your (web) app! (see [REST API Endpoints](https://github.com/cabrerahector/wordpress-popular-posts/wiki/8.-REST-API-Endpoints) for more.)
     31* **Performance Tools!** - WP Popular Posts includes a few options to make sure your site's performance stays as good as ever! (see [Performance](https://github.com/cabrerahector/wordpress-popular-posts/wiki/7.-Performance) for more details.)
     32* **REST API support** - Embed your popular posts in your (web) app! (see [REST API Endpoints](https://github.com/cabrerahector/wordpress-popular-posts/wiki/8.-REST-API-Endpoints) for more.)
    3333* **Elementor support** - Are you building sites with Elementor? There's a popular posts widget for it too!
    3434* **Disqus support** - Sort your popular posts by Disqus comments count!
     
    116116
    117117== Changelog ==
     118
     119= 7.3.8 =
     120
     121- Fixes a character encoding issue that can happen under some circumstances (props to qwe987299 for the report!)
     122
     123[Release notes](https://cabrerahector.com/wordpress/wordpress-popular-posts-7-3-experimental-elementor-support/#7.3.8)
    118124
    119125= 7.3.7 =
  • wordpress-popular-posts/trunk/src/Output.php

    r3461887 r3463749  
    239239
    240240            // Remove excess line jumps
    241             $this->output = preg_replace('/\R+/', "\n", $this->output);
     241            // @TODO
     242            // Causes encoding artifacts in some languages
     243            // See: https://wordpress.org/support/topic/encoding-issue-with-titles-and-excerpts-in-wpp-shortcode/
     244            // Using the /u modifier may fix this, requires further testing
     245            // $this->output = preg_replace('/\R+/', "\n", $this->output);
    242246
    243247            // Sanitize HTML
  • wordpress-popular-posts/trunk/wordpress-popular-posts.php

    r3461887 r3463749  
    1717 * Plugin URI:        https://wordpress.org/plugins/wordpress-popular-posts/
    1818 * Description:       A highly customizable plugin that displays your most popular posts.
    19  * Version:           7.3.7
     19 * Version:           7.3.8
    2020 * Requires at least: 6.2
    2121 * Requires PHP:      7.4
     
    3232}
    3333
    34 define('WPP_VERSION', '7.3.7');
     34define('WPP_VERSION', '7.3.8');
    3535
    3636$wpp_main_plugin_file = __FILE__;
Note: See TracChangeset for help on using the changeset viewer.