Changeset 3495940
- Timestamp:
- 03/31/2026 07:02:42 PM (11 hours ago)
- Location:
- light-wishlist
- Files:
-
- 4 edited
-
tags/1.0.1/light-wishlist.php (modified) (2 diffs)
-
tags/1.0.1/readme.txt (modified) (2 diffs)
-
trunk/light-wishlist.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
light-wishlist/tags/1.0.1/light-wishlist.php
r3489373 r3495940 4 4 * Plugin Name: Light Wishlist 5 5 * Description: Add wishlist functionality to your WordPress site. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: codebyza 8 8 * Text Domain: light-wishlist … … 20 20 include 'bricks/briks-element.php'; 21 21 22 define('LIGHT_WISHLIST_VERSION', '1.0. 0');22 define('LIGHT_WISHLIST_VERSION', '1.0.1'); 23 23 24 24 // Init wishlist settings -
light-wishlist/tags/1.0.1/readme.txt
r3489378 r3495940 3 3 Tags: wishlist, WooCommerce, favorites, ajax, light 4 4 Requires at least: 5.0 5 Tested up to: 6. 85 Tested up to: 6.9.4 6 6 Requires PHP: 7.4 7 7 Stable tag: 1.0.1 … … 59 59 == Changelog == 60 60 61 = 1.0.1 = 62 * Version metadata alignment for WordPress.org release. 63 61 64 = 1.0.0 = 62 65 * Initial release. 63 66 64 67 == Upgrade Notice == 68 69 = 1.0.1 = 70 Recommended update to align release metadata. 65 71 66 72 = 1.0.0 = -
light-wishlist/trunk/light-wishlist.php
r3495922 r3495940 4 4 * Plugin Name: Light Wishlist 5 5 * Description: Add wishlist functionality to your WordPress site. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: codebyza 8 8 * Text Domain: light-wishlist … … 17 17 require_once 'includes/php/light-wishlist-functions.php'; 18 18 19 define('LIGHWI_VERSION', '1.0. 0');19 define('LIGHWI_VERSION', '1.0.1'); 20 20 21 21 // Init settings (prefixed class) -
light-wishlist/trunk/readme.txt
r3495927 r3495940 5 5 Tested up to: 6.9.4 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 59 59 == Changelog == 60 60 61 = 1.0.1 = 62 * Version metadata alignment for WordPress.org release. 63 61 64 = 1.0.0 = 62 65 * Initial release. 63 66 64 67 == Upgrade Notice == 68 69 = 1.0.1 = 70 Recommended update to align release metadata. 65 71 66 72 = 1.0.0 =
Note: See TracChangeset
for help on using the changeset viewer.