Skip to content

Commit

Permalink
Update readmes/init for v3.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lat9 committed Dec 25, 2022
1 parent 391d112 commit f56729d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ZCA Bootstrap Template v3.4.1 for zc157 and zc158
# ZCA Bootstrap Template v3.5.0 for zc157 and zc158

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 @@ -10,8 +10,8 @@ This Zen Cart template uses a [Bootstrap](https://getbootstrap.com/docs/4.5/gett

## External Packages Used

- [Bootstrap 4.6.0](https://getbootstrap.com/docs/4.6/getting-started/introduction/)
- [Font Awesome 5.15.1](https://fontawesome.com/)
- [Bootstrap 4.6.2](https://getbootstrap.com/docs/4.6/getting-started/introduction/)
- [Font Awesome 5.15.4](https://fontawesome.com/)
- [jQuery 3.5.1](https://jquery.com/download/)

## Features:
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.5.0-beta1');
define('ZCA_BOOTSTRAP_CURRENT_VERSION', '3.5.0');

// -----
// 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 @@ -284,7 +284,7 @@ <h2>Upgrading</h2>
<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.5.0-beta2, 2022-12-18 (lat9, dbltoe, torvista)<ul>
<li>v3.5.0, 2022-12-25 (lat9, dbltoe, torvista)<ul>
<li>BUGFIX: Correct PHP warning on various product details' templates.</li>
<li>BUGFIX: Add ARIA labels for centerboxes, sideboxes and the common header.</li>
<li>CHANGE: Add notification just after &lt;head&gt; tag, enabling observers to insert scripts early in that section.</li>
Expand Down

0 comments on commit f56729d

Please sign in to comment.