Héctor Cabrera
Héctor Cabrera
An user reached out via support forum to notify that when using the [wpp_get_views()](https://github.com/cabrerahector/wordpress-popular-posts/wiki/2.-Template-tags#wpp_get_views) function with WPML installed the function doesn't return the right views count when switching to other...
Internet Explorer will be officially EOL (End of Life) on June 15, 2022 (see [The future of Internet Explorer on Windows 10 is in Microsoft Edge](https://blogs.windows.com/windowsexperience/2021/05/19/the-future-of-internet-explorer-on-windows-10-is-in-microsoft-edge/)). Let's review WPP's code...
As described in the title, noticed an extra `` HTML tag and removed it :)
After the official removal of the "classic" widget we still need to work on the following: - [x] Remove the `/wp-json/wordpress-popular-posts/v1/popular-posts/widget/` endpoint. - [ ] Remove the `WordPressPopularPosts\Widget` class. -...
The "classic" widget has been marked as deprecated since version 6.1.2 (see #362). By the time I start working on this people using the classic widget should have had enough...
Currently the performance nag is shown to the user whenever the plugin detects that the site has been viewed over 400 times within the last hour or so. This is...
[wpp] shortcode won't render the excerpt unless we explicitely add it to the HTML code via post_html
Ever since its introduction the `[wpp]` shortcode will not render the excerpt even if the user sets its length via `excerpt_length` as instructed. This is confusing because the user doesn't...
The block right now is adding a "widget" class to its main container. Some themes however use this CSS class to style widgets / blocks and sometimes this causes some...
The [wpp] shortcode isn't assigning the "current" CSS class to the current post/page in view, not even when using `ajaxify=0`. The block does assign the current class to the post...
There's quite often some kind of conflict with third-party plugins (eg. LiteSpeed Cache, SiteGround Optimize/Speed Optimizer, etc.) due to them bundling WPP's JS file while ignoring the various `data-` properties...