Use the coupon code WORDPRESS and save 30% OFF! Buy Now

Changelog for Brittany

Legend

  • A => A file has been (A)dded
  • M => A file has been (M)odified
  • D => A file has been (D)eleted

2.2.4 - January 22, 2023

Compatibility: WordPress 6.1 — 6.5.2 - WooCommerce 7.3.0+

----------------------------------------------------------------------------------------------
List of changes between brittany v2.2.3 and v2.2.4
----------------------------------------------------------------------------------------------

* FIXED: Implicit conversion warning in PHP 8
* FIXED: Deprecated action 'elementor/widgets/widgets_registered' and method register_widget_type() since Elementor 3.5
  M inc/elementor/elementor.php
  M inc/functions.php

* FIXED: Removed unnecessary php version check.
  M functions.php

* UPDATED: Compatibility with WooCommerce 7.3.0
  M woocommerce/cart/cart-shipping.php

* Updated language file.
  M languages/ci-theme.pot

* CHANGED: Theme version to 2.2.4
  M css/magnific.css
  M css/magnific.min.css
  M style.css
  M style.min.css
  M style.scss

2.2.3 - November 8, 2022

Compatibility: WordPress 6.0.3+ - WooCommerce 7.0.1+

----------------------------------------------------------------------------------------------
List of changes between brittany v2.2.2 and v2.2.3
----------------------------------------------------------------------------------------------

* UPDATED: Template compatibility with WooCommerce 7.0.1
  M woocommerce/cart/cart.php
  M woocommerce/product-searchform.php

* CHANGED: Theme version to 2.2.3
  M style.css
  M style.min.css
  M style.scss

2.2.2 - September 15, 2022

Compatibility: WordPress 6.0.1+ - WooCommerce 6.9.1+

----------------------------------------------------------------------------------------------
List of changes between brittany v2.2.1 and v2.2.2
----------------------------------------------------------------------------------------------

* FIXED: Future-proof support for One Click Demo Import, by replacing older 'pt-ocdi/*' hook names with the more recent 'ocdi/' ones.
  M inc/onboarding.php

* FIXED: Improper removal of default WooCommerce stylesheets could cause warnings on WooCommerce 3.9.0
  M inc/woocommerce.php

* CHANGED: Theme version to 2.2.2
  M style.css
  M style.min.css
  M style.scss

2.2.1 - March 28, 2022

Compatibility: WordPress 5.9.1+ - WooCommerce 5.2.2 up to 5.2.2

----------------------------------------------------------------------------------------------
List of changes between brittany v2.2.0 and v2.2.1
----------------------------------------------------------------------------------------------

* FIXED: Deprecated Elementor method _register_controls()
* FIXED: Fatal errors due to Elementor\Scheme_Typography and Elementor\Scheme_Color class removals.
* FIXED: Deprecated parameter 'who' in WP_User_Query since WP 5.9
  M inc/elementor/ci-theme-post-type-element.php

* CHANGED: Theme version to 2.2.1
  M style.css
  M style.min.css
  M style.scss

2.2.0 - April 20, 2021

Compatibility: WordPress 5.6.3+ - WooCommerce 5.2.2+

----------------------------------------------------------------------------------------------
List of changes between brittany v2.1.1 and v2.2.0
----------------------------------------------------------------------------------------------

* CHANGED: Assets are now versioned using a compound version string based on the parent and child themes' versions, when a child theme is enabled. This helps prevent caching issues, where the version reported was remaining constant (i.e. the child theme's version) even when the parent theme was updated.
  M inc/helpers.php

* UPDATED: renamed content-product_cat.php to content-product-cat.php and updated to latest version.
  A woocommerce/content-product-cat.php
  D woocommerce/content-product_cat.php

* FIXED: One Click Demo Import v3.0.0 changed their page's slug, so the theme's related onboarding link stopped working.
  M inc/onboarding/onboarding-page.php

* FIXED: Authorbox's avatar type would fallback to an invalid type value.
  M part-authorbox.php

* UPDATED: WooCommerce 5.2.x support
  M woocommerce/cart/mini-cart.php

* Changed version to 2.2.0
* Updated language file.
  M ignitefile.js
  M languages/ci-theme.pot
  M style.css
  M style.min.css
  M style.scss

2.1.1 - August 24, 2020

Compatibility: WordPress 5.4.2+ - WooCommerce 4.4.1+

----------------------------------------------------------------------------------------------
List of changes between brittany v2.1 (rev. 29555) and v2.1.1 (rev. 30467)
----------------------------------------------------------------------------------------------

* UPDATED: Compatibility with WooCommerce 4.4.0
  M woocommerce/cart/cart.php
  M woocommerce/single-product/up-sells.php

