Plugin Directory

Changeset 3495940


Ignore:
Timestamp:
03/31/2026 07:02:42 PM (11 hours ago)
Author:
codebyza
Message:

Release 1.0.1: align version/stable tag and tested up to 6.9.4

Location:
light-wishlist
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • light-wishlist/tags/1.0.1/light-wishlist.php

    r3489373 r3495940  
    44 * Plugin Name: Light Wishlist
    55 * Description: Add wishlist functionality to your WordPress site.
    6  * Version: 1.0.0
     6 * Version: 1.0.1
    77 * Author: codebyza
    88 * Text Domain: light-wishlist
     
    2020include 'bricks/briks-element.php';
    2121
    22 define('LIGHT_WISHLIST_VERSION', '1.0.0');
     22define('LIGHT_WISHLIST_VERSION', '1.0.1');
    2323
    2424// Init wishlist settings
  • light-wishlist/tags/1.0.1/readme.txt

    r3489378 r3495940  
    33Tags: wishlist, WooCommerce, favorites, ajax, light
    44Requires at least: 5.0 
    5 Tested up to: 6.8 
     5Tested up to: 6.9.4 
    66Requires PHP: 7.4 
    77Stable tag: 1.0.1
     
    5959== Changelog ==
    6060
     61= 1.0.1 =
     62* Version metadata alignment for WordPress.org release.
     63
    6164= 1.0.0 =
    6265* Initial release.
    6366
    6467== Upgrade Notice ==
     68
     69= 1.0.1 =
     70Recommended update to align release metadata.
    6571
    6672= 1.0.0 =
  • light-wishlist/trunk/light-wishlist.php

    r3495922 r3495940  
    44 * Plugin Name: Light Wishlist
    55 * Description: Add wishlist functionality to your WordPress site.
    6  * Version: 1.0.0
     6 * Version: 1.0.1
    77 * Author: codebyza
    88 * Text Domain: light-wishlist
     
    1717require_once 'includes/php/light-wishlist-functions.php';
    1818
    19 define('LIGHWI_VERSION', '1.0.0');
     19define('LIGHWI_VERSION', '1.0.1');
    2020
    2121// Init settings (prefixed class)
  • light-wishlist/trunk/readme.txt

    r3495927 r3495940  
    55Tested up to: 6.9.4 
    66Requires PHP: 7.4 
    7 Stable tag: 1.0.0 
     7Stable tag: 1.0.1 
    88License: GPLv2 or later 
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html 
     
    5959== Changelog ==
    6060
     61= 1.0.1 =
     62* Version metadata alignment for WordPress.org release.
     63
    6164= 1.0.0 =
    6265* Initial release.
    6366
    6467== Upgrade Notice ==
     68
     69= 1.0.1 =
     70Recommended update to align release metadata.
    6571
    6672= 1.0.0 =
Note: See TracChangeset for help on using the changeset viewer.