Plugin Directory

Changeset 2728366


Ignore:
Timestamp:
05/23/2022 09:04:12 AM (4 years ago)
Author:
mintpay
Message:

Made changes to work seamlessly with the Mintpay Price Breakdown plugin.

Location:
mintpay/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mintpay/trunk/mintpay.php

    r2715220 r2728366  
    413413} //END-settings_add_action_link
    414414
    415 include_once("price_break_down.php");
     415// include price-breakdow only if Price Breakdown plugin is unavailable
     416if ( !function_exists('price_below_text_func') ){
     417    include_once("price_break_down.php");
     418}
  • mintpay/trunk/readme.txt

    r2715236 r2728366  
    44Requires at least: 4.6
    55Tested up to: 5.9
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.2
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    4444= 1.0.1 =
    4545* [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)
    4648
    4749== External Services ==
Note: See TracChangeset for help on using the changeset viewer.