* Changed version to 2.1.1
  M style.css
  M style.min.css
  M style.scss

2.1 - May 7, 2020

Compatibility: WordPress 5.4+ - WooCommerce 4.1.0+

----------------------------------------------------------------------------------------------
List of changes between brittany v2.0.4 (rev. 29108) and v2.1 (rev. 29555)
----------------------------------------------------------------------------------------------

* FIXED: Shop "View" (products per page) now maintain the user's selection when navigating from the shop into a category.
  M inc/woocommerce.php

* ADDED: Onboarding page.
  M functions.php
  M inc/helpers.php
  A inc/onboarding
  A inc/onboarding/assets
  A inc/onboarding/assets/cssigniter_logo.svg
  A inc/onboarding/css
  A inc/onboarding/css/onboarding-styles.css
  A inc/onboarding/css/onboarding-styles.min.css
  A inc/onboarding/css/onboarding-styles.scss
  A inc/onboarding/js
  A inc/onboarding/js/onboarding-notice.js
  A inc/onboarding/js/onboarding.js
  A inc/onboarding/onboarding-page.php
  A inc/onboarding.php

* FIXED: Both CI_WHITELABEL and BRITTANY_WHITELABEL were used as the whitelabel constant throughout the theme.
* CHANGED: Whitelabel constant is now named BRITTANY_WHITELABEL
* REMOVED: Admin notice prompting to download the sample content.
  M functions.php
  M inc/helpers.php
  D inc/js/sample-content.js
  M inc/onboarding.php

* Updated language files.
* Changed version to 2.1
  M languages/ci-theme.pot
  M style.css
  M style.min.css
  M style.scss

2.0.4 - March 12, 2020

Compatibility: WordPress 5.3.1+ - WooCommerce 4.0.0+

----------------------------------------------------------------------------------------------
List of changes between brittany v2.0.3 (rev. 28375) and v2.0.4 (rev. 29108)
----------------------------------------------------------------------------------------------

* FIXED: An issue where the plus/minus buttons on grouped products would not work
  M js/scripts.js

* FIXED: Single product page would throw a notice if the product had no tags assigned.
  M inc/woocommerce.php

* FIXED: product quantity input placeholder font size
  M css/inc/_ecommerce.scss
  M style.css
  M style.min.css

* CHANGED: Theme version to 2.0.4
  M style.css
  M style.min.css
  M style.scss

2.0.3 - January 27, 2020

Compatibility: WordPress 5.3.1+ - WooCommerce 3.9.0+

----------------------------------------------------------------------------------------------
List of changes between brittany v2.0.2 (rev. 27693) and v2.0.3 (rev. 28375)
----------------------------------------------------------------------------------------------

* REMOVED: Compatibility code for wp_body_open() in WordPress versions older than v5.2
  M functions.php

* UPDATED: Compatibility with WooCommerce 3.9.0
  M woocommerce/single-product/related.php

* CHANGED: Theme version to 2.0.3
  M languages/ci-theme.pot
  M style.css
  M style.min.css
  M style.scss

2.0.2 - November 7, 2019

Compatibility: WordPress 5.2.3+ - WooCommerce 3.8.0+

----------------------------------------------------------------------------------------------
List of changes between brittany v2.0.1 (rev. 26922) and v2.0.2 (rev. 27693)
----------------------------------------------------------------------------------------------

* FIXED: Widgets would throw a notice when used from a builder (such as Elementor) where a widget area ID is not defined.
  M inc/widgets/items.php
  M inc/widgets/latest-posts.php

* UPDATED: Compatibility with WooCommerce 3.8.0
  M woocommerce/cart/cart.php
  M woocommerce/single-product/tabs/tabs.php

* UPDATED: Language files
* CHANGED: Theme version to 2.0.2
  M languages/ci-theme.pot
  M style.css
  M style.min.css
  M style.scss

2.0.1 - September 3, 2019

Compatibility: WordPress 5.2.1+ - WooCommerce 3.7.0+

----------------------------------------------------------------------------------------------
List of changes between brittany v2.0 (rev. 26507) and v2.0.1 (rev. 26922)
----------------------------------------------------------------------------------------------

* UPDATED: Compatibility with WooCommerce 3.7.0
  M woocommerce/cart/cart.php
  M woocommerce/cart/mini-cart.php

* CHANGED: Theme version to 2.0.1
  M languages/ci-theme.pot
  M style.css
  M style.min.css
  M style.scss

2.0 - July 1, 2019

Compatibility: WordPress 5.2.1+ - WooCommerce 3.6.4+

----------------------------------------------------------------------------------------------
List of changes between brittany v1.8 (rev. 25315) and v2.0 (rev. 26507)
----------------------------------------------------------------------------------------------

