Changeset 2538893
- Timestamp:
- 05/28/2021 06:13:58 AM (5 years ago)
- Location:
- woo-download-credits
- Files:
-
- 4 edited
-
tags/1.3.6/readme.txt (modified) (2 diffs)
-
tags/1.3.6/woo-download-credits.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/woo-download-credits.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woo-download-credits/tags/1.3.6/readme.txt
r2515703 r2538893 5 5 Requires at least: 4.7 6 6 Tested up to: 5.7 7 Stable tag: 1.3. 57 Stable tag: 1.3.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 43 43 44 44 == Changelog == 45 46 = 1.3.6 = 47 * "Minor Bug Fix" 45 48 46 49 = 1.3.5 = -
woo-download-credits/tags/1.3.6/woo-download-credits.php
r2515703 r2538893 7 7 * Plugin Name: Woo Credits 8 8 * Plugin URI: http://www.woocredits.com/ 9 * Version: 1.3. 59 * Version: 1.3.6 10 10 * Description: Lets your customers buy "credits" in bulk, then use those credits for downloadable/virtual products in your Woo Commerce shop. 11 11 * Author: http://www.woocredits.com/ … … 483 483 $credit_number = wc_clean($options1['credit_number']); 484 484 $credit_number = $credit_number * $count; 485 $count = ' ' . $credit_number . ' credit '; 485 // $count = ' ' . $credit_number . ' credit '; 486 $count = $credit_number; 486 487 } 487 488 return $count; … … 1199 1200 </div> 1200 1201 1201 <?php // wdc_get_credit_product_id(); ?> 1202 <?php // wdc_get_credit_product_id(); 1203 ?> 1202 1204 1203 1205 <div id="postbox-container-1" class="postbox-container"> -
woo-download-credits/trunk/readme.txt
r2515703 r2538893 5 5 Requires at least: 4.7 6 6 Tested up to: 5.7 7 Stable tag: 1.3. 57 Stable tag: 1.3.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 43 43 44 44 == Changelog == 45 46 = 1.3.6 = 47 * "Minor Bug Fix" 45 48 46 49 = 1.3.5 = -
woo-download-credits/trunk/woo-download-credits.php
r2515703 r2538893 7 7 * Plugin Name: Woo Credits 8 8 * Plugin URI: http://www.woocredits.com/ 9 * Version: 1.3. 59 * Version: 1.3.6 10 10 * Description: Lets your customers buy "credits" in bulk, then use those credits for downloadable/virtual products in your Woo Commerce shop. 11 11 * Author: http://www.woocredits.com/ … … 483 483 $credit_number = wc_clean($options1['credit_number']); 484 484 $credit_number = $credit_number * $count; 485 $count = ' ' . $credit_number . ' credit '; 485 // $count = ' ' . $credit_number . ' credit '; 486 $count = $credit_number; 486 487 } 487 488 return $count; … … 1199 1200 </div> 1200 1201 1201 <?php // wdc_get_credit_product_id(); ?> 1202 <?php // wdc_get_credit_product_id(); 1203 ?> 1202 1204 1203 1205 <div id="postbox-container-1" class="postbox-container">
Note: See TracChangeset
for help on using the changeset viewer.