Changeset 2624431
- Timestamp:
- 11/04/2021 10:36:54 AM (4 years ago)
- Location:
- affiliatewp-affiliate-product-rates/trunk
- Files:
-
- 3 added
- 3 edited
-
affiliatewp-affiliate-product-rates.php (modified) (4 diffs)
-
includes/class-affiliatewp-affiliate-product-rates.php (modified) (1 diff)
-
includes/lib/affwp/class-affiliatewp-requirements-check-v1-1.php (added)
-
languages/affiliate-affiliate-product-rates-pl_PL.mo (added)
-
languages/affiliate-affiliate-product-rates-pl_PL.po (added)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
affiliatewp-affiliate-product-rates/trunk/affiliatewp-affiliate-product-rates.php
r2555486 r2624431 6 6 * Author: Sandhills Development, LLC 7 7 * Author URI: https://sandhillsdev.com 8 * Version: 1. 18 * Version: 1.2 9 9 * Text Domain: affiliatewp-affiliate-product-rates 10 10 * … … 24 24 * @category Core 25 25 * @author Andrew Munro 26 * @version 1. 126 * @version 1.2 27 27 */ 28 28 … … 32 32 } 33 33 34 if ( ! class_exists( 'AffiliateWP_Requirements_Check ' ) ) {35 require_once dirname( __FILE__ ) . '/includes/lib/affwp/class-affiliatewp-requirements-check .php';34 if ( ! class_exists( 'AffiliateWP_Requirements_Check_v1_1' ) ) { 35 require_once dirname( __FILE__ ) . '/includes/lib/affwp/class-affiliatewp-requirements-check-v1-1.php'; 36 36 } 37 37 … … 43 43 * @see Affiliate_WP_Requirements_Check 44 44 */ 45 class AffiliateWP_APR_Requirements_Check extends AffiliateWP_Requirements_Check {45 class AffiliateWP_APR_Requirements_Check extends AffiliateWP_Requirements_Check_v1_1 { 46 46 47 47 /** -
affiliatewp-affiliate-product-rates/trunk/includes/class-affiliatewp-affiliate-product-rates.php
r2555486 r2624431 42 42 * @var string 43 43 */ 44 private $version = '1. 1';44 private $version = '1.2'; 45 45 46 46 /** -
affiliatewp-affiliate-product-rates/trunk/readme.txt
r2555486 r2624431 2 2 Contributors: sumobi, mordauk 3 3 Tags: AffiliateWP, affiliate, Pippin Williamson, Andrew Munro, mordauk, pippinsplugins, sumobi, ecommerce, e-commerce, e commerce, selling, referrals, easy digital downloads, digital downloads, woocommerce, woo, products, product, rates 4 Requires at least: 5. 04 Requires at least: 5.2 5 5 Tested up to: 5.7 6 6 Requires PHP: 5.6 7 Stable tag: 1. 17 Stable tag: 1.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 58 58 == Changelog == 59 59 60 = 1.2 = 61 * New: Requires WordPress 5.2 minimum 62 63 = 1.1 = 64 * New: Enforce minimum dependency requirements checking 65 * New: Requires PHP 5.6 minimum 66 * New: Requires WordPress 5.0 minimum 67 * New: Requires AffiliateWP 2.6 minimum 68 * Tweak: Allow language translations to be handled by WordPress 69 60 70 = 1.0.5 = 61 71 * Fix: Flat rate shows USD instead of the currency selected in the general settings
Note: See TracChangeset
for help on using the changeset viewer.