* FIXED: A bug would cause ci_theme_hex2rgba() to return rgb() instead of rgba() values, when passed a valid opacity number.
  M inc/functions.php

* ADDED: Call to wp_body_open() (since WP v5.2)
* ADDED: Conditionally declare wp_body_open() if it doesn't exist, for back-compat with earlier WP versions (pre v5.2)
  M functions.php
  M header.php

* REMOVED: Google+ Sharing Icon
* REMOVED: Google+ Social Icon
* ADDED: Trip Advisor Social Icon
* ADDED: Telegram Social Icon
  M functions.php
  M part-social-sharing.php

* REMOVED: Removed logo compatibility code introduced in v1.1.1
  M functions.php

* REMOVED: Code that migrated the theme's own Custom CSS into the native WordPress one.
* REMOVED: No longer needed ci_theme_sanitize_custom_css()
  M functions.php
  M inc/customizer-styles.php
  M inc/sanitization.php

* FIXED: Escaped some variables, formatting, coding standards, translator comments, etc.
  M inc/custom-fields-page.php
  M inc/custom-fields-post.php
  M inc/customizer-controls/flexslider.php
  M inc/customizer-styles.php
  M inc/customizer.php
  M inc/elements.php
  M inc/functions.php
  M inc/helpers-post-meta.php
  M inc/helpers.php
  M inc/sanitization.php
  M inc/user-meta.php
  M inc/woocommerce.php
  M part-social-sharing.php
  M template-left-sidebar.php

* UPDATED: Theme Element
* ADDED: Customizer default colors
* CHANGED: Grouped theme color options under one panel
  M functions.php
  M inc/customizer.php
  A inc/elementor
  A inc/elementor/ci-theme-post-type-element.php
  A inc/elementor/elementor.php
  D inc/elements.php
  D js/admin/post_ajax.js

* ADDED: async loading of Customizer color changes
  M inc/customizer.php
  A js/customizer-preview.js

* CHANGED: Font awesome updated to version 5.
* REMOVED: Vine social icon option.
* ADDED: Social icons: Snapchat, behance, youtube, etsy, github, medium, mixcloud, paypal, slack, skype, xbox, playstation.
  A assets
  A assets/fontawesome
  A assets/fontawesome/css
  A assets/fontawesome/css/all.css
  A assets/fontawesome/css/all.min.css
  A assets/fontawesome/webfonts
  A assets/fontawesome/webfonts/fa-brands-400.eot
  A assets/fontawesome/webfonts/fa-brands-400.svg
  A assets/fontawesome/webfonts/fa-brands-400.ttf
  A assets/fontawesome/webfonts/fa-brands-400.woff
  A assets/fontawesome/webfonts/fa-brands-400.woff2
  A assets/fontawesome/webfonts/fa-regular-400.eot
  A assets/fontawesome/webfonts/fa-regular-400.svg
  A assets/fontawesome/webfonts/fa-regular-400.ttf
  A assets/fontawesome/webfonts/fa-regular-400.woff
  A assets/fontawesome/webfonts/fa-regular-400.woff2
  A assets/fontawesome/webfonts/fa-solid-900.eot
  A assets/fontawesome/webfonts/fa-solid-900.svg
  A assets/fontawesome/webfonts/fa-solid-900.ttf
  A assets/fontawesome/webfonts/fa-solid-900.woff
  A assets/fontawesome/webfonts/fa-solid-900.woff2
  D css/font-awesome.css
  D css/font-awesome.min.css
  M css/inc/_ci-base.scss
  M css/inc/_comments.scss
  M css/inc/_ecommerce.scss
  M css/inc/_extends.scss
  M css/inc/_navigation.scss
  M css/inc/_variables.scss
  M elementor-item.php
  D fonts
  M functions.php
  M header.php
  M item-xl.php
  M item.php
  M part-authorbox-social-icons.php
  M part-slider-fullwidth.php
  M part-social-icons.php
  M part-social-sharing.php
  M searchform.php
  M style.css
  M style.min.css
  M template-frontpage-fullscreen-slider.php
  M woocommerce/product-searchform.php

* CHANGED: Added helpful main menu fallback.
  M header.php
  M inc/helpers.php

* FIXED: Use get_theme_file_path() and get_theme_file_uri() where possible, for better child theme compatibility.
  M functions.php
  M inc/customizer.php
  M inc/helpers-post-meta.php
  M inc/helpers.php

* CHANGED: Scripts/styles version numbers now follow the theme's version unless WP_DEBUG or SCRIPT_DEBUG are enabled, for easier cache busting.
  M functions.php
  M inc/customizer.php
  M inc/helpers-post-meta.php
  M inc/helpers.php

