Skip to content

Commit

Permalink
Update readme's and versions for v3.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lat9 committed Jul 20, 2023
1 parent d195306 commit 1887ffb
Show file tree
Hide file tree
Showing 4 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 @@
# ZCA Bootstrap Template v3.5.3 for zc157 and zc158
# ZCA Bootstrap Template v3.6.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 Down
2 changes: 1 addition & 1 deletion YOUR_ADMIN/includes/init_includes/init_bc_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// is added, removed or updated. Initially added for Bootstrap v3.5.2, note that
// its setting might not be the same as the base template's version!
//
define('ZCA_BOOTSTRAP_COLORS_CURRENT_VERSION', '3.6.0-beta6');
define('ZCA_BOOTSTRAP_COLORS_CURRENT_VERSION', '3.6.0');

// -----
// If this is an upgrade (or an initial install), load the installation/upgrade script to (at a minimum)
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.6.0-beta2');
define('ZCA_BOOTSTRAP_CURRENT_VERSION', '3.6.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 @@ -287,7 +287,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.6.0-beta5, 2023-07-19 (lat9, dbltoe, dennisns7d, brittainmark, proseLA)<ul>
<li>v3.6.0, 2023-07-20 (lat9, dbltoe, dennisns7d, brittainmark, proseLA)<ul>
<li>BUGFIX: Simplify page-header processing for featured_products, products_all and products_new pages.</li>
<li>BUGFIX: Don't provide changes for pricing-related notifications if they've already been handled.</li>
<li>BUGFIX: &quot;Add Address&quot; button on <code>address_book</code> displays as &quot;Back&quot;.</li>
Expand Down

0 comments on commit 1887ffb

Please sign in to comment.