Changeset 3069611
- Timestamp:
- 04/12/2024 01:42:34 PM (2 years ago)
- Location:
- category-banner-management-for-woocommerce
- Files:
-
- 9 added
- 2 edited
-
tags/1.1 (added)
-
tags/1.1/assets (added)
-
tags/1.1/assets/js (added)
-
tags/1.1/assets/js/admin.js (added)
-
tags/1.1/category-banner-management-for-woocommerce.php (added)
-
tags/1.1/includes (added)
-
tags/1.1/includes/admin.php (added)
-
tags/1.1/includes/frontend.php (added)
-
tags/1.1/readme.txt (added)
-
trunk/category-banner-management-for-woocommerce.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
category-banner-management-for-woocommerce/trunk/category-banner-management-for-woocommerce.php
r3007398 r3069611 6 6 * Author: DoubleDome Digital Marketing 7 7 * Author URI: https://www.doubledome.com/category-banner-management-for-woocommerce 8 * Version: 1. 08 * Version: 1.1 9 9 * License: GPL-2.0+ 10 10 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 16 16 define('WCBM_PLUGIN_DIR', plugin_dir_path(__FILE__)); 17 17 define('WCBM_PLUGIN_DIR_URL', plugin_dir_url(__FILE__)); 18 define( 'WCBM_VERSION', "1. 0");18 define( 'WCBM_VERSION', "1.1"); 19 19 20 20 require_once WCBM_PLUGIN_DIR . 'includes/admin.php'; -
category-banner-management-for-woocommerce/trunk/readme.txt
r3007398 r3069611 3 3 Tags: banner management for woocommerce, woocommerce category banner, banner woocommerce, banner wordpress, banner in wordpress, banner wordpress plugin, woocommerce category banner plugin 4 4 Requires at least: 4.0 5 Tested up to: 6. 3.15 Tested up to: 6.5.2 6 6 Stable tag: 1.0 7 7 License: GPL-2.0+ 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 The plugin enables you to incorporate or upload image banners to Woocommerce category pages. You can upload any image as a banner at the top of thecategory page.10 The plugin provides you with the capability to seamlessly integrate or upload image banners onto your Woocommerce category pages. This means you have the flexibility to upload any image of your choice to serve as a visually captivating banner positioned at the top of each category page. 11 11 12 12 == Description == … … 20 20 == Frequently Asked Questions == 21 21 What WordPress version is this Plugin compatible with? 22 Category Banner Management for Woocommerce Plugin is compatible from Wordpress 5.3 to 6. 3.122 Category Banner Management for Woocommerce Plugin is compatible from Wordpress 5.3 to 6.5.2 23 23 24 24 What WooCommerce version is this Plugin compatible with? 25 Category Banner Management for Woocommerce Plugin is compatible from Woocommerce 4.0.0 to 8. 1.125 Category Banner Management for Woocommerce Plugin is compatible from Woocommerce 4.0.0 to 8.7.0 26 26 27 27 Is it compatible with Astra theme? … … 47 47 = 1.0 = 48 48 * Initial release of the plugin. 49 50 = 1.1 = 51 * Tested and verified on Wordpress 6.5.2 and Woocommerce 8.7.0.
Note: See TracChangeset
for help on using the changeset viewer.