Changeset 3486623
- Timestamp:
- 03/19/2026 03:30:29 PM (13 days ago)
- Location:
- shopcred/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
shopcred.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shopcred/trunk/readme.txt
r3176245 r3486623 3 3 Tags: gutenberg, blocks, woocommerce, products, block-editor 4 4 Requires at least: 4.7 5 Tested up to: 6. 6.16 Stable tag: 1. 2.85 Tested up to: 6.9.4 6 Stable tag: 1.3.0 7 7 License: GPL-2.0-or-later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 239 239 == Changelog == 240 240 241 = 1.3.0 - 11/01/2026 = 242 - Tweak: Overall Bug fixes and Improvements. 243 241 244 = 1.2.8 - 27/10/2024 = 242 245 - Tweak: Overall Bug fixes and Improvements. -
shopcred/trunk/shopcred.php
r3176245 r3486623 6 6 * Author: ShopCred 7 7 * Author URI: https://wpshopcred.com/ 8 * Version: 1. 2.88 * Version: 1.3.0 9 9 * License: GPL2+ 10 10 * License URI: https://www.gnu.org/licenses/gpl-2.0.txt … … 24 24 define( 'SPC_URL', plugins_url( '/', SPC_FILE ) ); 25 25 define( 'SPC_ASSETS', plugins_url( '/assets', SPC_FILE ) ); 26 define( 'SPC_VER', '1. 2.8' );26 define( 'SPC_VER', '1.3.0' ); 27 27 define( 'SPC_ROOT', dirname( plugin_basename( __FILE__ ) ) ); 28 28 define( 'SPC_ASSET_VER', get_option( '__spc_asset_version', SPC_VER ) );
Note: See TracChangeset
for help on using the changeset viewer.