================================================================================= ** 7 December 2018 (1.5) ================================================================================= * FIXED: Fixed issue where migration of the panel's Custom CSS would result in multiple copies of the migrated CSS, due to a race condition. M panel/snippets/custom_css.php * FIXED: Page template-bound metaboxes, would behave correctly in Gutenberg mode (where applicable). M panel/post_meta.php * FIXED: Page template-bound metaboxes, wouldn't behave correctly in Gutenberg mode (where applicable). M plugins/ci-mykonos/includes/post_meta.php * UPDATED: Post format metaboxes now work in gutenberg M panel/scripts/ci-post-formats.js * REMOVED: Yahoo Weather and all related functionality, options, etc, have been removed, as the API has been discontinued and has stopped working. * ADDED: OpenWeatherMap support for current weather conditions. A free API key is required for it to work. * CHANGED: Weather-related settings have been moved from the theme's panel to the Customizer. * REMOVED: Select2 script is no longer needed. D css/admin/select2.css D css/admin/select2styles.css D css/admin/select2styles.scss A functions/openweathermap.php M functions/scripts.php M functions/styles.php D functions/tabs/weather_options.php M functions.php M header.php A ignitefile.js D js/admin/select2.js D js/admin/select2scripts.js M js/scripts.js * FIXED: Weather icons now work again. * REMOVED: weather-icons.css and weather icons font files. * ADDED: ci-weather-icons.css and CI Weather Icons font files. * CHANGED: Weather Icons style handle changed from 'weather-icons' to 'ci-weather-icons' M css/admin/admin-widgets.css M css/admin/repeating-fields.css A css/ci-weather-icons.css M css/inc/_header.scss D css/weather-icons.css A fonts/ci-weather-icons.eot A fonts/ci-weather-icons.svg A fonts/ci-weather-icons.ttf A fonts/ci-weather-icons.woff A fonts/ci-weather-icons.woff2 D fonts/weathericons-regular-webfont.eot D fonts/weathericons-regular-webfont.svg D fonts/weathericons-regular-webfont.ttf D fonts/weathericons-regular-webfont.woff M functions/styles.php M js/scripts.js M style.css * UPDATED: Update styles for new weather icon M css/inc/_header.scss M style.css * 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/inc/_modules.scss M functions/styles.php M functions.php M style.css * UPDATED: Mykonos Plugin to version 1.4.1 * UPDATED: Language Files * CHANGED: Theme version to 1.5 M functions/template_hooks.php M lang/ci_theme.pot M plugins/ci-mykonos/ci-mykonos.php M style.css M style.scss ================================================================================= ** 25 June 2018 (1.4) ================================================================================= * FIXED: Proper escaping of search form attributes. M searchform.php * ADDED: Style handle 'ci-theme-style-parent' refers to the paren's stylesheet, if currently on a child theme. * CHANGED: Style handle 'ci-style' now always refers to the active theme's stylesheet. M functions/styles.php * FIXED: Theme update notification is now styled as a WordPress notice. M panel/ci_panel.php * FIXED: Fix an issue where header background size option would not be respected M panel/snippets/custom_background.php * ADDED: Introduced ci_panel_get_custom_background_values() to return the values array of panel's header/body/footer custom background options. * CHANGED: Refactored and removed code from ci_custom_background() into the newly introduced ci_panel_get_custom_background_values() M panel/snippets/custom_background.php * ADDED: Panel 'stylesheet' option is now filterable with filter name 'ci_theme_panel_default_stylesheet'. M panel/snippets/color_scheme.php * UPDATED: RetinaJS v2.1.2 * FIXED: RetinaJS no longer causes countless 404 requests. M panel/ci_panel.php M panel/components/retinajs/LICENSE M panel/components/retinajs/README.md M panel/components/retinajs/dist/retina.js M panel/generic.php * ADDED: Support for One Click Demo Import. M functions.php * FIXED: Added lang file header so that Poedit will recognise "translators:" comments. M lang/ci_theme.pot M plugins/ci-mykonos/languages/ci-mykonos.pot * CHANGED: Custom CSS is now migrated to the native customizer option automatically. The existing panel option will keep working for WP installations < 4.7 although we don't support it. M panel/snippets/custom_css.php * CHANGED: Changed theme update check to happen once every 3 days. M panel/generic.php * REMOVED: Removed sample content link from panel. The snippet file is left in place for backward-compatibility. M panel/snippets/sample_content.php * FIXED: A condition was erroneously placed inside a count() call, triggering a warning in PHP >= 7.2.x M panel/generic.php M plugins/ci-mykonos/includes/generic.php * removed obsolete sample content section * updated theme language files * updated plugin language files * changed theme version to 1.4 * changed plugin version to 1.4 M functions/tabs/site_options.php M functions/template_hooks.php M lang/ci_theme.pot M plugins/ci-mykonos/ci-mykonos.php M plugins/ci-mykonos/languages/ci-mykonos.pot M style.css M style.scss ================================================================================= ** 19 July 2017 (1.3) ================================================================================= * ADDED: Elementor item widget M plugins/ci-mykonos/ci-mykonos.php A plugins/ci-mykonos/includes/elements.php A plugins/ci-mykonos/js/post_ajax.js * FIXED: Items can now be selected on an existing or duplicated widget M plugins/ci-mykonos/js/post_ajax.js * FIXED: Minor styling for elementor widget M css/inc/_external.scss M style.css * Changed version to 1.3 * Updated plugin language files M plugins/ci-mykonos/ci-mykonos.php M plugins/ci-mykonos/languages/ci-mykonos.pot M style.css M style.scss ================================================================================= ** 6 February 2017 (1.2.4) ================================================================================= * FIXED: Removed Tagline panel option, which was not applicable on this theme. M functions/template_hooks.php * FIXED: Made weather more resilient, in response to the ongoing problems that the Yahoo Weather API seems to be having. M functions.php * FIXED: Added Knowledge Base article link on how to set up the weather feature. It explains the process much better than the already-included inline docs. M functions/tabs/weather_options.php * Updated lang file. * Changed version to 1.2.4 M lang/ci_theme.pot M plugins/ci-mykonos/ci-mykonos.php M style.css M style.scss ================================================================================= ** 19 January 2017 (1.2.3) ================================================================================= * 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 panel/post_meta.php * FIXED: set ci-mykonos plugin version to 1.2.2 M plugins/ci-mykonos/ci-mykonos.php * UPDATED: Fontawesome v4.7.0 M panel/ci_panel.php M panel/components/fontawesome/css/font-awesome.min.css M panel/components/fontawesome/fonts/FontAwesome.otf M panel/components/fontawesome/fonts/fontawesome-webfont.eot M panel/components/fontawesome/fonts/fontawesome-webfont.svg M panel/components/fontawesome/fonts/fontawesome-webfont.ttf M panel/components/fontawesome/fonts/fontawesome-webfont.woff M panel/components/fontawesome/fonts/fontawesome-webfont.woff2 * ADDED: Text Domain and Domain Path headers in style.css * Updated lang files. * Changed theme and plugin versions to 1.2.3 M lang/ci_theme.pot M plugins/ci-mykonos/ci-mykonos.php M plugins/ci-mykonos/languages/ci-mykonos.pot M style.css M style.scss ================================================================================= ** 30 September 2016 (1.2.2) ================================================================================= * FIXED: Modified prettyPhoto to utilise https URLs, as it would break secure installations by querying over http YouTube, Vimeo, and Twitter. M js/jquery.prettyPhoto.js * ADDED: Sample content URL is not filterable through the 'ci_theme_sample_content_url' filter. M panel/snippets/sample_content.php * ADDED: Page builder template A template-builder.php * Changed version to 1.2.2 M style.css M style.scss ================================================================================= ** 6 July 2016 (1.2.1) ================================================================================= * UPDATED: Fontawesome v4.6.1 M panel/ci_panel.php M panel/components/fontawesome/css/font-awesome.min.css M panel/components/fontawesome/fonts/FontAwesome.otf M panel/components/fontawesome/fonts/fontawesome-webfont.eot M panel/components/fontawesome/fonts/fontawesome-webfont.svg M panel/components/fontawesome/fonts/fontawesome-webfont.ttf M panel/components/fontawesome/fonts/fontawesome-webfont.woff A panel/components/fontawesome/fonts/fontawesome-webfont.woff2 * UPDATED: Font Awesome v4.6.2 M panel/ci_panel.php M panel/components/fontawesome/css/font-awesome.min.css M panel/components/fontawesome/fonts/FontAwesome.otf M panel/components/fontawesome/fonts/fontawesome-webfont.eot M panel/components/fontawesome/fonts/fontawesome-webfont.svg M panel/components/fontawesome/fonts/fontawesome-webfont.ttf M panel/components/fontawesome/fonts/fontawesome-webfont.woff M panel/components/fontawesome/fonts/fontawesome-webfont.woff2 * UPDATED: Font Awesome v4.6.3 M panel/ci_panel.php M panel/components/fontawesome/css/font-awesome.min.css M panel/components/fontawesome/fonts/FontAwesome.otf M panel/components/fontawesome/fonts/fontawesome-webfont.eot M panel/components/fontawesome/fonts/fontawesome-webfont.svg M panel/components/fontawesome/fonts/fontawesome-webfont.ttf M panel/components/fontawesome/fonts/fontawesome-webfont.woff M panel/components/fontawesome/fonts/fontawesome-webfont.woff2 * FIXED: CSSIgniter is now linked on the default footer text. M functions/template_hooks.php * FIXED: Changed Google Maps API Key description to point out that an API key is now required. * CHANGED: Google Maps API version changed to '3', i.e. the "release" version of the API. The previous '3.5' although was meant to be a frozen version, it's now retired so it falls back to the most current "experimental" version. More information can be found here: https://developers.google.com/maps/documentation/javascript/versions M panel/snippets/google_maps_api.php * CHANGED: Google Maps API is now disabled by default, as it now needs an API key to work properly (otherwise it throws popup alerts in some cases). M panel/snippets/google_maps_api.php * Updated language file. * Changed theme and plugin version to 1.2.1 M lang/ci_theme.pot M plugins/ci-mykonos/ci-mykonos.php M style.css M style.scss ================================================================================= ** 29 March 2016 (1.2) ================================================================================= * FIXED: Disallow selection of days prior to today on all datepickers. M js/scripts.js * FIXED: Escaped a gettex string inside an attribute. M panel/media_manager.php * ADDED: Added support for Site Icon. When both a site icon and a favicon or touch favicon is present, Site Icon is preferred. M panel/snippets/favicon.php M panel/snippets/touch_favicon.php * UPDATED: font-awesome v4.5.0 M panel/ci_panel.php M panel/components/fontawesome/css/font-awesome.min.css M panel/components/fontawesome/fonts/FontAwesome.otf M panel/components/fontawesome/fonts/fontawesome-webfont.eot M panel/components/fontawesome/fonts/fontawesome-webfont.svg M panel/components/fontawesome/fonts/fontawesome-webfont.ttf M panel/components/fontawesome/fonts/fontawesome-webfont.woff * CHANGED: Removed widgets' placeholders styling in Widgets screen, as it wouldn't behave consistently. M css/admin/admin-widgets.css M css/admin/admin-widgets.scss * UPDATED: Re-styled post meta fields. M panel/media_manager.php M panel/post_meta.php M panel/styles/post-edit-screens.css A panel/styles/post-edit-screens.scss * FIXED: Removed sensor parameter from Google Maps API url. M panel/snippets/google_maps_api.php * ADDED: Introduced ci_theme_get_allowed_tags() utility function for use with wp_kses() M panel/generic.php * FIXED: Added conditional to protect WP_OAuth classes from being redeclared. * ADDED: Icon for Weather Options panel tab (where available). M panel/libraries/WP_OAuth.php M panel/panel.css * CHANGED: Moved weather options into their own panel tab. * FIXED: Yahoo! Weather stopped working on March 15, 2016. It's now fixed, however it requires the user to enter a (free) API key to work. M functions/scripts.php M functions/tabs/site_options.php A functions/tabs/weather_options.php M functions.php M js/admin/select2scripts.js M js/scripts.js * Changed theme and plugin versions to 1.2 * Updated lang files. M lang/ci_theme.pot M plugins/ci-mykonos/ci-mykonos.php M style.css M style.scss ================================================================================= ** 15 September 2015 (1.1.1) ================================================================================= * DELETED: Previously deprecated SEO panel options (snippet). * DELETED: SEO-related functions, in particular: ci_title(), ci_e_title(), ci_check_seo_plugin(), ci_wp_render_title_tag(), ci_render_title_tag(). Users that may have used ci_title() and/or ci_e_title() in child themes, should now look into the wp_title() function. D panel/snippets/seo.php * CHANGED: Automatic video thumbnails URLs returned by ci_get_video_thumbnail_url() are now returned with https. * CHANGED: CI Tweets widget now generates https links to twitter.com M panel/generic.php M panel/widgets/ci_widget_tweets.php * REMOVED: Support for the old social icons completely removed (icons, stylesheet, panel snippet, widget). D panel/snippets/social.php D panel/widgets/ci_widget_social.php D panel/widgets/images D panel/widgets/scripts D panel/widgets/styles * FIXED: Fixed issue where the CSSIgniter News dashboard widget wouldn't show any news due to a protocol-less URI. M panel/widgets.php * FIXED: html5shim is now loaded protocol-less from googlecode.com M panel/generic.php * FIXED: Made external styles/scripts load protocol-less so that installations with SSL will not have mixed content issues. * FIXED: References to external websites changed to https (where available). M functions/styles.php M plugins/ci-mykonos/includes/generic.php * Updated lang files. * Changed versions to 1.1.1 M lang/ci_theme.pot M plugins/ci-mykonos/ci-mykonos.php M style.css M style.scss ================================================================================= ** 26 June 2015 (1.1) ================================================================================= * REMOVED: Deleted bower, grunt, and otherwise unneeded, files from panel/components. * REMOVED: fontawesome less, sass, and woff2 file(s). D panel/.bowerrc D panel/components/fontawesome/.bower.json D panel/components/fontawesome/.npmignore D panel/components/fontawesome/fonts/fontawesome-webfont.woff2 D panel/components/fontawesome/less D panel/components/fontawesome/scss D panel/components/retinajs/.bower.json D panel/components/retinajs/Gruntfile.js D panel/components/retinajs/bower.json D panel/components/retinajs/dist/retina-1.3.0.zip D panel/components/retinajs/dist/retina.min.js D panel/components/retinajs/package.json D panel/components/retinajs/src * CHANGED: Fontawesome now uses the minified css file. * REMOVED: Some more unneeded fontawesome files. M panel/ci_panel.php D panel/components/fontawesome/css/font-awesome.css D panel/components/fontawesome/css/font-awesome.css.map * FIXED: Delete woff2 call from fontawesome font file. M panel/components/fontawesome/css/font-awesome.min.css * FIXED: Added handler to trigger a resize event on page template metaboxes, so that metaboxes that have a google map and are hidden by default, will render properly upon show. M panel/post_meta.php * FIXED: wp_dropdown_posts() wouldn't work properly with hierarchical post types. M panel/generic.php * DEPRECATED: Favicon and Touch Icons panel options are now deprecated in favour of the Customizer's Site Icon feature (WP 4.3). Instructional messages have been added, urging the user to use the Site Icon instead, as these options will be removed in feature theme updates, once WP 4.4 is released. M panel/snippets/favicon.php M panel/snippets/touch_favicon.php * ADDED: Default icon for property options panel tab. M panel/panel.css * Style price change indicators. M panel/term_meta_api.php * ADDED: Added description and link for the Flickr ID. * FIXED: Made Flickr widget labels a bit more intuitive. * CHANGED: The Flickr widget title is now translatable via the default WPML hooks. Back-compat is maintained. M panel/widgets/ci_widget_flickr.php * UPDATED: Font-awesome v4.4.0 M panel/ci_panel.php M panel/components/fontawesome/css/font-awesome.min.css M panel/components/fontawesome/fonts/FontAwesome.otf M panel/components/fontawesome/fonts/fontawesome-webfont.eot M panel/components/fontawesome/fonts/fontawesome-webfont.svg M panel/components/fontawesome/fonts/fontawesome-webfont.ttf M panel/components/fontawesome/fonts/fontawesome-webfont.woff * UPDATED: Updated TGM Activation Plugin to v2.5.2 * FIXED: Changed panel widgets' to use PHP5-style constructors (in preparation for WordPress 4.3 and PHP 7). M panel/libraries/class-tgm-plugin-activation.php M panel/plugins.php M panel/widgets/ci_widget_about.php M panel/widgets/ci_widget_ads125.php M panel/widgets/ci_widget_bsa.php M panel/widgets/ci_widget_flickr.php M panel/widgets/ci_widget_social.php M panel/widgets/ci_widget_tweets.php * FIXED: ci_theme_wrap_category_widget_post_counts_in_span() would throw notices in some occasions. M panel/default_hooks.php * FIXED: Changed theme widgets' to use PHP5-style constructors (in preparation for WordPress 4.3 and PHP 7). M functions/widgets/ci_widget_book_room.php M functions/widgets/ci_widget_newsletter.php * FIXED: Some function calls in panel weren't terminated by a semicolon. M panel/ci_panel.php M panel/snippets/custom_background.php * ADDED: ci_setting() return values are now filterable through the 'ci_setting' filter. M panel/generic.php * FIXED: Fixed an undefined index notice, that could be seen in older/updated installations using the 125x125 Ads widget. M panel/widgets/ci_widget_ads125.php * Updated lang files. * Changed version to 1.1 M lang/ci_theme.pot M plugins/ci-mykonos/ci-mykonos.php M style.css M style.scss ================================================================================= ** 11 June 2015 (1.0.1) ================================================================================= * FIXED: Styled wp color pickers inside custom fields tabs. M panel/styles/post-edit-screens.css * FIXED: Made urls to cssigniter.com and other loaded resources, protocol-less. i.e. removed http and/or https so that the appropriate will be used automatically. M panel/generic.php M panel/snippets/featured_image_single.php M panel/snippets/google_maps_api.php M panel/snippets/sample_content.php M panel/widgets/ci_widget_tweets.php M panel/widgets.php * FIXED: Reverted a couple of "http:" on the update checks, as wp_remote_get() doesn't support protocol-less urls. M panel/generic.php * UPDATED: Updated prettyPhoto to 3.1.6 as previous versions were susceptible to an XSS attack. M functions/scripts.php M js/jquery.prettyPhoto.js * Updated lang files. * Changed versions to 1.0.1 M lang/ci_theme.pot M plugins/ci-mykonos/ci-mykonos.php M style.css M style.scss ================================================================================= ** 27 May 2015 (1.0) ================================================================================= * Initial release.