Changeset 1910468
- Timestamp:
- 07/17/2018 04:04:07 PM (8 years ago)
- Location:
- woo-download-credits
- Files:
-
- 4 edited
-
tags/1.2.4/readme.txt (modified) (2 diffs)
-
tags/1.2.4/woo-download-credits.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/woo-download-credits.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woo-download-credits/tags/1.2.4/readme.txt
r1857954 r1910468 4 4 Tags: wooCommerce, woocommerce extension, woocommerce payment gateway, woocommerce credit system, credits, download credits, woocommerce credits, digital downloads, download, downloads, e-commerce 5 5 Requires at least: 4.7 6 Tested up to: 4.9. 57 Stable tag: 1.2. 36 Tested up to: 4.9.7 7 Stable tag: 1.2.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 44 44 == Changelog == 45 45 46 = 1.2.4 = 47 * "Some minor fixes, settings label changed" 48 46 49 = 1.2.3 = 47 50 * "Fixed x quantity issue while buying 2 or more of same product using credits" -
woo-download-credits/tags/1.2.4/woo-download-credits.php
r1857954 r1910468 4 4 * Plugin Name: Woo Credits 5 5 * Plugin URI: http://www.woocredits.com/ 6 * Version: 1.2. 36 * Version: 1.2.4 7 7 * Description: Lets your customers buy "credits" in bulk, then use those credits for downloadable/virtual products in your Woo Commerce shop. 8 8 * Author: http://www.woocredits.com/ … … 924 924 925 925 public function add_page() { 926 add_submenu_page('woocommerce', 'Credits Options', ' Credits', 'manage_options', 'mwdc_settings', array($this, 'mwdc_options_page_cb'));926 add_submenu_page('woocommerce', 'Credits Options', 'Woo Credits', 'manage_options', 'mwdc_settings', array($this, 'mwdc_options_page_cb')); 927 927 } 928 928 -
woo-download-credits/trunk/readme.txt
r1857954 r1910468 4 4 Tags: wooCommerce, woocommerce extension, woocommerce payment gateway, woocommerce credit system, credits, download credits, woocommerce credits, digital downloads, download, downloads, e-commerce 5 5 Requires at least: 4.7 6 Tested up to: 4.9. 57 Stable tag: 1.2. 36 Tested up to: 4.9.7 7 Stable tag: 1.2.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 44 44 == Changelog == 45 45 46 = 1.2.4 = 47 * "Some minor fixes, settings label changed" 48 46 49 = 1.2.3 = 47 50 * "Fixed x quantity issue while buying 2 or more of same product using credits" -
woo-download-credits/trunk/woo-download-credits.php
r1857954 r1910468 4 4 * Plugin Name: Woo Credits 5 5 * Plugin URI: http://www.woocredits.com/ 6 * Version: 1.2. 36 * Version: 1.2.4 7 7 * Description: Lets your customers buy "credits" in bulk, then use those credits for downloadable/virtual products in your Woo Commerce shop. 8 8 * Author: http://www.woocredits.com/ … … 924 924 925 925 public function add_page() { 926 add_submenu_page('woocommerce', 'Credits Options', ' Credits', 'manage_options', 'mwdc_settings', array($this, 'mwdc_options_page_cb'));926 add_submenu_page('woocommerce', 'Credits Options', 'Woo Credits', 'manage_options', 'mwdc_settings', array($this, 'mwdc_options_page_cb')); 927 927 } 928 928
Note: See TracChangeset
for help on using the changeset viewer.