Changeset 3088853
- Timestamp:
- 05/19/2024 04:43:25 AM (21 months ago)
- Location:
- product-discount-manager
- Files:
-
- 45 added
- 1 deleted
- 3 edited
-
tags/1.0.2 (added)
-
tags/1.0.2/assets (added)
-
tags/1.0.2/assets/css (added)
-
tags/1.0.2/assets/css/bootstrap-datepicker.css (added)
-
tags/1.0.2/assets/css/bootstrap.min.css (added)
-
tags/1.0.2/assets/css/choices.min.css (added)
-
tags/1.0.2/assets/css/datatables.min.css (added)
-
tags/1.0.2/assets/css/jquery-ui.css (added)
-
tags/1.0.2/assets/css/jquery.timepicker.css (added)
-
tags/1.0.2/assets/css/select2.min.css (added)
-
tags/1.0.2/assets/css/wcpd-style - Copy.css (added)
-
tags/1.0.2/assets/css/wcpd-style.css (added)
-
tags/1.0.2/assets/img (added)
-
tags/1.0.2/assets/img/product-discount-banner.png (added)
-
tags/1.0.2/assets/js (added)
-
tags/1.0.2/assets/js/bootstrap-datepicker.js (added)
-
tags/1.0.2/assets/js/bootstrap.min.js (added)
-
tags/1.0.2/assets/js/datatables.min.js (added)
-
tags/1.0.2/assets/js/datepair.min.js (added)
-
tags/1.0.2/assets/js/jquery.datepair.min.js (added)
-
tags/1.0.2/assets/js/jquery.timepicker.js (added)
-
tags/1.0.2/assets/js/popper.min.js (added)
-
tags/1.0.2/assets/js/security.js (added)
-
tags/1.0.2/assets/js/select2.min.js (added)
-
tags/1.0.2/assets/js/wcpd-script.js (added)
-
tags/1.0.2/classes (added)
-
tags/1.0.2/classes/Wcpdm_ajax_handling.php (added)
-
tags/1.0.2/classes/Wcpdm_dataValidation.php (added)
-
tags/1.0.2/classes/Wcpdm_simple_product.php (added)
-
tags/1.0.2/classes/Wcpdm_variable_product.php (added)
-
tags/1.0.2/classes/Wcpdm_woocommerce.php (added)
-
tags/1.0.2/includes (added)
-
tags/1.0.2/includes/activation.php (added)
-
tags/1.0.2/includes/assets.php (added)
-
tags/1.0.2/includes/deactivation.php (added)
-
tags/1.0.2/languages (added)
-
tags/1.0.2/product-discount-manager.php (added)
-
tags/1.0.2/readme.txt (added)
-
tags/1.0.2/uninstall.php (added)
-
tags/1.0.2/views (added)
-
tags/1.0.2/views/admin (added)
-
tags/1.0.2/views/admin/wcpdm-admin-menu - Copy.php (added)
-
tags/1.0.2/views/admin/wcpdm-admin-menu.php (added)
-
tags/1.0.2/views/admin/wcpdm-discount-update - Copy.php (added)
-
tags/1.0.2/views/admin/wcpdm-discount-update.php (added)
-
trunk/.git (deleted)
-
trunk/product-discount-manager.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/views/admin/wcpdm-admin-menu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
product-discount-manager/trunk/product-discount-manager.php
r3075816 r3088853 2 2 /** 3 3 * Plugin Name: Product Discount for Woocommerce 4 * Requires Plugins: woocommerce 4 5 * Description: Product Discount Manager Plugin is a Simple, Easy and Smart solution for WooCommerce Product Discount & Price Changing. 5 * Version: 1.0. 26 * Version: 1.0.3 6 7 * Author: Spark Coder 7 8 * Author URI: https://sparkcoder.com … … 59 60 public function __construct(){ 60 61 /******* Includes Files *******/ 61 require_once( WCPDM_DIR_PATH.' /includes/activation.php' );62 require_once ( WCPDM_DIR_PATH.' /includes/deactivation.php' );62 require_once( WCPDM_DIR_PATH.'includes/activation.php' ); 63 require_once ( WCPDM_DIR_PATH.'includes/deactivation.php' ); 63 64 require_once ( WCPDM_DIR_PATH.'includes/assets.php' ); 64 65 // Load Assets -
product-discount-manager/trunk/readme.txt
r3075816 r3088853 2 2 Contributors: afello, srabonr 3 3 Donate link: https://sparkcoder.com 4 Tags: woocommerce, product, discount, product discount manager, price change4 Tags: discount, product discount, categories discount, bulk discount, price changing, 5 5 Requires at least: 5.4+ 6 6 Tested up to: 6.5.2 7 Stable tag: 1.0. 27 Stable tag: 1.0.3 8 8 Requires PHP: 7.1 9 9 License: GPLv3 or later … … 57 57 58 58 == Changelog == 59 = 1.0.0 = 60 * Initial Release 59 60 = 1.0.3 = 61 * minor issues fix & improved 62 63 = 1.0.2 = 64 * Dashboard UI / User Interface improved 65 * Discount / Price Changing support on regular price 66 * Sreenshot Updated 61 67 62 68 = 1.0.1 = 63 69 * Banner & Doc updated 64 70 65 = 1.0.2 = 66 * Dashboard UI / User Interface improved 67 * Discount / Price Changing support on regular price 68 * Sreenshots Updated 71 = 1.0.0 = 72 * Initial Release 69 73 70 74 -
product-discount-manager/trunk/views/admin/wcpdm-admin-menu.php
r3075816 r3088853 732 732 ?> 733 733 <p class="subtitle"> 734 <?php esc_html_e( 'Choose Product Category to apply price change - ( 1 Category Limit in FreeVersion ) ', 'product-discount-manager' ); ?>734 <?php esc_html_e( 'Choose Product Category to apply price change - ( 1 Category Limit in this Version ) ', 'product-discount-manager' ); ?> 735 735 </p> 736 736 </td>
Note: See TracChangeset
for help on using the changeset viewer.