* FIXED: Escaped, sanitized and reformatted widgets.
  M inc/widgets/about-me.php
  M inc/widgets/items.php
  M inc/widgets/latest-posts.php
  M inc/widgets/socials.php

* FIXED: Echo div.entry-tags only when a post has tags.
  M part-single-fullwidth-narrow.php
  M part-single-fullwidth.php
  M part-single-image-on-top.php
  M part-single-left-sidebar.php
  M part-single-right-sidebar.php

* FIXED: Added content width for fullwidth layouts.
  M functions.php

* FIXED: Headings in comment content had a top border
* FIXED: Pingbacks and trackbacks appeared too far apart
* FIXED: Appearance issue with separator position when too many categories on post meta
* FIXED: Tags appearing very close to enclosing border when there are too many of them
* ADDED: Tables & lists needed some margin in comment content
* FIXED: Layout issue when posts had no categories
* UPDATED: Some WooCommerce widgets needed styling
* FIXED: Some widgets hda padding and a white background applied, which was not visible in the footer, making them appear smaller than their container.
* UPDATED: Product rating stars are now golden
* FIXED: Add to cart not aligned properly
* FIXED: Ratings were too close to the heading in WooCommerce ratings
* FIXED: No space between button and pre-footer widget
* FIXED: Focused radio buttons had a box shadow
* FIXED: The product sorting drop down in the shop listing needed styling
* UPDATED: Cart page mobile styles
* FIXED: Mobile menu did not show all options on long menu lists on mobile landscape modes
* FIXED: Some space was needed between the price and stock in the product table
  M css/inc/_ci-base.scss
  M css/inc/_comments.scss
  M css/inc/_ecommerce.scss
  M css/inc/_external.scss
  M css/inc/_mobile-nav.scss
  M css/inc/_modules.scss
  M css/inc/_widgets.scss
  M inc/customizer-styles.php
  M inc/woocommerce.php
  M js/scripts.js
  M style.css
  M style.min.css

* UPDATED: Restructure headings hierarchy (all listing titles are now <h2> tags instead of <h1>)
* UPDATED: Site logos are now <div> instead of <h1>
* UPDATED: Site’s header is now laid out using Flexbox
  M css/inc/_header.scss
  M css/inc/_mediaqueries.scss
  M elementor-item.php
  M header.php
  M inc/customizer-styles.php
  M inc/woocommerce.php
  M item-fixed.php
  M item-horizontal-fixed-left.php
  M item-horizontal-fixed-right.php
  M item-horizontal-left.php
  M item-horizontal-right.php
  M item-media.php
  M item-plain.php
  M item-reveal.php
  M item-vertical.php
  M item-xl.php
  M item.php
  M part-slider-fullwidth.php
  M style.css
  M style.min.css
  M template-frontpage-fullscreen-slider.php
  M woocommerce/cart/mini-cart.php

* -- fixed some default color overlap in the customizer
  M inc/customizer-styles.php
  M js/customizer-preview.js

* CHANGED: Replaced all calls to ci_theme_get_image_src() with the functionally equivalent native wp_get_attachment_image_url().
  M inc/helpers-post-meta.php
  M inc/user-meta.php
  M inc/widgets/about-me.php
  M page.php
  M part-single-fullwidth-narrow.php
  M part-single-fullwidth.php
  M part-single-image-on-top.php
  M part-single-left-sidebar.php
  M part-single-right-sidebar.php
  M part-slider-fullwidth.php
  M part-social-sharing.php
  M template-frontpage-fullscreen-slider.php
  M template-fullwidth-narrow.php
  M template-fullwidth.php
  M template-left-sidebar.php

* UPDATED: All star ratings are now in gold color
  M css/inc/_ecommerce.scss
  M style.css
  M style.min.css

* FIXED: WooCommerce product gallery thumbnails are now displayed on their native aspect ratio
  M inc/woocommerce.php

* FIXED: Comment form opt-in checkbox would wrongly get a .sr-only class.
  M functions.php

* FIXED: Products per page option wouldn't appear in the customizer.
  M inc/woocommerce.php

* ADDED: Add plus/minus buttons in single product quantity input
  M css/inc/_ecommerce.scss
  M inc/customizer-styles.php
  M inc/woocommerce.php
  M js/customizer-preview.js
  M js/scripts.js
  M style.css
  M style.min.css

* FIXED: Wording to better associate the "Classic" blog post layout with the related "Show excerpt" checkbox.
  M functions.php
  M inc/customizer.php

* FIXED: Widgets should ignore sticky posts.
  M inc/widgets/items.php
  M inc/widgets/latest-posts.php

