Changelog for Palermo – 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.5 - January 23, 2023
Compatibility: WordPress 6.1 — 6.7.1
----------------------------------------------------------------------------------------------
List of changes between palermo v1.3.4 and v1.3.5
----------------------------------------------------------------------------------------------
* 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/elements.php
M inc/functions.php
* FIXED: Removed unnecessary php version check.
M functions.php
* Updated language file.
M languages/ci-theme.pot
* CHANGED: Theme version to 1.3.5
M style.css
M style.min.css
M style.scss
1.3.4 - March 28, 2022
Compatibility: WordPress 5.9.1+
----------------------------------------------------------------------------------------------
List of changes between palermo v1.3.3 and v1.3.4
----------------------------------------------------------------------------------------------
* 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/elements.php
* Changed version to 1.3.4
M css/magnific.css
M css/magnific.min.css
M style.css
M style.min.css
M style.scss
1.3.3 - June 14, 2021
Compatibility: WordPress 5.7.1+
----------------------------------------------------------------------------------------------
List of changes between palermo v1.3.2 and v1.3.3
----------------------------------------------------------------------------------------------
* FIXED: Typo which prevented the theme's secondary font from loading properly.
M functions.php
* CHANGED: Theme version to 1.3.3
M style.css
M style.min.css
M style.scss
1.3.2 - March 26, 2021
Compatibility: WordPress 5.6.2+
----------------------------------------------------------------------------------------------
List of changes between palermo v1.3.1 and v1.3.2
----------------------------------------------------------------------------------------------
* 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
* 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: 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.2
* UPDATED: Language files
M languages/palermo.pot
M style.css
M style.min.css
M style.scss
1.3.1 - February 10, 2020
Compatibility: WordPress 5.3.1+
----------------------------------------------------------------------------------------------
List of changes between palermo v1.3 (rev. 27996) and v1.3.1 (rev. 28617)
----------------------------------------------------------------------------------------------
* REMOVED: Compatibility code for wp_body_open() in WordPress versions older than v5.2
M functions.php
* ADDED: Typography control for the menu
M functions.php
M inc/customizer/generated-styles/global.php
M inc/customizer/generated-styles.php
M inc/customizer/preview/global.js
M inc/customizer/sections/theme-typography-global.php
* FIXED: Improved logo/heading markup
M article-ci_theme_room.php
M article.php
M css/inc/_header.scss
M css/typography-gfont.css
M css/typography-gfont.min.css
M css/typography-gfont.scss
M elementor-item.php
M header.php
M style.css
M style.min.css
* CHANGED: Theme version to 1.3.1
* UPDATED: Language file
M languages/ci-theme.pot
M style.css
M style.min.css
M style.scss
1.3 - December 2, 2019
Compatibility: WordPress 5.3+
----------------------------------------------------------------------------------------------
List of changes between palermo v1.2 (rev. 23870) and v1.3 (rev. 27996)
----------------------------------------------------------------------------------------------
* 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: 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+ Social Icon
* ADDED: Telegram Social Icon
M functions.php
* FIXED: Force term recount after import.
M functions.php
* FIXED: Old Custom CSS field migration would re-trigger in some installations.
M functions.php
* ADDED: Advanced typography options.
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
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
* 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 - December 7, 2018
Compatibility: WordPress 4.9+
----------------------------------------------------------------------------------------------
List of changes between palermo v1.1 (rev. 20655) and v1.2 (rev. 23870)
----------------------------------------------------------------------------------------------
* FIXED: A condition was erroneously placed inside a count() call, triggering a warning in PHP >= 7.2.x
M inc/helpers.php
* FIXED: Migrated theme's custom css in favor of WordPress's native Custom CSS option.
* REMOVED: Theme's custom css option.
* REMOVED: 'other' customizer section.
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
* 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.2
M css/magnific.css
M languages/ci-theme.pot
M style.css
M style.scss
1.1 - December 29, 2017
Compatibility: WordPress 4.8+
----------------------------------------------------------------------------------------------
List of changes between palermo v1.0.2 (rev. 18637) and v1.1 (rev. 20655)
----------------------------------------------------------------------------------------------
* 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
* ADDED: Support for One Click Demo Import.
M functions.php
* FIXED: Added lang file header so that Poedit will recognise "translators:" comments.
M languages/ci-theme.pot
* FIXED: Hide native WordPress bg if there's a more specialized bg to to show (slider, video, single page bg).
M inc/customizer-styles.php
* REMOVED: Removed old compatibility code for background cover support.
M functions.php
M inc/customizer-styles.php
M inc/customizer.php
M maxslider/slider-background.php
* Updated language file.
* Changed version to 1.1
M css/admin/repeating-fields.css
M css/base.css
M css/flexslider.css
M css/magnific.css
M languages/ci-theme.pot
M style.css
M style.scss
1.0.2 - June 14, 2017
Compatibility: WordPress 4.7+
----------------------------------------------------------------------------------------------
List of changes between palermo v1.0.1 (rev. 16679) and v1.0.2 (rev. 18637)
----------------------------------------------------------------------------------------------
* FIXED: Font-awesome files version mismatch.
M css/font-awesome.css
* FIXED: Customizer would throw warnings on WP 4.7
* FIXED: Custom background support for WP 4.7
M functions.php
M inc/customizer-styles.php
M inc/customizer.php
* 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
* FIXED: Made MaxSlider's title white bypassing the theme's default black color for headings.
M css/inc/_modules.scss
M style.css
* Changed version to 1.0.2
M style.css
M style.scss
1.0.1 - December 7, 2016
Compatibility: WordPress 4.6+ - MaxSlider 1.1.0+
----------------------------------------------------------------------------------------------
List of changes between palermo v1.0 (rev. 16490) and v1.0.1 (rev. 16679)
----------------------------------------------------------------------------------------------
* FIXED: Brought MaxSlider support up to date with MaxSlider 1.1.0
M functions.php
M maxslider/slide-background.php
M maxslider/slider-background.php
* Updated language file (no new strings).
* Changed version to 1.0.1
M languages/ci-theme.pot
M style.css
M style.scss
1.0 - November 15, 2016
Compatibility: WordPress 4.5+ - MaxSlider 1.0.1 up to 1.0.1
Initial release