Changeset 2728366
- Timestamp:
- 05/23/2022 09:04:12 AM (4 years ago)
- Location:
- mintpay/trunk
- Files:
-
- 2 edited
-
mintpay.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mintpay/trunk/mintpay.php
r2715220 r2728366 413 413 } //END-settings_add_action_link 414 414 415 include_once("price_break_down.php"); 415 // include price-breakdow only if Price Breakdown plugin is unavailable 416 if ( !function_exists('price_below_text_func') ){ 417 include_once("price_break_down.php"); 418 } -
mintpay/trunk/readme.txt
r2715236 r2728366 4 4 Requires at least: 4.6 5 5 Tested up to: 5.9 6 Stable tag: 1.0. 16 Stable tag: 1.0.2 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 44 44 = 1.0.1 = 45 45 * [Fix] - Fixed issue with displaying `Product type not identified` under product price 46 = 1.0.2 = 47 * [Fix] - Made changes to work seamlessly with `Mintpay Price Breakdown` plugin (Old version) 46 48 47 49 == External Services ==
Note: See TracChangeset
for help on using the changeset viewer.