1.2 - September 20, 2017
Compatibility: WordPress 4.7 — 4.9.5
----------------------------------------------------------------------------------------------
List of changes between technico v1.1.2 (rev. 15738) and v1.2 (rev. 19520)
----------------------------------------------------------------------------------------------
* 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
* FIXED: Listing query ran twice.
M template-listing-ci_theme_diy.php
M template-listing-ci_theme_project.php
M template-listing-ci_theme_service.php
M template-listing-ci_theme_team.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
* ADDED: Elementor Widget
M css/inc/_external.scss
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
* updated language files
* Changed version to 1.2
M languages/ci-theme.pot
M style.css
M style.scss
1.1.2 - September 28, 2016
Compatibility: WordPress 4.5+
----------------------------------------------------------------------------------------------
List of changes between technico v1.1.1 (rev. 14965) and v1.1.2 (rev. 15738)
----------------------------------------------------------------------------------------------
* CHANGED: Renamed function hex2rgba() to ci_theme_hex2rgba() (where ci_theme is the theme slug) to avoid name clashes.
* CHANGED: Renamed function color_luminance() to ci_theme_color_luminance() (where ci_theme is the theme slug) to avoid name clashes.
M inc/customizer-styles.php
* FIXED: Wrong term_id field name in taxonomy query, would prevent WPML from picking up correct translations.
M template-listing-ci_theme_diy.php
M template-listing-ci_theme_project.php
M template-listing-ci_theme_service.php
M template-listing-ci_theme_team.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 template
A template-builder.php
* Changed version to 1.1.2
M style.css
M style.scss
1.1.1 - July 7, 2016
Compatibility: WordPress 4.4+
----------------------------------------------------------------------------------------------
List of changes between technico v1.1 (rev. 14246) and v1.1.1 (rev. 14965)
----------------------------------------------------------------------------------------------
* FIXED: Broken English in some sidebars' descriptions.
M functions.php
* FIXED: Selected posts on the Post Type Items widgets would get displayed ordered by their ID instead of their selected order.
M inc/widgets/post-type-items.php
* FIXED: Google Analytics description wouldn't display a link properly.
M inc/customizer.php
* Updated lang files.
* Changed version to 1.1.1
M languages/ci-theme.pot
M style.css
M style.scss
1.1 - June 1, 2016
Compatibility: WordPress 4.4+
----------------------------------------------------------------------------------------------
List of changes between technico v1.0 (rev. 14133) and v1.1 (rev. 14246)
----------------------------------------------------------------------------------------------
* FIXED: Fix typo in CSS selector breaking instagram widget styling
M css/inc/_external.scss
M style.css
* FIXED: Slider images would be shown full size by accident.
M inc/widgets/slider.php
* FIXED: Custom content widget - When text on the right, it should be left aligned if an image exists.
M inc/widgets/custom-content.php
* FIXED: Fix mobile menu CSS
M css/inc/_widgets.scss
M css/mmenu.css
* 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
* Changed version to 1.1
M style.css
M style.scss
1.0 - May 23, 2016
Compatibility: WordPress 4.4+
Initial release