Skip to content

Commit

Permalink
Tagged Top 10 v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaydsouza committed Oct 31, 2024
1 parent 553a479 commit cfd647b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ Top 10 - Popular Posts is one of the many plugins developed by WebberZone. Check

## Screenshots

![Style Options](https://raw.github.com/WebberZone/top-10/master/wporg-assets/screenshot-5.png)
*Top 10 settings page - Styles Options*
![Top 10 Popular Posts](https://raw.github.com/WebberZone/top-10/master/wporg-assets/screenshot-1.png)
*Top 10 Popular Posts*

For more screenshots visit the [WordPress plugin page](http://wordpress.org/plugins/top-10/screenshots/).

Expand Down
13 changes: 9 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Tags: popular posts, top 10, counter, statistics, tracker
Contributors: webberzone, ajay
Donate link: https://ajaydsouza.com/donate/
Stable tag: 4.0.1
Stable tag: 4.0.2
Requires at least: 6.3
Tested up to: 6.6
Tested up to: 6.7
Requires PHP: 7.4
License: GPLv2 or later

Expand Down Expand Up @@ -149,6 +149,11 @@ When you enabled the scheduled maintenance, Top 10 will create a cron job that w

== Changelog ==

= 4.0.2 =

* Updated Freemius SDK to 2.9.0.
* Fixed: Set `widget_id` if it is not set in the widget instance.

= 4.0.1 =

* Modifications:
Expand Down Expand Up @@ -198,5 +203,5 @@ For previous changelog entries, please refer to the separate changelog.txt file

== Upgrade Notice ==

= 4.0.1 =
Major release. Top 10 Pro is here. Check out the release post or changelog for further information.
= 4.0.2 =
Freemius SDK Updated. Check out the release post or changelog for further information.
4 changes: 2 additions & 2 deletions top-10.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* Plugin Name: Top 10
* Plugin URI: https://webberzone.com/plugins/top-10/
* Description: Count daily and total visits per post and display the most popular posts based on the number of views
* Version: 4.0.1
* Version: 4.0.2
* Author: WebberZone
* Author URI: https://webberzone.com
* License: GPL-2.0+
Expand All @@ -36,7 +36,7 @@
* @since 3.1.0
*/
if ( ! defined( 'TOP_TEN_VERSION' ) ) {
define( 'TOP_TEN_VERSION', '4.0.1' );
define( 'TOP_TEN_VERSION', '4.0.2' );
}

/**
Expand Down

0 comments on commit cfd647b

Please sign in to comment.