Skip to content

Commit

Permalink
Update readmes/init for v3.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lat9 committed Jun 21, 2024
1 parent 53af447 commit cf825aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ZCA Bootstrap Template v3.7.0 for zc158 and zc200
# ZCA Bootstrap Template v3.7.1 for zc158 and zc200

This Zen Cart template uses a [Bootstrap](https://getbootstrap.com/docs/4.5/getting-started/introduction/) foundation to provide an updated look-and-feel to your Zen Cart. Since the template is standards-based, it's easier to make layout changes to your store.

Expand All @@ -16,7 +16,7 @@ This Zen Cart template uses a [Bootstrap](https://getbootstrap.com/docs/4.5/gett

## Features:

- Supports Zen Cart major versions **1.5.8** and **2.0.0**, best when run on a zc158**a** (or zc200) installation. Validated on PHP versions 7.4 through 8.3.
- Supports Zen Cart major versions **1.5.8** and **2.0.0**, best when run on a zc200 (or zc158**a**) installation. Validated on PHP versions 7.4 through 8.3.
- Bootstrap 4 Framework.
- Responsive.
- 3 Column Layout (removes right column on product info, shopping cart & checkout pages).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
die('Illegal Access');
}

define('ZCA_BOOTSTRAP_CURRENT_VERSION', '3.7.1-beta1');
define('ZCA_BOOTSTRAP_CURRENT_VERSION', '3.7.1');

// -----
// If a SuperUser admin is logged in, check to see that all of the new configuration settings required
Expand Down
2 changes: 1 addition & 1 deletion docs/bootstrap/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ <h3>Version-Specific Upgrade Suggestions</h3>
<h2>Version History</h2>
<p>This section identifies the template's version history and changes, starting with its v2.0.0c release. Prior version changes can be found in the root of the template's distribution zip-file (<code>CHANGELOG.txt</code>).</p>
<ul>
<li>v3.7.1-beta1, 2024-06-12 (lat9, brittainmark)<ul>
<li>v3.7.1, 2024-06-21 (lat9, brittainmark)<ul>
<li>BUGFIX: Correct PHP Warning on <code>checkout_payment</code> page.</li>
<li>BUGFIX: Remove extraneous comments from <samp>template_info.php</samp>.</li>
<li>INTROP: Support forthcoming zc210's additional-images' handling.</li>
Expand Down

0 comments on commit cf825aa

Please sign in to comment.