1.1 - September 20, 2017
Compatibility: WordPress 4.7 — 4.9.5
----------------------------------------------------------------------------------------------
List of changes between potenza v1.0 (rev. 15579) and v1.1 (rev. 19529)
----------------------------------------------------------------------------------------------
* REMOVED: Obsolete title options from customizer
M inc/customizer.php
D part-title.php
* ADDED: Option to open social networks in a new tab
M inc/customizer.php
M part-social-icons.php
* FIXED: Logo padding bottom wouldn't get applied if a respective top padding wasn't defined.
M inc/customizer-styles.php
* FIXED: Lightbox duplicate data attribute issue.
* FIXED: Lightbox now works for native galleries.
M functions.php
M js/scripts.js
* FIXED: Removed publicly facing guide text from authorbox, that was displayed when the author had no Biographic info entered, and the authorbox was set to display.
M part-authorbox.php
* CHANGED: Parent and child theme stylesheets are now handled differently.
* REMOVED: Style handle 'ci-theme-style-child' is no longer available.
* CHANGED: Style handle 'ci-theme-style' now always points to the active theme's stylesheet, no matter if it's a child theme or not. (Previously, was always pointing to the parent theme).
* ADDED: Style handle 'ci-theme-style-parent' is now available, only when a child theme is active.
* ADDED: Style meta-handle 'ci-theme-dependencies' is now available. If you need not to load a theme-bundled style, this is where it needs to be removed from.
M functions.php
* 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
* FIXED: Corrected theme name in language file.
* Updated lang file.
M languages/ci-theme.pot
* 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
* FIXED: Custom background support for WP 4.7
M inc/customizer-styles.php
M inc/customizer.php
* ADDED: Introduced ci_theme_color_luminance() and ci_theme_hex2rgba()
M inc/functions.php
* FIXED: alpha-color-picker loaded by plugins would break visually.
M inc/css/post-meta.css
* FIXED: alpha-color-picker now triggers a Customizer update when the value changes.
M js/admin/alpha-color-picker.js
* FIXED: Proper escaping of search form attributes.
M searchform.php
* ADDED: Support for One Click Demo Import.
M functions.php
* updated language files
* Changed version to 1.1
M languages/ci-theme.pot
M style.css
M style.scss
1.0 - September 13, 2016
Compatibility: WordPress 4.5+
Initial release