Changeset 3195473
- Timestamp:
- 11/23/2024 12:15:17 PM (16 months ago)
- Location:
- customization-for-woocommerce
- Files:
-
- 65 added
- 2 edited
-
tags/1.0.1 (added)
-
tags/1.0.1/admin (added)
-
tags/1.0.1/admin/class-admin.php (added)
-
tags/1.0.1/admin/class-field-functions.php (added)
-
tags/1.0.1/admin/class-setting.php (added)
-
tags/1.0.1/admin/css (added)
-
tags/1.0.1/admin/css/admin-setting.css (added)
-
tags/1.0.1/admin/css/admin.css (added)
-
tags/1.0.1/admin/css/all.min.css (added)
-
tags/1.0.1/admin/css/jquery-theme-ui.css (added)
-
tags/1.0.1/admin/css/jquery-ui.min.css (added)
-
tags/1.0.1/admin/css/select2.min.css (added)
-
tags/1.0.1/admin/images (added)
-
tags/1.0.1/admin/images/Cart.jpg (added)
-
tags/1.0.1/admin/images/Category.jpg (added)
-
tags/1.0.1/admin/images/Checkout.jpg (added)
-
tags/1.0.1/admin/images/Shop.jpg (added)
-
tags/1.0.1/admin/images/SingleProduct.jpg (added)
-
tags/1.0.1/admin/images/checkbox-icon.png (added)
-
tags/1.0.1/admin/images/chevron-down.svg (added)
-
tags/1.0.1/admin/images/logo.svg (added)
-
tags/1.0.1/admin/images/menu.svg (added)
-
tags/1.0.1/admin/images/palette-solid.svg (added)
-
tags/1.0.1/admin/includes (added)
-
tags/1.0.1/admin/includes/class-extra-field-functions.php (added)
-
tags/1.0.1/admin/includes/class-extra-repeater-field.php (added)
-
tags/1.0.1/admin/includes/class-general-repeater-field.php (added)
-
tags/1.0.1/admin/includes/class-preview-fields.php (added)
-
tags/1.0.1/admin/includes/class-product-repeater.php (added)
-
tags/1.0.1/admin/index.php (added)
-
tags/1.0.1/admin/js (added)
-
tags/1.0.1/admin/js/admin-setting.js (added)
-
tags/1.0.1/admin/js/admin.js (added)
-
tags/1.0.1/admin/js/all.min.js (added)
-
tags/1.0.1/admin/js/select2.min.js (added)
-
tags/1.0.1/admin/webfonts (added)
-
tags/1.0.1/admin/webfonts/fa-brands-400.ttf (added)
-
tags/1.0.1/admin/webfonts/fa-brands-400.woff2 (added)
-
tags/1.0.1/admin/webfonts/fa-regular-400.ttf (added)
-
tags/1.0.1/admin/webfonts/fa-regular-400.woff2 (added)
-
tags/1.0.1/admin/webfonts/fa-solid-900.ttf (added)
-
tags/1.0.1/admin/webfonts/fa-solid-900.woff2 (added)
-
tags/1.0.1/admin/webfonts/fa-v4compatibility.ttf (added)
-
tags/1.0.1/admin/webfonts/fa-v4compatibility.woff2 (added)
-
tags/1.0.1/admin/wtcw-customization-custom-setting.php (added)
-
tags/1.0.1/customization-for-woocommerce.php (added)
-
tags/1.0.1/includes (added)
-
tags/1.0.1/includes/class-activator.php (added)
-
tags/1.0.1/includes/class-deactivator.php (added)
-
tags/1.0.1/includes/class-i18n.php (added)
-
tags/1.0.1/includes/index.php (added)
-
tags/1.0.1/includes/packages.php (added)
-
tags/1.0.1/index.php (added)
-
tags/1.0.1/languages (added)
-
tags/1.0.1/languages/customization-for-woocommerce.pot (added)
-
tags/1.0.1/license.txt (added)
-
tags/1.0.1/public (added)
-
tags/1.0.1/public/class-public.php (added)
-
tags/1.0.1/public/css (added)
-
tags/1.0.1/public/css/public.css (added)
-
tags/1.0.1/public/index.php (added)
-
tags/1.0.1/public/js (added)
-
tags/1.0.1/public/js/public.js (added)
-
tags/1.0.1/readme.txt (added)
-
tags/1.0.1/uninstall.php (added)
-
trunk/customization-for-woocommerce.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
customization-for-woocommerce/trunk/customization-for-woocommerce.php
r3101603 r3195473 4 4 * Plugin URI: https://woo-customization.webbytemplate.com/ 5 5 * Description: Customization For WooCommerce plugin offers powerful tools for editing product pages, creating custom shop layouts, and optimizing individual product displays with ease. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: webbytemplate 8 8 * Author URI: https://webbytemplate.com/ … … 10 10 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt 11 11 * Text Domain: customization-for-woocommerce 12 * Requires Plugins: woocommerce 12 13 * Domain Path: /languages 13 14 */ … … 21 22 * Currently plugin name ,version, . 22 23 */ 23 define( 'WTCW_CUSTOMIZATION_FOR_WOOCOMMERCE_VERSION', '1.0. 0' );24 define( 'WTCW_CUSTOMIZATION_FOR_WOOCOMMERCE_VERSION', '1.0.1' ); 24 25 define( 'WTCW_CUSTOMIZATION_FOR_WOOCOMMERCE_NAME', 'customization-for-woocommerce' ); 25 26 define( 'WTCW_CUSTOMIZATION_FOR_WOOCOMMERCE_PLUGIN_FILE', __FILE__ ); -
customization-for-woocommerce/trunk/readme.txt
r3102115 r3195473 3 3 Contributors: webbytemplate,soniakash,rohit-ghoghari,webbycrown 4 4 Donate link: https://webbytemplate.com/ 5 Tags: woocommerce customize product page, custom shop page woocommerce, woocommerce single product page customizer, customizerfor woocommerce5 Tags: woocommerce customize product page, customization for woocommerce, custom shop page woocommerce, woocommerce single product page customizer, customizer for woocommerce, customization for woocommerce free, best customization for woocommerce 6 6 Requires at least: 3.0.1 7 Tested up to: 6. 4.28 Stable tag: 1.0. 07 Tested up to: 6.7.1 8 Stable tag: 1.0.1 9 9 License: GPLv2 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 90 90 No, Customization For WooCommerce is optimized for performance, ensuring your site remains fast. 91 91 92 == Support == 93 94 For support, contact [WebbyCrown Solutions](https://www.webbycrown.com/wordpress-development-services-company) for more details. Explore More Blog: [WooCommerce Service](https://www.webbycrown.com/headless-woocommerce-rest-api/) 95 92 96 93 97 == Changelog == 94 98 99 = 1.0.1 = 100 * Fixed: Wordpres 6.7.1 compatiblity issues. 101 95 102 = 1.0.0 = 96 103 * Initial release
Note: See TracChangeset
for help on using the changeset viewer.