Skip to content

Commit

Permalink
Update readmes and admin initialization for v2.4.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
lat9 committed May 2, 2022
1 parent dc7028a commit 085cc9b
Show file tree
Hide file tree
Showing 3 changed files with 4 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.3.12
# One-Page Checkout v2.4.0

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.0-beta3');
define('CHECKOUT_ONE_CURRENT_UPDATE_DATE', '2022-04-25');
define('CHECKOUT_ONE_CURRENT_VERSION', '2.4.0');
define('CHECKOUT_ONE_CURRENT_UPDATE_DATE', '2022-05-02');

if (isset($_SESSION['admin_id'])) {
$version_release_date = CHECKOUT_ONE_CURRENT_VERSION . ' (' . CHECKOUT_ONE_CURRENT_UPDATE_DATE . ')';
Expand Down
2 changes: 1 addition & 1 deletion docs/one_page_checkout/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,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.0-beta3, 2022-04-27 (lat9, marco-pm):<ul>
<li>v2.4.0, 2022-05-02 (lat9, marco-pm):<ul>
<li>BUGFIX: Provide overlay to 'hide' review/confirm buttons when address is changed via dropdown.</li>
<li>BUGFIX: Correct handling when &quot;Enable Shipping=Billing&quot; is set to <em>false</em>.</li>
<li>BUGFIX: Improve admin orders' listing performance for sites with large number of orders.</li>
Expand Down

0 comments on commit 085cc9b

Please sign in to comment.