Skip to content

Commit

Permalink
#188: Update readme/init versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lat9 committed Dec 29, 2022
1 parent c8d00d5 commit d610743
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
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');
define('ZCA_BOOTSTRAP_CURRENT_VERSION', '3.5.1-beta1');

// -----
// If a SuperUser admin is logged in, check to see that all of the new configuration settings required
Expand Down
10 changes: 9 additions & 1 deletion docs/bootstrap/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<body>
<h1>Bootstrap-4 Template for Zen Cart v1.5.7 and later</h1>
<h2>Including Zen Cart v1.5.8!</h2>
<h3>Version 3.4.2, by lat9, drbyte, scottcwilson, marco-pm, dbltoe and dennisns7d</h3>
<h3>Version 3.5.1, by lat9, drbyte, scottcwilson, marco-pm, dbltoe, dennisns7d and brittainmark</h3>
<p>Current Support Thread at Zen Cart Forums: <a href="https://www.zen-cart.com/showthread.php?223910-ZCA-Bootstrap-4-Template-Support-Thread" target="_blank">https://www.zen-cart.com/showthread.php?223910-ZCA-Bootstrap-4-Template-Support-Thread</a></p>
<p>Zen Cart Download Link: <a href="https://www.zen-cart.com/downloads.php?do=file&id=2191" target="_blank">https://www.zen-cart.com/downloads.php?do=file&id=2191</a></p>
<p>GitHub repository: <a href="https://github.com/lat9/ZCA-Bootstrap-Template" target="_blank">https://github.com/lat9/ZCA-Bootstrap-Template</a>.</p>
Expand Down Expand Up @@ -284,6 +284,14 @@ <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.1-beta1, 2022-12-28 (lat9, brittainmark)<ul>
<li>BUGFIX: Move repetitive calculations outside of products' listing loop for efficiency.</li>
<li>The following files were changed</span>:<ol>
<li>/includes/modules/bootstrap/product_listing.php</li>
<li>/includes/templates/bootstrap/template_info.php</li>
<li>/YOUR_ADMIN/includes/init_includes/init_zca_bootstrap_template_admin.php</li>
</ol></li>
</ul></li>
<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>
Expand Down
4 changes: 2 additions & 2 deletions includes/templates/bootstrap/template_info.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
/**
* Template Information File
*
* BOOTSTRAP v3.5.0
* BOOTSTRAP v3.5.1
* @package templateSystem
* @copyright Copyright 2003-2005 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: template_info.php 2306 2005-11-05 21:34:28Z wilt $
*/
$template_name = 'ZCA Bootstrap-4';
$template_version = 'Version 3.5.0';
$template_version = 'Version 3.5.1';
$template_author = 'rbarbour (zcadditions.com), lat9 (vinosdefrutastropicales.com), drbyte (zen-cart.com)';
$template_description = 'A responsive Zen Cart template built for <em>Zen Cart <b>1.5.7</b> and later</em>; also validated on <em>Zen Cart <b>1.5.8</b></em> and PHP 8.2. The template uses Bootstrap 4.6.2 and Font Awesome 5.15.4. Additional documentation is available on the template\'s <a href="https://github.com/lat9/ZCA-Bootstrap-Template" target="_blank" rel="noopener">GitHub repository</a>.';
$template_screenshot = 'ZCA_BOOTSTRAP_TEMPLATE.png';
Expand Down

0 comments on commit d610743

Please sign in to comment.