Changelog for Kea – Legacy
Legend
- A => A file has been (A)dded
- M => A file has been (M)odified
- D => A file has been (D)eleted
1.3.3 - March 28, 2022
Compatibility: WordPress 5.9.1 — 6.6.2
----------------------------------------------------------------------------------------------
List of changes between kea v1.3.2 and v1.3.3
----------------------------------------------------------------------------------------------
* 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 template-parts/authorbox.php
* FIXED: Deprecation warning "Required parameter follows optional parameter" in PHP 8.
M plugins/ci-theme-plugin/shortcodes.php
* 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/latest-post-type.php
M inc/elementor/post-type-items.php
M inc/elementor/post-type.php
* CHANGED: Theme version to 1.3.3
* CHANGED: Theme plugin version to 1.1.4
* UPDATED: Language files.
M inc/onboarding.php
M languages/ci-theme.pot
M plugins/ci-theme-plugin/ci-theme-plugin.php
M style.css
M style.min.css
M style.scss
1.3.2 - March 24, 2021
Compatibility: WordPress 5.6.2+
----------------------------------------------------------------------------------------------
List of changes between kea v1.3.1 and v1.3.2
----------------------------------------------------------------------------------------------
* 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
* FIXED: Theme would wrongly report there is a theme update, when a child theme was active and its version was lower than the latest parent's.
M inc/default-hooks.php
* FIXED: Conditional metaboxes wouldn't work in WP 5.7
M plugins/kea-plugin/custom-fields-page.php
M plugins/kea-plugin/inc/post-meta.php
* CHANGED: Theme version to 1.3.2
* CHANGED: Plugin version to 1.1.3
M inc/onboarding.php
M plugins/kea-plugin/ci-theme-plugin.php
M style.css
M style.min.css
M style.scss
1.3.1 - September 15, 2020
Compatibility: WordPress 5.5.0+
----------------------------------------------------------------------------------------------
List of changes between kea v1.3 (rev. 28294) and v1.3.1 (rev. 30845)
----------------------------------------------------------------------------------------------
* ADDED: Typography control for the main menu
M functions.php
M inc/customizer/generated-styles/global.php
M inc/customizer/generated-styles.php
M inc/customizer/options/theme-typography-content.php
M inc/customizer/preview/global.js
* FIXED: The "Semibold" font weight label would display 500 as the font weight number instead of the correct 600.
M inc/class-fonts-list.php
* FIXED: Lightbox captions wouldn't get properly escaped.
M inc/default-hooks.php
* FIXED: Styling for header language switcher
* FIXED: Issue where right menu items would appear as submenu items for left menu items on the mobile menu.
M css/inc/_header.scss
M js/scripts.js
M style.css
M style.min.css
* CHANGED: Theme version to 1.3.1
UPDATED: Language files
M languages/ci-theme.pot
M style.css
M style.min.css
M style.scss
1.3 - January 21, 2020
Compatibility: WordPress 5.3.1+
----------------------------------------------------------------------------------------------
List of changes between kea v1.2.1 (rev. 27981) and v1.3 (rev. 28294)
----------------------------------------------------------------------------------------------
* REMOVED: Compatibility code for wp_body_open() in WordPress versions older than v5.2
M inc/default-hooks.php
* FIXED: A regression would cause some admin scripts/styles not to load, resulting in unusable widgets.
* CHANGED: ci_theme_register_scripts() is now hooked on 'wp_loaded' instead of 'wp' ('wp' doesn't fire on the widgets page).
M inc/scripts-styles.php
* UPDATED: Onboarding page.
* ADDED: Import notice for successful demo import.
* ADDED: Additional plugin recommendations in onboarding page.
* ADDED: The theme now prompts to update its bundled plugin (if out of date) and can also check for updates of itself.
M inc/default-hooks.php
M inc/onboarding/css/onboarding-styles.css
A inc/onboarding/css/onboarding-styles.min.css
M inc/onboarding/css/onboarding-styles.scss
M inc/onboarding/js/onboarding-notice.js
M inc/onboarding/js/onboarding.js
M inc/onboarding/onboarding-page.php
M inc/onboarding.php
* Updated language file.
* Changed theme version to 1.3
M languages/ci-theme.pot
M style.css
M style.min.css
M style.scss
1.2.1 - December 2, 2019
Compatibility: WordPress 5.3+
----------------------------------------------------------------------------------------------
List of changes between kea v1.2.0 (rev. 27415) and v1.2.1 (rev. 27981)
----------------------------------------------------------------------------------------------
* ADDED: Advanced typography controls.
D css/admin/customizer-preview.css
D css/admin/customizer-preview.min.css
M css/inc/_variables.scss
A css/typography-default.css
A css/typography-default.min.css
A css/typography-default.scss
A css/typography-gfont.css
A css/typography-gfont.min.css
A css/typography-gfont.scss
M functions.php
M ignitefile.js
A inc/class-fonts-list.php
A inc/customizer/class-ci-theme-customizer-css-generator.php
A inc/customizer/controls/alpha-color-picker/alpha-color-picker.min.css
A inc/customizer/controls/style.css
A inc/customizer/controls/style.min.css
A inc/customizer/controls/style.scss
A inc/customizer/controls/typography
A inc/customizer/controls/typography/_style.scss
A inc/customizer/controls/typography/customizer.js
A inc/customizer/controls/typography/typography.php
A inc/customizer/generated-styles
A inc/customizer/generated-styles/global.php
M inc/customizer/generated-styles.php
M inc/customizer/options/theme-typography-content.php
M inc/customizer/options/theme-typography-widgets.php
M inc/customizer/partial-callbacks.php
A inc/customizer/preview
A inc/customizer/preview/global.js
A inc/customizer/preview/preview.css
A inc/customizer/preview/preview.js
A inc/customizer/preview/preview.min.css
A inc/customizer/preview/preview.scss
M inc/customizer.php
A inc/fonts.json
M inc/helpers.php
M inc/sanitization.php
M inc/scripts-styles.php
M js/admin/customizer-preview.js
A js/anim-on-scroll.min.js
A js/jquery.fitvids.min.js
A js/magnific-init.min.js
A js/scripts.min.js
* FIXED: Global body font wouldn't affect all applicable elements.
* CHANGED: Theme scripts/styles are now registered during the 'wp' hook instead of the 'init' hook.
* CHANGED: Re-hooked ci_theme_register_scripts() from 'init' to 'wp'
M inc/customizer/generated-styles/global.php
M inc/customizer/preview/global.js
M inc/scripts-styles.php
* UPDATED: Language files
* CHANGED: Theme version to 1.2.1
M languages/ci-theme.pot
M style.css
M style.min.css
M style.scss
1.2.0 - October 11, 2019
Compatibility: WordPress 5.2.2+
----------------------------------------------------------------------------------------------
List of changes between kea v1.1 (rev. 23803) and v1.2.0 (rev. 27415)
----------------------------------------------------------------------------------------------
* FIXED: Metaboxes bound to specific post formats (if any), wouldn't appear on initial page load inside the new block editor.
M plugins/ci-theme-plugin/inc/post-meta.php
* FIXED: A change event is now triggered when a repeating field item is removed.
M js/admin/repeating-fields.js
M plugins/ci-theme-plugin/assets/js/repeating-fields.js
* FIXED: A bug would cause ci_theme_hex2rgba() to return rgb() instead of rgba() values, when passed a valid opacity number.
M inc/helpers.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 header.php
M inc/default-hooks.php
* REMOVED: Google+ Social Icon
* ADDED: Telegram Social Icon
M inc/helpers.php
* FIXED: Force term recount after import.
M inc/onboarding.php
* FIXED: Wording.
M plugins/ci-theme-plugin/custom-fields-room.php
* FIXED: Using the amenities shortcode without the theme being activated, would result in a fatal error.
M plugins/ci-theme-plugin/shortcodes.php
* FIXED: Heading hierarchy
* ADDED: Minified stylesheets
A css/admin/customizer-preview.min.css
A css/admin/post-meta.min.css
A css/admin/repeating-fields.min.css
A css/admin/widgets.min.css
A css/base.min.css
M css/inc/_header.scss
M css/inc/_modules.scss
A css/mmenu.min.css
M inc/template-tags.php
M maxslider/slide-home.php
M style.css
A style.min.css
M template-parts/related-ci_theme_room.php
M template-parts/related.php
A template-parts/widgets/home-item-ci_theme_room.php
A template-parts/widgets/home-item-ci_theme_testimon.php
A template-parts/widgets/home-item-post.php
M template-parts/widgets/home-item.php
M template-parts/widgets/sidebar-item-ci_theme_room.php
M template-parts/widgets/sidebar-item-post.php
M template-parts/widgets/sidebar-item.php
* CHANGED: Theme version to 1.2.0
* CHANGED: Plugin version to 1.1.2
* UPDATED: Language files
M languages/ci-theme.pot
M plugins/ci-theme-plugin/ci-theme-plugin.php
M style.css
M style.min.css
M style.scss
1.1 - December 7, 2018
Compatibility: WordPress 4.9+ - MaxSlider 1.1.6+
----------------------------------------------------------------------------------------------
List of changes between kea v1.0 (rev. 21498) and v1.1 (rev. 23803)
----------------------------------------------------------------------------------------------
* FIXED: Google Fonts filtering by translation had wrong texts, mentioning Robot instead of the IBM Plex variants.
M inc/scripts-styles.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 css/base.css
A css/inc/_gutenberg.scss
M css/inc/_wp-defaults.scss
M functions.php
M inc/scripts-styles.php
M style.css
M style.scss
* FIXED: Page template-bound metaboxes, wouldn't behave correctly in Gutenberg mode (where applicable).
M plugins/ci-theme-plugin/inc/post-meta.php
* FIXED: Post format-bound metaboxes (where applicable) now work properly with Gutenberg.
M plugins/ci-theme-plugin/inc/post-meta.php
* CHANGED: "Hide featured image" checkbox that appeared in posts/pages/custom post types (where applicable), now appears as its own metabox, to maintain compatibility with Gutenberg.
M functions.php
* FIXED: Onboarding admin notice wouldn't persist its state when dismissed from within the block editor.
M inc/onboarding/js/onboarding-notice.js
M inc/onboarding/onboarding-page.php
* FIXED: Capitalization of a word.
M inc/onboarding/onboarding-page.php
* Updated language files.
* Changed plugin version to 1.1.1
* Changed theme version to 1.1
M languages/ci-theme.pot
M plugins/ci-theme-plugin/ci-theme-plugin.php
M plugins/ci-theme-plugin/languages/ci-theme-plugin.pot
M style.css
M style.scss
1.0 - May 4, 2018
Compatibility: WordPress 4.8+ - MaxSlider 1.1.6+
Initial release