diff --git a/README.md b/README.md index f498b41d..07c44030 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/YOUR_ADMIN/includes/init_includes/init_bc_config.php b/YOUR_ADMIN/includes/init_includes/init_bc_config.php index 12d73ded..96c79052 100644 --- a/YOUR_ADMIN/includes/init_includes/init_bc_config.php +++ b/YOUR_ADMIN/includes/init_includes/init_bc_config.php @@ -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) diff --git a/YOUR_ADMIN/includes/init_includes/init_zca_bootstrap_template_admin.php b/YOUR_ADMIN/includes/init_includes/init_zca_bootstrap_template_admin.php index c9a4d873..bcf9ed65 100644 --- a/YOUR_ADMIN/includes/init_includes/init_zca_bootstrap_template_admin.php +++ b/YOUR_ADMIN/includes/init_includes/init_zca_bootstrap_template_admin.php @@ -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 diff --git a/docs/bootstrap/readme.html b/docs/bootstrap/readme.html index d3b2ec59..373e9002 100644 --- a/docs/bootstrap/readme.html +++ b/docs/bootstrap/readme.html @@ -287,7 +287,7 @@

Version-Specific Upgrade Suggestions

Version History

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 (CHANGELOG.txt).