Skip to content

Commit

Permalink
#274: Updating default rating stars' color/background-color
Browse files Browse the repository at this point in the history
  • Loading branch information
lat9 committed Jan 11, 2024
1 parent 4e94c78 commit 9e3126e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions YOUR_ADMIN/includes/init_includes/init_bc_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: init_bc_config.php
*
* BOOTSTRAP v3.6.0
* BOOTSTRAP v3.6.2
*/

// -----
Expand All @@ -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');
define('ZCA_BOOTSTRAP_COLORS_CURRENT_VERSION', '3.6.2-beta1');

// -----
// 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 @@ -7,7 +7,7 @@
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: init_bc_config.php
*
* BOOTSTRAP v3.6.0
* BOOTSTRAP v3.6.2
*/
// -----
// Brought in by /admin/init_includes/init_bc_config.php for an initial installation or upgrade to the colors.
Expand Down Expand Up @@ -142,13 +142,13 @@
],
'ZCA_BODY_RATING_STAR_BACKGROUND_COLOR' => [
'configuration_title' => '<b>Body Rating Stars</b> Background Color',
'configuration_value' => '#322424',
'configuration_value' => '#ffffff',
'sort_order' => 500,
'added' => '3.5.2',
],
'ZCA_BODY_RATING_STAR_COLOR' => [
'configuration_title' => 'Body Rating Stars Color',
'configuration_value' => '#efa31d',
'configuration_value' => '#987000',
'sort_order' => 510,
'added' => '3.5.2',
'set_default' => true,
Expand Down
3 changes: 3 additions & 0 deletions docs/bootstrap/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -292,10 +292,13 @@ <h2>Version History</h2>
<li>BUGFIX: Remove unwanted list-item tags from suggested value for the breadcrumb-separator from the <var>zca_bootstrap_*.log</var>.</li>
<li>INTROP: Variable containing customer information's name changed in zc200 for <var>product_reviews_write</var> page.</li>
<li>INTROP: Add zc200-added notifications on the <var>account_history_info</var> page.</li>
<li>BUGFIX: Updated <em>default</em> coloring for the rating-stars' color and background; any existing value isn't overwritten!</li>
<li>The following files were changed:<ol>
<li>/includes/templates/bootstrap/templates/tpl_account_history_info_default.php</li>
<li>/includes/templates/bootstrap/templates/tpl_checkout_one_confirmation_default.php</li>
<li>/includes/templates/bootstrap/templates/tpl_product_reviews_write_default.php</li>
<li>/YOUR_ADMIN/includes/init_includes/init_bc_config.php</li>
<li>/YOUR_ADMIN/includes/init_includes/init_bc_config_install_or_upgrade.php</li>
<li>/YOUR_ADMIN/includes/init_includes/init_zca_bootstrap_template_admin.php</li>
</ol></li>
</ul></li>
Expand Down

0 comments on commit 9e3126e

Please sign in to comment.