Plugin Directory

Changeset 2881966


Ignore:
Timestamp:
03/17/2023 02:16:42 PM (3 years ago)
Author:
whiletrue
Message:

release 1.2.22

Location:
categorized-tag-cloud
Files:
8 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • categorized-tag-cloud/trunk/categorized-tag-cloud.php

    r2733736 r2881966  
    55Description: Takes the website tags and aggregates them into a categorized cloud widget for sidebar.
    66Author: WhileTrue
    7 Version: 1.2.21
     7Version: 1.2.22
    88Author URI: https://www.whiletrue.it/
    99*/
     
    155155            $instance['category_filters'] = '';
    156156
    157             if (is_numeric($_POST['categorized-tag-cloud-num-filters'])) {
     157            if (isset($_POST['categorized-tag-cloud-num-filters']) && is_numeric($_POST['categorized-tag-cloud-num-filters'])) {
    158158                $instance['category_filters'] = array();
    159159                for ($i = 0; $i < $_POST['categorized-tag-cloud-num-filters']; $i++) {
  • categorized-tag-cloud/trunk/readme.txt

    r2804936 r2881966  
    55Requires at least: 2.9+
    66Tested up to: 6.1
    7 Stable tag: 1.2.21
     7Stable tag: 1.2.22
    88
    99A cloud with the most used tags in a sidebar widget, filtered by post category.
     
    4747== Changelog ==
    4848
    49 = 1.2.21 =
     49= 1.2.22 =
    5050* Plugin tested up to WordPress 6.1
     51* Fixed: PHP warning
    5152
    5253= 1.2.14 =
Note: See TracChangeset for help on using the changeset viewer.