Skip to content

Commit

Permalink
Update readme's and admin version for v2.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lat9 committed May 19, 2022
1 parent 04b4cb4 commit b67b1cb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# One-Page Checkout v2.4.0
# One-Page Checkout v2.4.1

This documentation contains implementation details associated with the *guest-checkout* and *registered-account* features introduced by v2.0.0 of [***One-Page Checkout***](https://github.com/lat9/one_page_checkout) (*OPC*) for Zen Cart and augments the information already present in the plugin's readme. The roots of OPC's *guest-checkout* and *registered-account* processing (*OPC-GC/RA*) are found in the [COWOA](https://www.zen-cart.com/showthread.php?196995-COWOA-%28for-ZC-v1-5-x%29) (by @DivaVocals, @countrycharm and others) and [COWAA](https://www.zen-cart.com/downloads.php?do=file&id=2131) (by @davewest) plugins … but the implementation is quite different.

Expand Down
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.1-beta2');
define('CHECKOUT_ONE_CURRENT_UPDATE_DATE', '2022-05-14');
define('CHECKOUT_ONE_CURRENT_VERSION', '2.4.1');
define('CHECKOUT_ONE_CURRENT_UPDATE_DATE', '2022-05-19');

if (isset($_SESSION['admin_id'])) {
$version_release_date = CHECKOUT_ONE_CURRENT_VERSION . ' (' . CHECKOUT_ONE_CURRENT_UPDATE_DATE . ')';
Expand Down
3 changes: 2 additions & 1 deletion docs/one_page_checkout/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,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.1 by lat9/niccol</h3>
<h3>Version 2.4.1 by lat9</h3>
<h3>Copyright &copy; 2013-2022 <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 @@ -207,6 +207,7 @@ <h3>Payment Methods:</h3>
<li>Purchase Order (purchaseorders)</li>
<li>Sage Pay Form</li>
<li>Square (square), v0.96 or later</li>
<li>Square Web Pay, starting with <em>OPC</em> v2.4.1.</li>
<li>Stripe-Pay</li>
<li>Gateway Processing Services (gps). <strong>Note:</strong> The payment method must be present in the OPC setting <em>Payment Methods Requiring Confirmation</em> for proper operation.</li>
<li>Ship2Pay (starting with <em>OPC</em> v2.2.2)</li>
Expand Down

0 comments on commit b67b1cb

Please sign in to comment.