Version Description
- Bug fixes:
- Settings / Thumbnail / Thumbnail size did not display the correct option even though the admin had this correctly saved
Download this release
Release Info
Developer | Ajay |
Plugin | Top 10 – Popular posts plugin for WordPress |
Version | 2.5.2 |
Comparing to | |
See all releases |
Code changes from version 2.5.1 to 2.5.2
- includes/admin/settings-page.php +1 -0
- readme.txt +5 -0
- top-10.php +1 -1
includes/admin/settings-page.php
CHANGED
@@ -433,6 +433,7 @@ function tptn_radiodesc_callback( $args ) {
|
|
433 |
* @return void
|
434 |
*/
|
435 |
function tptn_thumbsizes_callback( $args ) {
|
|
|
436 |
$html = '';
|
437 |
|
438 |
if ( ! isset( $args['options']['tptn_thumbnail'] ) ) {
|
433 |
* @return void
|
434 |
*/
|
435 |
function tptn_thumbsizes_callback( $args ) {
|
436 |
+
global $tptn_settings;
|
437 |
$html = '';
|
438 |
|
439 |
if ( ! isset( $args['options']['tptn_thumbnail'] ) ) {
|
readme.txt
CHANGED
@@ -165,6 +165,11 @@ add_filter( 'manage_edit-projects_sortable_columns', 'tptn_column_register_sorta
|
|
165 |
|
166 |
== Changelog ==
|
167 |
|
|
|
|
|
|
|
|
|
|
|
168 |
= 2.5.1 =
|
169 |
|
170 |
* Bug fixes:
|
165 |
|
166 |
== Changelog ==
|
167 |
|
168 |
+
= 2.5.2 =
|
169 |
+
|
170 |
+
* Bug fixes:
|
171 |
+
* Settings / Thumbnail / Thumbnail size did not display the correct option even though the admin had this correctly saved
|
172 |
+
|
173 |
= 2.5.1 =
|
174 |
|
175 |
* Bug fixes:
|
top-10.php
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
* Plugin Name: Top 10
|
15 |
* Plugin URI: https://webberzone.com/plugins/top-10/
|
16 |
* Description: Count daily and total visits per post and display the most popular posts based on the number of views
|
17 |
-
* Version: 2.5.
|
18 |
* Author: Ajay D'Souza
|
19 |
* Author URI: https://webberzone.com
|
20 |
* License: GPL-2.0+
|
14 |
* Plugin Name: Top 10
|
15 |
* Plugin URI: https://webberzone.com/plugins/top-10/
|
16 |
* Description: Count daily and total visits per post and display the most popular posts based on the number of views
|
17 |
+
* Version: 2.5.2-beta1
|
18 |
* Author: Ajay D'Souza
|
19 |
* Author URI: https://webberzone.com
|
20 |
* License: GPL-2.0+
|