Changeset 3371884
- Timestamp:
- 10/02/2025 03:33:33 PM (6 months ago)
- Location:
- diller-loyalty
- Files:
-
- 1 deleted
- 4 edited
- 1 copied
-
tags/2.4.7 (deleted)
-
tags/2.4.8 (copied) (copied from diller-loyalty/trunk)
-
tags/2.4.8/README.txt (modified) (2 diffs)
-
tags/2.4.8/diller-loyalty.php (modified) (3 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/diller-loyalty.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
diller-loyalty/tags/2.4.8/README.txt
r3371818 r3371884 4 4 Requires at least: 4.7 5 5 Tested up to: 6.6.0 6 Version: 2.4. 77 Stable tag: 2.4. 76 Version: 2.4.8 7 Stable tag: 2.4.8 8 8 Requires PHP: 7.3 9 9 WC requires at least: 3.8.0 … … 63 63 64 64 == Changelog == 65 = 2.4. 7=65 = 2.4.8 = 66 66 * Resolves a bug that caused forms to break when input fields shared names with the enrollment form 67 67 -
diller-loyalty/tags/2.4.8/diller-loyalty.php
r3371774 r3371884 6 6 * Plugin URI: https://diller.no/ 7 7 * 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. 78 * Version: 2.4.8 9 9 * Author: Diller AS 10 10 * Author URI: https://diller.no/kontakt/ … … 13 13 * Text Domain: diller-loyalty 14 14 * Domain Path: /languages 15 * Stable tag: 2.4. 715 * Stable tag: 2.4.8 16 16 * Requires at least: 4.7 17 17 * Tested up to: 6.6.2 … … 31 31 // Start at version 2.0.0 and use SemVer - https://semver.org 32 32 if ( ! defined( 'DILLER_LOYALTY_VERSION' ) ) { 33 define('DILLER_LOYALTY_VERSION', '2.4. 7');33 define('DILLER_LOYALTY_VERSION', '2.4.8'); 34 34 } 35 35 -
diller-loyalty/trunk/README.txt
r3371818 r3371884 4 4 Requires at least: 4.7 5 5 Tested up to: 6.6.0 6 Version: 2.4. 77 Stable tag: 2.4. 76 Version: 2.4.8 7 Stable tag: 2.4.8 8 8 Requires PHP: 7.3 9 9 WC requires at least: 3.8.0 … … 63 63 64 64 == Changelog == 65 = 2.4. 7=65 = 2.4.8 = 66 66 * Resolves a bug that caused forms to break when input fields shared names with the enrollment form 67 67 -
diller-loyalty/trunk/diller-loyalty.php
r3371774 r3371884 6 6 * Plugin URI: https://diller.no/ 7 7 * 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. 78 * Version: 2.4.8 9 9 * Author: Diller AS 10 10 * Author URI: https://diller.no/kontakt/ … … 13 13 * Text Domain: diller-loyalty 14 14 * Domain Path: /languages 15 * Stable tag: 2.4. 715 * Stable tag: 2.4.8 16 16 * Requires at least: 4.7 17 17 * Tested up to: 6.6.2 … … 31 31 // Start at version 2.0.0 and use SemVer - https://semver.org 32 32 if ( ! defined( 'DILLER_LOYALTY_VERSION' ) ) { 33 define('DILLER_LOYALTY_VERSION', '2.4. 7');33 define('DILLER_LOYALTY_VERSION', '2.4.8'); 34 34 } 35 35
Note: See TracChangeset
for help on using the changeset viewer.