Changeset 3114397
- Timestamp:
- 07/08/2024 02:44:36 PM (21 months 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
r3114060 r3114397 1 === ShopCred - WooCommerce Builder & Product Grid/Carousel WooCommerce Blocks===1 === ShopCred - Gutenberg Blocks for WooCommerce Product Grid,Carousel with WooCommerce Builder === 2 2 Contributors: devscred, mmaumio, atiquehasan, fahimahmmed100, orionshariar 3 3 Tags: gutenberg, blocks, woocommerce, products, block-editor 4 4 Requires at least: 4.7 5 5 Tested up to: 6.5.5 6 Stable tag: 1.2. 46 Stable tag: 1.2.6 7 7 License: GPL-2.0-or-later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 230 230 == Changelog == 231 231 232 = 1.2.6 - 08/07/2024 = 233 - Tweak: Quick Bug fix. 234 232 235 = 1.2.5 - 08/07/2024 = 233 236 - Tweak: Overall Bug fixes and Improvements. -
shopcred/trunk/shopcred.php
r3114060 r3114397 6 6 * Author: ShopCred 7 7 * Author URI: https://wpshopcred.com/ 8 * Version: 1.2. 58 * Version: 1.2.6 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. 5' );26 define( 'SPC_VER', '1.2.6' ); 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.