Changelog for Koehn
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 - January 22, 2023
Compatibility: WordPress 6.1 — 6.6.2
----------------------------------------------------------------------------------------------
List of changes between koehn v1.3.2 and v1.3.3
----------------------------------------------------------------------------------------------
* FIXED: Future-proof support for One Click Demo Import, by replacing older 'pt-ocdi/*' hook names with the more recent 'ocdi/' ones.
M functions.php
* 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
* ADDED: Minified assets.
A js/admin/post-edit.min.js
A js/admin/repeating-fields.min.js
A js/admin/widgets.min.js
A js/jquery.fitvids.min.js
A js/jquery.magnific-popup.min.js
A js/jquery.matchHeight.min.js
A js/scripts.min.js
* FIXED: Removed unnecessary php version check.
M functions.php
* Updated language file.
M languages/ci-theme.pot
* CHANGED: Theme version to 1.3.3
M css/font-awesome.min.css
M css/magnific.css
M css/magnific.min.css
M css/slick.css
M css/slick.min.css
M style.css
M style.min.css
M style.scss
1.3.2 - March 28, 2022
Compatibility: WordPress 5.9.1+
----------------------------------------------------------------------------------------------
List of changes between koehn v1.3.1 and v1.3.2
----------------------------------------------------------------------------------------------
* FIXED: Authorbox's avatar type would fallback to an invalid type value.
M part-authorbox.php
* FIXED: Deprecation warning "Required parameter follows optional parameter" in PHP 8.
M functions.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/ci-theme-element.php
M inc/elementor/inc/ci-theme-element-posts-group-control.php
M inc/elementor/post-type.php
* CHANGED: Theme version to 1.3.2
* UPDATED: Language files.
M languages/ci-theme.pot
M style.css
M style.min.css
M style.scss
1.3.1 - March 25, 2021
Compatibility: WordPress 5.6.2+
----------------------------------------------------------------------------------------------
List of changes between koehn v1.3.0 and v1.3.1
----------------------------------------------------------------------------------------------
* FIXED: Conditional metaboxes wouldn't work in WP 5.7
M inc/custom-fields-page.php
M inc/helpers-post-meta.php
* CHANGED: Theme version to 1.3.1
M style.css
M style.min.css
M style.scss
1.3.0 - May 5, 2020
Compatibility: WordPress 5.4.0+
----------------------------------------------------------------------------------------------
List of changes between koehn v1.2.0 (rev. 28571) and v1.3.0 (rev. 29500)
----------------------------------------------------------------------------------------------
* FIXED: An issue where customizer color options where not output properly.
* FIXED: Inconsistent filter name.
M functions.php
M inc/customizer-styles.php
* 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: Google fonts now enqueue some default variants (additionally to the user-selected ones) on the front-end (400, 400i, 700) as well as on customizer preview.
* FIXED: Customizer typography control now loads fonts list only once.
M css/inc/_ci-base.scss
D css/typography-default.css
D css/typography-default.min.css
D css/typography-default.scss
D css/typography-gfont.css
D css/typography-gfont.min.css
D css/typography-gfont.scss
M functions.php
M inc/customizer/class-ci-theme-customizer-css-generator.php
M inc/customizer/generated-styles/global.php
M inc/customizer/generated-styles.php
M inc/customizer/preview/preview.js
M inc/customizer/sections/theme-typography-global.php
M inc/customizer/sections/theme-typography-widgets.php
M inc/customizer-controls/typography/customizer.js
M inc/customizer-controls/typography/typography.php
M inc/customizer.php
M inc/fonts.json
A inc/upgrade.php
M js/admin/repeating-fields.js
M js/admin/widgets.js
M style.css
M style.min.css
* ADDED: Koehn element
* FIXED: Improved the functionality of the post type element
* ADDED: Color options and section toggles to the post type element
M functions.php
A inc/elementor
A inc/elementor/ci-theme-element.php
A inc/elementor/elementor.php
A inc/elementor/inc
A inc/elementor/inc/ci-theme-element-common-functions.php
A inc/elementor/inc/ci-theme-element-posts-group-control.php
A inc/elementor/inc/elementor-helper.php
A inc/elementor/post-type.php
D inc/elements.php
D js/admin/post_ajax.js
M listing-items/elementor-item.php
* FIXED:minor styling fixes for elements
M css/inc/_external.scss
M style.css
M style.min.css
* FIXED: Colorpickers on the Callout widget.
M functions.php
M js/admin/repeating-fields.js
M js/admin/widgets.js
* Updated language file.
M languages/ci-theme.pot
* CHANGED: Theme version to 1.3.0
M style.css
M style.min.css
M style.scss
1.2.0 - February 6, 2020
Compatibility: WordPress 5.3.1+
----------------------------------------------------------------------------------------------
List of changes between koehn v1.1 (rev. 23859) and v1.2.0 (rev. 28571)
----------------------------------------------------------------------------------------------
* 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
* FIXED: An award's project wouldn't be visible while viewing the single award page.
M single-ci_theme_award.php
* FIXED: A change event is now triggered when a repeating field item is removed.
M js/admin/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/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 css/inc/_modules.scss
M functions.php
M part-social-sharing.php
M style.css
* FIXED: Force term recount after import.
M functions.php
* 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/callout.php
M inc/widgets/text.php
* FIXED: Old Custom CSS field migration would re-trigger in some installations.
M functions.php
* REMOVED: Compatibility code for wp_body_open() in WordPress versions older than v5.2
M functions.php
* ADDED: advanced typography controls
A css/admin/repeating-fields.min.css
A css/admin/widgets.min.css
A css/base.min.css
A css/font-awesome.min.css
M css/inc/_ci-base.scss
M css/inc/_variables.scss
A css/magnific.min.css
A css/mmenu.min.css
A css/slick.min.css
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
A inc/class-fonts-list.php
A inc/customizer
A inc/customizer/class-ci-theme-customizer-css-generator.php
A inc/customizer/generated-styles
A inc/customizer/generated-styles/global.php
A inc/customizer/generated-styles.php
A inc/customizer/preview
A inc/customizer/preview/global.js
A inc/customizer/preview/preview.js
A inc/customizer/sections
A inc/customizer/sections/theme-typography-global.php
A inc/customizer/sections/theme-typography-widgets.php
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-partial-callbacks.php
M inc/customizer-styles.php
M inc/customizer.php
A inc/fonts.json
M inc/helpers.php
M inc/sanitization.php
M style.css
A style.min.css
* FIXED: Improved logo/heading markup
M css/inc/_header.scss
M header.php
M listing-items/plain.php
M search.php
M style.css
M style.min.css
* CHANGED: Theme version to 1.2.0
* UPDATED: Language file
M languages/ci-theme.pot
M style.css
M style.min.css
M style.scss
1.1 - December 7, 2018
Compatibility: WordPress 4.9+
----------------------------------------------------------------------------------------------
List of changes between koehn v1.0 (rev. 17282) and v1.1 (rev. 23859)
----------------------------------------------------------------------------------------------
* CHANGED: Moved ci_theme_color_luminance() and ci_theme_hex2rgba() into inc/functions.php
M inc/customizer-styles.php
M inc/functions.php
* FIXED: alpha-color-picker loaded by plugins would break visually.
M inc/css/post-meta.css
* ADDED: Elementor Widget
M css/inc/_external.scss
M functions.php
A inc/elements.php
A js/admin/post_ajax.js
A listing-items/elementor-item.php
M style.css
* ADDED: Support for One Click Demo Import.
M functions.php
* 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: A condition was erroneously placed inside a count() call, triggering a warning in PHP >= 7.2.x
M inc/helpers.php
* ADDED: Add styles for Gutenberg
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
A ignitefile.js
* 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 language files.
* Changed version to 1.1
M css/admin/repeating-fields.css
M css/admin/widgets.css
M css/base.css
M css/magnific.css
M css/slick.css
M languages/ci-theme.pot
M style.css
M style.scss
1.0 - February 21, 2017
Compatibility: WordPress 4.6+
Initial release