* FIXED: Tags/sharing container would sometimes appear empty.
  M part-single-fullwidth.php

* FIXED: Repeating fields issues in the customizer.
  A assets/repeating-fields
  A assets/repeating-fields/repeating-fields.css
  A assets/repeating-fields/repeating-fields.js
  A assets/repeating-fields/repeating-fields.min.css
  A assets/repeating-fields/repeating-fields.scss
  D css/admin/repeating-fields.css
  D css/admin/repeating-fields.min.css
  D css/admin/repeating-fields.scss
  M functions.php
  D js/admin/repeating-fields.js

* FIXED: Shop and single product pages are now fullwidth if there are not widgets on the sidebar.
  M woocommerce/archive-product.php
  M woocommerce/single-product.php

* FIXED: Don't show sticky posts on the slider.
  M part-slider.php

* FIXED: Denote sticky posts as "Featured".
  M functions.php
  M item-fixed.php
  M item-horizontal-fixed-left.php
  M item-horizontal-fixed-right.php
  M item-horizontal-left.php
  M item-horizontal-right.php
  M item-media.php
  M item-reveal.php
  M item-vertical.php
  M item.php

* UPDATED: Fix styles for posts missing thumbnails
  M css/inc/_modules.scss
  M inc/customizer.php
  M js/customizer-preview.js
  M style.css
  M style.min.css

* REMOVED: Obsolete elementor-item.php
* FIXED: element color options
  D elementor-item.php
  M inc/elementor/ci-theme-post-type-element.php

* CHANGED: Depended styles required by 'ci-theme-style' are now in under the handle 'ci-theme-dependencies'.
  M functions.php
  M inc/customizer-styles.php

* FIXED: Force term recount after import.
  M functions.php

* FIXED: Added valid range for WooCommerce columns.
* FIXED: Default shop columns are now 2, providing back-compat.
  M inc/woocommerce.php

* Updated language file.
* Changed version to 2.0
  M languages/ci-theme.pot
  M style.css
  M style.min.css
  M style.scss

1.8 - May 8, 2019

Compatibility: WordPress 5.0+ - WooCommerce 3.6.2+

----------------------------------------------------------------------------------------------
List of changes between brittany v1.7.2 (rev. 24541) and v1.8 (rev. 25315)
----------------------------------------------------------------------------------------------

* FIXED: A change event is now triggered when a repeating field item is removed.
  M js/admin/repeating-fields.js

* UPDATED: Compatibility with WooCommerce 3.6.x
* ADDED: Minified stylesheets
  A css/admin/repeating-fields.min.css
  A css/admin/widgets.min.css
  A css/base.min.css
  A css/flexslider.min.css
  A css/font-awesome.min.css
  M css/inc/_ecommerce.scss
  A css/magnific.min.css
  A css/mmenu.min.css
  A css/slick.min.css
  M style.css
  A style.min.css
  M woocommerce/cart/cart-shipping.php
  M woocommerce/content-product.php
  M woocommerce/content-single-product.php

* UPDATED: Language Files
* CHANGED: Theme version to 1.8
  M css/inc/_ecommerce.scss
  M languages/ci-theme.pot
  M style.css
  M style.min.css
  M style.scss

1.7.2 - February 27, 2019

Compatibility: WordPress 5.0+ - WooCommerce 3.5.5+

----------------------------------------------------------------------------------------------
List of changes between brittany v1.7.1 (rev. 23867) and v1.7.2 (rev. 24541)
----------------------------------------------------------------------------------------------

* UPDATED: Compatibility with WooCommerce 3.5.5
  M woocommerce/content-widget-product.php

* FIXED: Metaboxes bound to specific post formats (if any), wouldn't appear on initial page load inside the new block editor.
  M inc/helpers-post-meta.php

* Changed theme version to 1.7.2
  M languages/ci-theme.pot
  M style.css
  M style.scss

1.7.1 - December 7, 2018

Compatibility: WordPress 4.9+ - WooCommerce 3.5.2+

----------------------------------------------------------------------------------------------
List of changes between brittany v1.7 (rev. 23059) and v1.7.1 (rev. 23867)
----------------------------------------------------------------------------------------------

* UPDATED: Update styles for Gutenberg’s column block
  M common/css/global.css
  M common/css/inc/_gutenberg.scss

* FIXED: Migrated theme's custom css in favor of WordPress's native Custom CSS option.
* REMOVED: Theme's custom css option.
  M functions.php
  M inc/customizer-styles.php
  M inc/customizer.php

* FIXED: Page template-bound metaboxes, wouldn't behave correctly in Gutenberg mode (where applicable).
  M inc/helpers-post-meta.php

