From 3f89dc388bd738eb419b38602a318253dfbe954a Mon Sep 17 00:00:00 2001 From: lat9 Date: Thu, 22 Feb 2024 13:07:07 -0500 Subject: [PATCH] Update readme/version comments, v2.4.7->v2.5.0 --- YOUR_ADMIN/includes/init_includes/init_checkout_one.php | 4 ++-- docs/one_page_checkout/readme.html | 4 ++-- includes/classes/OnePageCheckout.php | 2 +- includes/modules/pages/checkout_one/jquery.checkout_one.js | 2 +- .../modules/pages/checkout_one/jquery.checkout_one.min.js | 2 +- .../create_account/header_php_create_account_register.php | 4 ++-- .../templates/tpl_checkout_one_confirmation_default.php | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/YOUR_ADMIN/includes/init_includes/init_checkout_one.php b/YOUR_ADMIN/includes/init_includes/init_checkout_one.php index fbe7ccc..e0c27a5 100644 --- a/YOUR_ADMIN/includes/init_includes/init_checkout_one.php +++ b/YOUR_ADMIN/includes/init_includes/init_checkout_one.php @@ -15,8 +15,8 @@ // 500-599 ... Registered-account settings // 1000+ ..... Debug settings // -define('CHECKOUT_ONE_CURRENT_VERSION', '2.4.7-beta2'); -define('CHECKOUT_ONE_CURRENT_UPDATE_DATE', '2024-01-10'); +define('CHECKOUT_ONE_CURRENT_VERSION', '2.5.0-beta1'); +define('CHECKOUT_ONE_CURRENT_UPDATE_DATE', '2024-02-22'); if (isset($_SESSION['admin_id'])) { $version_release_date = CHECKOUT_ONE_CURRENT_VERSION . ' (' . CHECKOUT_ONE_CURRENT_UPDATE_DATE . ')'; diff --git a/docs/one_page_checkout/readme.html b/docs/one_page_checkout/readme.html index 4ef0305..eafa236 100644 --- a/docs/one_page_checkout/readme.html +++ b/docs/one_page_checkout/readme.html @@ -84,7 +84,7 @@

One-Page Checkout … with Guest … for Zen Cart v1.5.7a (and later)

-

Version 2.4.7 by lat9, swguy, simon1066, marco-pm and drbyte

+

Version 2.5.0 by lat9, swguy, simon1066, marco-pm and drbyte

Copyright © 2013-2024 Vinos de Frutas Tropicales. All rights reserved.

Released under the General Public License (see the file named license.txt in the plugin's distribution for full details). This script is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


@@ -712,7 +712,7 @@

Template-specific "jscript_framework.php" is Required

You can view the details of these changes on the plugin's GitHub repository. Changes to the plugin's default templates are identified in this color; remember to merge those changes with any template-override version you might have created! Additions are identified by this color and removals are indicated like this.