Changeset 3114060
- Timestamp:
- 07/08/2024 08:25:08 AM (21 months ago)
- Location:
- shopcred
- Files:
-
- 18 added
- 3 edited
-
tags/1.2.4/admin/subpage-modules/available-blocks.php (added)
-
tags/1.2.4/admin/templates/settings-templates/available-blocks.php (added)
-
tags/1.2.4/includes/builder (added)
-
tags/1.2.4/includes/builder/class-builder-admin.php (added)
-
tags/1.2.4/includes/builder/page.php (added)
-
tags/1.2.4/includes/builder/woo-builder-init.php (added)
-
tags/1.2.4/includes/templates/woocommerce (added)
-
tags/1.2.4/includes/templates/woocommerce/archive-product (added)
-
tags/1.2.4/includes/templates/woocommerce/archive-product/archive-product.php (added)
-
trunk/admin/subpage-modules/available-blocks.php (added)
-
trunk/admin/templates/settings-templates/available-blocks.php (added)
-
trunk/includes/base.php (modified) (1 diff)
-
trunk/includes/builder (added)
-
trunk/includes/builder/class-builder-admin.php (added)
-
trunk/includes/builder/page.php (added)
-
trunk/includes/builder/woo-builder-init.php (added)
-
trunk/includes/templates/woocommerce (added)
-
trunk/includes/templates/woocommerce/archive-product (added)
-
trunk/includes/templates/woocommerce/archive-product/archive-product.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/shopcred.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shopcred/trunk/includes/base.php
r3108437 r3114060 186 186 include $this->plugin_path('includes/builder/woo-builder-init.php'); 187 187 } 188 189 190 188 191 189 } -
shopcred/trunk/readme.txt
r3108437 r3114060 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html 9 9 10 ShopCred - The Best Gutenberg Blocks Collection for WooCommerce 10 ShopCred - The Best Gutenberg Blocks Collection for WooCommerce with WooCommerce Builder 11 11 12 12 == Description == … … 230 230 == Changelog == 231 231 232 = 1.2.5 - 08/07/2024 = 233 - Tweak: Overall Bug fixes and Improvements. 234 232 235 = 1.2.4 - 27/06/2024 = 233 236 - Tweak: Changed dashboard menu ordering. -
shopcred/trunk/shopcred.php
r3108437 r3114060 1 1 <?php 2 2 /** 3 * Plugin Name: ShopCred - WooCommerce Builder & Product Grid /Carousel WooCommerce Blocks3 * Plugin Name: ShopCred - WooCommerce Builder & Product Grid,Carousel Block 4 4 * Plugin URI: https://wpshopcred.com/ 5 * Description: Gutenberg Blocks for WooCommerce Product grid/carousel with WooCommerce Builder5 * Description: Gutenberg Blocks for WooCommerce Product Grid,Carousel with WooCommerce Builder 6 6 * Author: ShopCred 7 7 * Author URI: https://wpshopcred.com/ 8 * Version: 1.2. 48 * Version: 1.2.5 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. 4' );26 define( 'SPC_VER', '1.2.5' ); 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.