* FIXED: Post format-bound metaboxes (where applicable) now work properly with Gutenberg.
  M inc/helpers-post-meta.php

* FIXED: Admin notice regarding the sample content, wouldn't persist its state when dismissed from within the block editor.
  M inc/helpers.php
  M inc/js/sample-content.js

* UPDATED: Compatibility with WooCommerce 3.5.2
  M woocommerce/content-widget-product.php

* CHANGED: theme version to 1.7.1
  M languages/ci-theme.pot
  M style.css
  M style.scss

1.7 - October 30, 2018

Compatibility: WordPress 4.9+ - WooCommerce 3.5+

----------------------------------------------------------------------------------------------
List of changes between brittany v1.6 (rev. 21701) and v1.7 (rev. 23059)
----------------------------------------------------------------------------------------------

* FIXED: A condition was erroneously placed inside a count() call, triggering a warning in PHP >= 7.2.x
  M inc/helpers.php

* UPDATED: Support for WooCommerce 3.5.0
  M css/inc/_ecommerce.scss
  M css/magnific.css
  M style.css
  M woocommerce/cart/cart-shipping.php
  M woocommerce/cart/cart.php
  M woocommerce/cart/mini-cart.php
  M woocommerce/content-widget-product.php

* FIXED: WooCommerce shipping calculator's address input, would appear in the totals table in some cases.
  M woocommerce/cart/cart-shipping.php
  A woocommerce/cart/cart-totals.php
  M woocommerce/cart/cart.php

* ADDED: Add styles for Gutenberg blocks
  A common
  A common/common.php
  A common/css
  A common/css/global.css
  A common/css/global.scss
  A common/css/inc
  A common/css/inc/_gutenberg.scss
  M functions.php

* Updated language file.
* Changed version to 1.7
  M languages/ci-theme.pot
  M style.css
  M style.scss

1.6 - June 3, 2018

Compatibility: WordPress 4.8+ - WooCommerce 3.4.1+

----------------------------------------------------------------------------------------------
List of changes between brittany v1.5 (rev. 21112) and v1.6 (rev. 21701)
----------------------------------------------------------------------------------------------

* UPDATED: Compatibility for WooCommerce 3.4.0
  M css/inc/_ecommerce.scss
  M style.css
  M woocommerce/archive-product.php
  M woocommerce/cart/cart.php
  M woocommerce/content-product.php
  M woocommerce/content-single-product.php

* FIXED: comment consent checkbox styling
  M css/inc/_comments.scss
  M functions.php
  M style.css

* changed version to 1.6
  M languages/ci-theme.pot
  M style.css
  M style.scss

1.5 - February 23, 2018

Compatibility: WordPress 4.8+ - WooCommerce 3.3.3+

----------------------------------------------------------------------------------------------
List of changes between brittany v1.4.1 (rev. 20086) and v1.5 (rev. 21112)
----------------------------------------------------------------------------------------------

* FIXED: WordPress 4.9 by default calls wpautop() on author descriptions.
  M functions.php
  M part-authorbox.php

* FIXED: Added lang file header so that Poedit will recognise "translators:" comments.
  M languages/ci-theme.pot

* FIXED: Compatibility with WooCommerce 3.3.x
  M woocommerce/archive-product.php
  M woocommerce/cart/cart.php
  M woocommerce/cart/mini-cart.php
  M woocommerce/content-widget-product.php
  M woocommerce/global/wrapper-end.php
  M woocommerce/global/wrapper-start.php
  M woocommerce/loop/loop-start.php
  M woocommerce/loop/pagination.php
  M woocommerce/product-searchform.php

* FIXED: WooCommerce image size declaration
  M inc/woocommerce.php

* FIXED: Shop's "View 25, 50, All" links.
  M inc/woocommerce.php

* UPDATED: Update WooCommerce product gallery thumbs
  M css/admin/repeating-fields.css
  M css/admin/widgets.css
  M css/flexslider.css
  M css/inc/_ecommerce.scss
  M css/magnific.css
  M style.css

* Updated lang file.
* Changed version to 1.5
  M languages/ci-theme.pot
  M style.css
  M style.scss

1.4.1 - November 3, 2017

Compatibility: WordPress 4.7+ - WooCommerce 3.2.3+

----------------------------------------------------------------------------------------------
List of changes between brittany v1.4 (rev. 19839) and v1.4.1 (rev. 20086)
----------------------------------------------------------------------------------------------

* FIXED: lightbox issue caused by WC 3.2.3
  M js/scripts.js

* changed version to 1.4.1
  M style.css
  M style.scss

1.4 - October 20, 2017

Compatibility: WordPress 4.7+ - WooCommerce 3.2.1+

