Skip to content

Commit

Permalink
Update readme/version comments, v2.4.7->v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lat9 committed Feb 22, 2024
1 parent 35cdb4a commit 3f89dc3
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions YOUR_ADMIN/includes/init_includes/init_checkout_one.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 . ')';
Expand Down
4 changes: 2 additions & 2 deletions docs/one_page_checkout/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@

<body>
<h1>One-Page Checkout &hellip; with Guest &hellip; <span class="smaller">for Zen Cart v1.5.7a (and later)</span></h1>
<h3>Version 2.4.7 by lat9, swguy, simon1066, marco-pm and drbyte</h3>
<h3>Version 2.5.0 by lat9, swguy, simon1066, marco-pm and drbyte</h3>
<h3>Copyright &copy; 2013-2024 <a href="https://vinosdefrutastropicales.com" target="_blank" rel="noopener">Vinos de Frutas Tropicales</a>. All rights reserved.</h3>
<p>Released under the General Public License (see the file named <code class="no-pad">license.txt</code> 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.</p>
<hr />
Expand Down Expand Up @@ -712,7 +712,7 @@ <h3>Template-specific &quot;jscript_framework.php&quot; is Required</h3>
<div id="changes">
<p>You can view the details of these changes on the plugin's <a href="https://github.com/lat9/one_page_checkout/issues" target="_blank" rel="noopener">GitHub repository</a>. <span class="template-changed">Changes to the plugin's default templates are identified in this color</span>; remember to merge those changes with any template-override version you might have created! Additions are identified by <span class="added">this</span> color and removals are indicated like <span class="removed">this</span>.</p>
<ul>
<li>v2.4.7, 2024-01-10 (lat9, drbyte):<ul>
<li>v2.5.0-beta1, 2024-02-22 (lat9, drbyte):<ul>
<li>BUGFIX: Correct PHP warning for registered-account creation (missing <var>$fax</var>).</li>
<li>BUGFIX: Correct 'missing' <var>id=</var> attribute on confirmation form button.</li>
<li>BUGFIX: Enable <var>checkout_one</var> page's submit-button timeout to be configurable.</li>
Expand Down
2 changes: 1 addition & 1 deletion includes/classes/OnePageCheckout.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// This class, instantiated in the current customer session, keeps track of a customer's login and checkout
// progression with the aid of the OPC's observer- and AJAX-classes.
//
// Last updated: OPC v2.4.7
// Last updated: OPC v2.5.0
//
class OnePageCheckout extends base
{
Expand Down
2 changes: 1 addition & 1 deletion includes/modules/pages/checkout_one/jquery.checkout_one.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Part of the One-Page Checkout plugin, provided under GPL 2.0 license by lat9.
// Copyright (C) 2013-2024, Vinos de Frutas Tropicales. All rights reserved.
//
// Last changed: OPC v2.4.7
// Last changed: OPC v2.5.0
//
var selected;
var submitter = null;
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
// -----
// Part of the One-Page Checkout plugin, provided under GPL 2.0 license by lat9 ([email protected]).
// Copyright (C) 2017-2023, Vinos de Frutas Tropicales. All rights reserved.
// Copyright (C) 2017-2024, Vinos de Frutas Tropicales. All rights reserved.
//
// Last updated: OPC v2.4.7
// Last updated: OPC v2.5.0
//
// This should be first line of the script:
$zco_notifier->notify('NOTIFY_HEADER_START_CREATE_ACCOUNT_REGISTER');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Part of the One-Page Checkout plugin, provided under GPL 2.0 license by lat9 ([email protected]).
// Copyright (C) 2013-2024, Vinos de Frutas Tropicales. All rights reserved.
//
// Last updated: OPC v2.4.7
// Last updated: OPC v2.5.0
//

// -----
Expand Down

0 comments on commit 3f89dc3

Please sign in to comment.