Plugin Directory

Changeset 3122103


Ignore:
Timestamp:
07/19/2024 01:40:42 PM (21 months ago)
Author:
dillerapp
Message:

Fixes bug when reserving coupons or creating refunds for orders with products without categories.
Removes obsolete migrations for plugin versions 1.6.1 to 2.x.
Removes Diller REST endpoints from public discovery endpoint /wp-json/wp/v2.
Small tweaks and improvements.

Location:
diller-loyalty/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • diller-loyalty/trunk/README.txt

    r3121966 r3122103  
    33Tags: loyalty program, customer club, coupons, members, campaigns
    44Requires at least: 4.7
    5 Tested up to: 6.4.2
    6 Version: 2.4.1
    7 Stable tag: 2.4.1
     5Tested up to: 6.6.0
     6Version: 2.4.2
     7Stable tag: 2.4.2
    88Requires PHP: 7.3
    99WC requires at least: 3.8.0
     
    6363
    6464== Changelog ==
    65 = 2.4.1 =
     65= 2.4.2 =
    6666* Fixes bug when reserving coupons or creating refunds for orders with products without categories.
    6767* Removes migrations for plugin versions 1.6.1 to 2.x.
  • diller-loyalty/trunk/diller-loyalty.php

    r3121966 r3122103  
    66 * Plugin URI:           https://diller.no/
    77 * Description:          Diller is a loyalty platform for businesses that is easy, affordable and profitable and integrates seamlessly with your WooCommerce shop.
    8  * Version:              2.4.1
     8 * Version:              2.4.2
    99 * Author:               Diller AS
    1010 * Author URI:           https://diller.no/kontakt/
     
    1313 * Text Domain:          diller-loyalty
    1414 * Domain Path:          /languages
    15  * Stable tag:           2.4.1
     15 * Stable tag:           2.4.2
    1616 * Requires at least:    4.7
    1717 * Tested up to:         6.1.0
     
    3131// Start at version 2.0.0 and use SemVer - https://semver.org
    3232if ( ! defined( 'DILLER_LOYALTY_VERSION' ) ) {
    33     define('DILLER_LOYALTY_VERSION', '2.4.1');
     33    define('DILLER_LOYALTY_VERSION', '2.4.2');
    3434}
    3535
Note: See TracChangeset for help on using the changeset viewer.