----------------------------------------------------------------------------------------------
List of changes between brittany v1.3.2 (rev. 18892) and v1.4 (rev. 19839)
----------------------------------------------------------------------------------------------

* ADDED: Elementor Widget
  M css/inc/_external.scss
  A elementor-item.php
  M functions.php
  A inc/elements.php
  A js/admin/post_ajax.js
  M style.css

* FIXED: Proper escaping of search for attributes.
  M searchform.php

* ADDED: Support for One Click Demo Import.
  M functions.php

* FIXED: Compatibility with WooCommerce 3.2.1
  M woocommerce/cart/cart-shipping.php
  M woocommerce/cart/mini-cart.php

* updated language files
* changed version to 1.4
  M languages/ci-theme.pot
  M style.css
  M style.scss

1.3.2 - July 13, 2017

Compatibility: WordPress 4.7+ - WooCommerce 3.1+

----------------------------------------------------------------------------------------------
List of changes between brittany v1.3.1 (rev. 17954) and v1.3.2 (rev. 18892)
----------------------------------------------------------------------------------------------

* FIXED: alpha-color-picker loaded by plugins would break visually.
  M inc/css/post-meta.css

* FIXED: An issue where the excerpt length would not save due to wrong sanitize callback.
  M inc/customizer.php

* Updated compatibility with WooCommerce 3.1
  M woocommerce/cart/cart-shipping.php
  M woocommerce/cart/cart.php
  M woocommerce/cart/mini-cart.php

* Changed version to 1.3.2
  M style.css
  M style.scss

1.3.1 - April 21, 2017

Compatibility: WordPress 4.6+ - WooCommerce 3.0.4+

----------------------------------------------------------------------------------------------
List of changes between brittany v1.3 (rev. 17801) and v1.3.1 (rev. 17954)
----------------------------------------------------------------------------------------------

* FIXED: Compatibility with WooCommerce 3.0.4
  M woocommerce/cart/cart.php
  M woocommerce/content-single-product.php

* Changed version to 1.3.1
  M style.css
  M style.scss

1.3 - April 7, 2017

Compatibility: WordPress 4.6+ - WooCommerce 3.0.0+

----------------------------------------------------------------------------------------------
List of changes between brittany v1.2 (rev. 15752) and v1.3 (rev. 17801)
----------------------------------------------------------------------------------------------

* FIXED: Page (usually listing related) metaboxes would all appear when editing the page designated as the "Posts page" from Settings > Reading. Since WP 4.6, the page template selection metabox is not included in the edit page interface, making the related JS-bound metaboxes all visible by default.
  M inc/helpers-post-meta.php

* UPDATED: Font Awesome v4.7.0
  M css/font-awesome.css
  M fonts/FontAwesome.otf
  M fonts/fontawesome-webfont.eot
  M fonts/fontawesome-webfont.svg
  M fonts/fontawesome-webfont.ttf
  M fonts/fontawesome-webfont.woff
  M fonts/fontawesome-webfont.woff2
  M functions.php

* FIXED: Customizer would throw warnings on WP 4.7
  M inc/customizer.php

* ADDED: Retina logo option.
* ADDED: Logo padding options.
  M functions.php
  M inc/customizer-styles.php
  M inc/customizer.php

* FIXED: Grouped product stock notice spacing
  M css/inc/_ecommerce.scss
  M style.css

* UPDATED: Update single product thumbnail gallery for WooCommerce 2.7. Adds support for native WC gallery zoom & carousel
  M css/inc/_ecommerce.scss
  M inc/customizer-styles.php
  M inc/woocommerce.php
  M js/scripts.js
  M style.css
  A yarn.lock

* FIXED: Brought templates up to date for WooCommerce 2.7
  M inc/woocommerce.php
  M woocommerce/archive-product.php
  M woocommerce/cart/cart.php
  M woocommerce/cart/mini-cart.php
  M woocommerce/content-product.php
  M woocommerce/content-product_cat.php
  M woocommerce/content-single-product.php
  M woocommerce/content-widget-product.php
  M woocommerce/single-product/meta.php
  M woocommerce/single-product/related.php
  M woocommerce/single-product/up-sells.php

* FIXED: An issue where some billing and shipping fields were not selectable on mobile devices.
  M css/inc/_ecommerce.scss
  M style.css

* CHANGED: Moved ci_theme_hex2rgba() into inc/functions.php
* ADDED: Introduced ci_theme_color_luminance()
  M inc/customizer-styles.php
  M inc/functions.php

* FIXED: Updated version number on WooCommerce templates
  M woocommerce/content-product.php
  M woocommerce/single-product/up-sells.php

* FIXED: Fix lightbox issues for new WooCommerce gallery
  M js/scripts.js

