Plugin Directory

Changeset 3371884


Ignore:
Timestamp:
10/02/2025 03:33:33 PM (6 months ago)
Author:
dillerapp
Message:

Resolves a bug that caused forms to break when input fields shared names with the enrollment form

Location:
diller-loyalty
Files:
1 deleted
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • diller-loyalty/tags/2.4.8/README.txt

    r3371818 r3371884  
    44Requires at least: 4.7
    55Tested up to: 6.6.0
    6 Version: 2.4.7
    7 Stable tag: 2.4.7
     6Version: 2.4.8
     7Stable tag: 2.4.8
    88Requires PHP: 7.3
    99WC requires at least: 3.8.0
     
    6363
    6464== Changelog ==
    65 = 2.4.7 =
     65= 2.4.8 =
    6666* Resolves a bug that caused forms to break when input fields shared names with the enrollment form
    6767
  • diller-loyalty/tags/2.4.8/diller-loyalty.php

    r3371774 r3371884  
    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.7
     8 * Version:              2.4.8
    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.7
     15 * Stable tag:           2.4.8
    1616 * Requires at least:    4.7
    1717 * Tested up to:         6.6.2
     
    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.7');
     33    define('DILLER_LOYALTY_VERSION', '2.4.8');
    3434}
    3535
  • diller-loyalty/trunk/README.txt

    r3371818 r3371884  
    44Requires at least: 4.7
    55Tested up to: 6.6.0
    6 Version: 2.4.7
    7 Stable tag: 2.4.7
     6Version: 2.4.8
     7Stable tag: 2.4.8
    88Requires PHP: 7.3
    99WC requires at least: 3.8.0
     
    6363
    6464== Changelog ==
    65 = 2.4.7 =
     65= 2.4.8 =
    6666* Resolves a bug that caused forms to break when input fields shared names with the enrollment form
    6767
  • diller-loyalty/trunk/diller-loyalty.php

    r3371774 r3371884  
    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.7
     8 * Version:              2.4.8
    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.7
     15 * Stable tag:           2.4.8
    1616 * Requires at least:    4.7
    1717 * Tested up to:         6.6.2
     
    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.7');
     33    define('DILLER_LOYALTY_VERSION', '2.4.8');
    3434}
    3535
Note: See TracChangeset for help on using the changeset viewer.