Plugin Directory

Changeset 2624431


Ignore:
Timestamp:
11/04/2021 10:36:54 AM (4 years ago)
Author:
dbeja
Message:

Version 1.2.0

Location:
affiliatewp-affiliate-product-rates/trunk
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • affiliatewp-affiliate-product-rates/trunk/affiliatewp-affiliate-product-rates.php

    r2555486 r2624431  
    66 * Author: Sandhills Development, LLC
    77 * Author URI: https://sandhillsdev.com
    8  * Version: 1.1
     8 * Version: 1.2
    99 * Text Domain: affiliatewp-affiliate-product-rates
    1010 *
     
    2424 * @category Core
    2525 * @author Andrew Munro
    26  * @version 1.1
     26 * @version 1.2
    2727 */
    2828
     
    3232}
    3333
    34 if ( ! class_exists( 'AffiliateWP_Requirements_Check' ) ) {
    35     require_once dirname( __FILE__ ) . '/includes/lib/affwp/class-affiliatewp-requirements-check.php';
     34if ( ! class_exists( 'AffiliateWP_Requirements_Check_v1_1' ) ) {
     35    require_once dirname( __FILE__ ) . '/includes/lib/affwp/class-affiliatewp-requirements-check-v1-1.php';
    3636}
    3737
     
    4343 * @see Affiliate_WP_Requirements_Check
    4444 */
    45 class AffiliateWP_APR_Requirements_Check extends AffiliateWP_Requirements_Check {
     45class AffiliateWP_APR_Requirements_Check extends AffiliateWP_Requirements_Check_v1_1 {
    4646
    4747    /**
  • affiliatewp-affiliate-product-rates/trunk/includes/class-affiliatewp-affiliate-product-rates.php

    r2555486 r2624431  
    4242         * @var string
    4343         */
    44         private $version = '1.1';
     44        private $version = '1.2';
    4545
    4646        /**
  • affiliatewp-affiliate-product-rates/trunk/readme.txt

    r2555486 r2624431  
    22Contributors: sumobi, mordauk
    33Tags: 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.0
     4Requires at least: 5.2
    55Tested up to: 5.7
    66Requires PHP: 5.6
    7 Stable tag: 1.1
     7Stable tag: 1.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5858== Changelog ==
    5959
     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
    6070= 1.0.5 =
    6171* Fix: Flat rate shows USD instead of the currency selected in the general settings
Note: See TracChangeset for help on using the changeset viewer.