* Updated language files
* Changed version to 1.3
  M languages/ci-theme.pot
  M style.css
  M style.scss

1.2 - September 28, 2016

Compatibility: WordPress 4.5+ - WooCommerce 2.6.4 up to 2.6.14

----------------------------------------------------------------------------------------------
List of changes between brittany v1.1.1 (rev. 14813) and v1.2 (rev. 15752)
----------------------------------------------------------------------------------------------

* CHANGED: Renamed function hex2rgba() to ci_theme_hex2rgba() (where ci_theme is the theme slug) to avoid name clashes.
  M inc/customizer-styles.php

* Made theme use the native custom logo feature.
* Added back-compat code.
  M functions.php
  M header.php
  M inc/customizer.php
  M part-slider-fullwidth.php
  M template-frontpage-fullscreen-slider.php

* ADDED: Sample content URL is now filterable via the 'ci_theme_sample_content_url' filter (where ci_theme is the theme name)
  M inc/helpers.php
  A inc/js/sample-content.js

* ADDED: Page builder templatr
  A template-builder.php

* Updated language files
  M languages/ci-theme.pot

* Changed version to 1.2
  M style.css
  M style.scss

1.1.1 - July 6, 2016

Compatibility: WordPress 4.4+ - WooCommerce 2.6.2+

----------------------------------------------------------------------------------------------
List of changes between brittany v1.1 (rev. 14548) and v1.1.1 (rev. 14813)
----------------------------------------------------------------------------------------------

* FIXED: Google Analytics description wouldn't display a link properly.
  M inc/customizer.php

* FIXED: Fix layout issue in account page for non-logged in users
  M css/inc/_ecommerce.scss
  M style.css

* Changed version to 1.1.1
  M style.css
  M style.scss

1.1 - June 21, 2016

Compatibility: WordPress 4.4+ - WooCommerce 2.6.1+

----------------------------------------------------------------------------------------------
List of changes between brittany v1.0 (rev. 13924) and v1.1 (rev. 14548)
----------------------------------------------------------------------------------------------

* UPDATED: Font Awesome v4.6.1
  M css/font-awesome.css
  M fonts/FontAwesome.otf
  M fonts/fontawesome-webfont.eot
  M fonts/fontawesome-webfont.svg
  M fonts/fontawesome-webfont.ttf
  M fonts/fontawesome-webfont.woff
  M fonts/fontawesome-webfont.woff2
  M functions.php

* Add watch:sass task
  M gulp/config.js
  A gulp/tasks/watch-sass.js
  M gulpfile.js
  M package.json

* Rename tasks
  D gulp/tasks/deploy-frontend.js
  A gulp/tasks/deploy-static.js
  D gulp/tasks/serve-frontend.js
  A gulp/tasks/serve-static.js
  M gulpfile.js

* Switch from spaces to tabs during Sass compilation
  M css/admin/repeating-fields.css
  M css/admin/widgets.css
  M css/flexslider.css
  M css/magnific.css
  M gulp/tasks/compile-sass.js
  M style.css

* Remove wrong comment from kit task
  M gulp/tasks/compile-kit.js

* FIXED: Sanitization of the custom CSS box to prevent removal of whitespace and line breaks.
  M inc/customizer.php
  M inc/sanitization.php

* ADDED: Introduced ci_theme_can_use_plugin()
  M inc/helpers.php

* FIXED: Logo wouldn't appear on Carousel slider homepage template.
  M header.php

* UPDATED: Font Awesome v4.6.3
  M css/font-awesome.css
  M fonts/FontAwesome.otf
  M fonts/fontawesome-webfont.eot
  M fonts/fontawesome-webfont.svg
  M fonts/fontawesome-webfont.ttf
  M fonts/fontawesome-webfont.woff
  M fonts/fontawesome-webfont.woff2
  M functions.php

* FIXED: Style new account page for WooCommerce
  M css/inc/_ci-base.scss
  M css/inc/_ecommerce.scss
  M inc/customizer-styles.php
  M style.css

* FIXED: Brought some template files up to date for WooCommerce 2.6.1
  M woocommerce/content-product.php
  M woocommerce/content-product_cat.php

* FIXED: Style disabled buttons
  M css/inc/_ci-base.scss
  M style.css

* Updated language file.
* Changed version to 1.1
  M languages/ci-theme.pot
  M style.css
  M style.scss

1.0 - April 12, 2016

Compatibility: WordPress 4.4+ - WooCommerce 2.5.5 up to 2.5.5

Initial release

Get access to all WordPress themes & plugins

24/7 Support Included. Join 115,000+ satisfied customers.

Pricing & Sign Up

30-day money-back guarantee. Not satisfied? Your money back, no questions asked.

Back to top