Plugin Directory

Changeset 2870333


Ignore:
Timestamp:
02/23/2023 11:59:00 PM (3 years ago)
Author:
dynamiclayers
Message:

tagging version 1.0.1

Location:
ultimate-custom-cursor
Files:
2 edited
10 copied

Legend:

Unmodified
Added
Removed
  • ultimate-custom-cursor/trunk/readme.txt

    r2870319 r2870333  
    77Tested up to: 6.1.1
    88Requires PHP: 5.4
    9 Stable Tag: 1.0.1
     9Stable Tag: 1.0.2
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5757== Changelog ==
    5858
     59= 1.0.2 =
     60* Fix minor options page issue
     61
    5962= 1.0.1 =
    6063* Fix the PHP 8.0 issues
  • ultimate-custom-cursor/trunk/ultimate-custom-cursor.php

    r2870318 r2870333  
    66 * Author: DynamicLayers
    77 * Author URI: https://dynamiclayers.net
    8  * Version: 1.0.1
     8 * Version: 1.0.2
    99 * License: GPL2 or later
    1010 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2525     * @var string
    2626     */
    27     const version = '1.0.1';
     27    const version = '1.0.2';
    2828
    2929    /**
Note: See TracChangeset for help on using the changeset viewer.