Use the coupon code WORDPRESS and save 30% OFF! Buy Now

Changelog for Molly

Legend

  • A => A file has been (A)dded
  • M => A file has been (M)odified
  • D => A file has been (D)eleted

1.7 - November 17, 2017

Compatibility: WordPress 4.9 — 6.4.3

----------------------------------------------------------------------------------------------
List of changes between molly v1.6 (rev. 14911) and v1.7 (rev. 20318)
----------------------------------------------------------------------------------------------

* ADDED: Sample content URL is not filterable through the 'ci_theme_sample_content_url' filter.
  M panel/snippets/sample_content.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 panel/post_meta.php

* FIXED: WordPress gallery styling
  M style.css

* 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

* FIXED: Added Text Domain and Domain Path headers in stylesheet.
  M style.css

* 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.
* CHANGED: Style 'google-font-oswald' is now a dependency of 'ci-theme'.
  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.
* Updated language file.
* Changed version to 1.7
  M lang/en_US.mo
  M lang/en_US.po
  M style.css

1.6 - July 6, 2016

Compatibility: WordPress 4.4+

----------------------------------------------------------------------------------------------
List of changes between molly v1.5 (rev. 11995) and v1.6 (rev. 14911)
----------------------------------------------------------------------------------------------

* 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: Support for 'title-tag' now moved to functions.php
  M functions.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/post_types/post.php
  M functions/styles.php

* FIXED: Removed calls to the previously deleted SEO snippet.
  M functions/tabs/display_options.php

* 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

* 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

* 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 lang files.
* Changed version to 1.6
  M lang/en_US.mo
  M lang/en_US.po
  M style.css

1.5 - August 24, 2015

Compatibility: WordPress 4.4+

----------------------------------------------------------------------------------------------
List of changes between molly v1.4.1 (rev. 10911) and v1.5 (rev. 11995)
----------------------------------------------------------------------------------------------

* 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

* FIXED: Deleted unused prettyPhoto files.
  D js/jquery.prettyPhoto.js

* 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: Some function calls in panel weren't terminated by a semicolon.
  M panel/ci_panel.php
  M panel/snippets/custom_background.php

* FIXED: Some function calls weren't terminated by a semicolon.
  M template-archive.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.5
  M lang/en_US.mo
  M lang/en_US.po
  M style.css

1.4.1 - May 27, 2015

Compatibility: WordPress 4.1+

----------------------------------------------------------------------------------------------
List of changes between molly v1.4 (rev. 10499) and v1.4.1 (rev. 10911)
----------------------------------------------------------------------------------------------

* CHANGED: fitVids is now loaded in the footer.
  M panel/ci_panel.php

* REMOVED: Function format_price() was removed from panel/generic.php as it depends on specific panel options that most themes don't include. It will be re-added to the specific themes affected.
  M panel/generic.php

* REMOVED: Removed some version-specific styles, applicable to the options panel, for WP < 3.8
  M panel/ci_panel.php

* CHANGED: Moved all add_action() and add_filter() calls from media_manager.php and generic.php into default_hooks.php
  M panel/default_hooks.php
  M panel/generic.php
  M panel/media_manager.php

* FIXED: Updated TGM strings.
* CHANGED: TGM property ‘is_automatic’ is now enabled, making it automatically forcefully manage activations and deactivations.
  M panel/plugins.php

* FIXED: Fixed missing images.
  M css/flexslider.css
  A images/bg_direction_nav.png

* FIXED: Replaced prettyPhoto with Fancybox.
* FIXED: Removed unnecessary and deprecated code from the styelsheet.
* FIXED: Fixed slider to play well with latest Flexslider script.
* REMOVED: prettyPhoto script.
  M css/flexslider.css
  M functions/scripts.php
  M functions.php
  M header.php
  D images/prettyPhoto
  M js/ci_scripts.js
  M style.css
  M template-format-audio.php
  M template-format-gallery.php
  M template-format-image.php
  M template-format-link.php
  M template-format-standard.php

* REMOVED: Deleted function ci_count_wp_gallery_images() from panel/generic.php. Will add it into functions.php only in the themes that actually need it.
  M panel/generic.php

* REMOVED: Deleted experimental customizer.php as it was unused.
  M panel/bootstrap.php
  D panel/customizer.php

* FIXED: Escaped pretty much everything that can/should be escaped.
  M panel/ci_panel.php
  M panel/media_manager.php
  M panel/post_color_scheme.php
  M panel/post_meta.php
  M panel/snippets/custom_background.php
  M panel/snippets/excerpt.php
  M panel/snippets/feedburner.php
  M panel/snippets/social.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

* Updated lang files.
* Changed version to 1.4.1
  M lang/en_US.mo
  M lang/en_US.po
  M style.css

1.4 - May 8, 2015

Compatibility: WordPress 4.1+

------------------------------------------------------------------------------
List of changes between molly v1.3 (rev. 7215) and v1.4 (rev. 10499)
------------------------------------------------------------------------------

* fixed buttons width
  M panel/panel.css

* Fixed color picker appearance in panel.
  M panel/panel.css

* Changed ci_featgal_get_attachments() so that $extra_args parameter defaults to an empty array. Usage and logic is not affected, however IDEs can better detect the parameter expected.
  M panel/media_manager.php

* Introduced ci_get_page_var()
  M panel/generic.php

* Added package_options icon.
  M panel/panel.css

* FIXED - Made featured galleries to work as expected and better behave regarding empty galleries and back-compat support. They now only pre-populate posts that have images attached and NOT have the related custom key.
  M panel/media_manager.php
  M panel/post_meta.php

* Removed some commented code.
  M panel/media_manager.php

* Added triggering of 'change' event on .uploaded-id fields.
  M panel/scripts/media-manager-3.5.js

* Eliminated slashed quotes as much as possible, from within gettext calls in custom_background.php snippet.
  M panel/snippets/custom_background.php

* Fixed an issue where the featured gallery code would throw a warning, when a post didn't have any custom fields defined.
  M panel/media_manager.php

* Introduced $args parameter in ci_panel_checkbox()
* Fixed the "Disable custom background" checkboxes.
  M panel/ci_panel.php
  M panel/snippets/custom_background.php

* Added argument 'select_even_if_empty' in wp_dropdown_posts() to return an empty  if not  elements exists. Defaults to false to avoid any back-compat issues.
  M panel/generic.php

* UPDATED: Updated Twitter snippet descriptions and labels to reflect the current Twitter website workflow.
* Reformatted twitter widget code.
* CHANGED: Added output of Twitter API errors in the front end of Twitter widget.
  M panel/snippets/twitter_api.php
  M panel/widgets/ci_widget_tweets.php

* FIXED: Fixed a gettext issue in the Twitter widget.
  M panel/widgets/ci_widget_tweets.php

* FIXED: Broke out the Socials Ignited URL from gettext calls, where applicable. Also changed its URL scheme to https.
  M functions/sidebars.php

* Made the labels in checklists inline-block;
  M panel/panel.css

* FIXED: Changed ci_enqueue_media_manager_scripts() so that wp_localize_script() won't be executed multiple times.
  M panel/media_manager.php

* Fixed an issue where ci_localize_datepicker() might had WPLANG undefined.
  M panel/localization.php

* Introduced ci_get_related_posts() to easily get related posts.
  M panel/generic.php

* Fixed some serious problems with ci_get_related_posts()
  M panel/generic.php

* Fixed a gettext string.
  M panel/snippets/comments.php

* Fixed a phpDoc description.
  M panel/generic.php

* REMOVED: Removed lightbox support for WooCommerce < v2.0 from add_fancybox_support()
* UPDATED: Brought jquery.fancybox.css up to date with the master version from github. Although it has the same version number, it fixes an issue where some themes would scroll to top when fancybox was triggered.
  M panel/scripts/fancybox-2.1.5/jquery.fancybox.css
  M panel/scripts/fancybox.php

* FIXED: Made the ci_panel_input() not echo a label element if there is no text to show.
  M panel/ci_panel.php

* ADDED: Option 'show_site_slogan' to show/hide the slogan (tagline) near the logo.
* CHANGED: ci_e_slogan() is now affected from 'show_site_slogan' panel option.
  M panel/generic.php
  M panel/snippets/logo.php

* ADDED: Introduced ci_get_image_sizes() to get currently declared image sizes. Uses global $_wp_additional_image_sizes.
* FIXED: Eliminated explicit use of global $_wp_additional_image_sizes. Replaced with calls to ci_get_image_sizes()
  M panel/generic.php
  M panel/media_manager.php

* ADDED: Image sizes that begin with ci- or ci_ are now listed in the available sizes inside the Media Manager. True size is inside parantheses, as WP calculates and displays sizes relative to $content_width.
  M panel/media_manager.php

* ADDED: Introduced ci_metabox_open_collapsible() and ci_metabox_close_collapsible() for easy native collapsible boxes inside metaboxes.
  M panel/post_meta.php

* REMOVED: Removed compatibility support from add_fancybox_support() and related functions, as it caused more problems than it solved. WooCommerce themes should use prettyPhoto for max compatibility.
  M panel/scripts/fancybox.php

* ADDED: Added IDs in flexslider snippets so that fieldsets can be targeted and get hidden if not needed.
  M panel/snippets/slider_flexslider.php
  M panel/snippets/slider_flexslider_internal.php

* ADDED: Introduced ci_count_wp_gallery_images() to count the number in native WP galleries.
  M panel/generic.php

* FIXED:  element's datetime property now shows the correct date format.
  M index.php

* FIXED: Added the Post Thumbnail size in the dropdown of available image sizes in the Media Manager.
  M panel/media_manager.php

* ADDED: Made ci_has_image_to_show() filterable through 'ci_has_image_to_show' filter.
  M panel/snippets/featured_image_single.php

* FIXED: Added a translators comment to a gettext call to assist translation.
  M panel/ci_panel.php

* ADDED: Added support for the WordPress title-tag feature. Themes can still use the old titles functionality, and back-compat support of the feature exists for WP < v4.1. NOTE: Themes must NOT include a <title> tag in header.php.
  M panel/snippets/seo.php

* REMOVED: <title> tag from header.php as title functionality is now handled from /panel/snippets/seo.php
* FIXED: Standardised charset declaration with bloginfo('charset'). Removed other hardcoded meta http-equiv or charset declarations.
  M header.php

* Wrapped options in excerpt snippet with fieldsets with IDs, so that they can be targeted and get hidden.
  M panel/snippets/excerpt.php

* FIXED: Solidified handling of unset panel's options. New options introduced will now use the defaults as they should, instead of throwing notices.
  M panel/bootstrap.php
  M panel/ci_panel.php

* Made the experimental customizer code not load by default, as a lot have changed since our last attempt for compatibility.
* Formatted bootstrap.php a bit.
  M panel/bootstrap.php

* FIXED: Changed ci_inflect() so that the $many parameter is returned in any case except when $num is 0 or 1.
  M panel/generic.php

* FIXED: Added wp_enqueue_media() call before ci_enqueue_media_manager_scripts().
  M functions/post_types.php

* FIXED: Improved "Permalink to" attributes.
  M index.php
  M template-archive.php

* FIXED: Change code a bit and reformatted snippet excerpt.php to be more readable.
* FIXED: Made ci_change_read_more() which filters 'the_content_more_link' a bit more robust.
  M panel/snippets/excerpt.php

* ADDED: Added 'ci_panel_option_show_site_slogan' filter to enable/disable the Show Site Slogan (description) option in the panel. Filter should return false when the ci_e_slogan() function is now used in the theme.
  M panel/snippets/logo.php

* Added meta generator tag. Ca be enabled/disabled by the panel, 'ci_show_generator_tag' filter, and is hidden on whitelabel.
  M panel/generic.php
  M panel/snippets/site_other.php

* ADDED: components via bower
  M panel/.bowerrc
  A panel/components
  A panel/components/fontawesome
  A panel/components/fontawesome/.bower.json
  A panel/components/fontawesome/.npmignore
  A panel/components/fontawesome/css
  A panel/components/fontawesome/css/font-awesome.css
  A panel/components/fontawesome/css/font-awesome.css.map
  A panel/components/fontawesome/css/font-awesome.min.css
  A panel/components/fontawesome/fonts
  A panel/components/fontawesome/fonts/FontAwesome.otf
  A panel/components/fontawesome/fonts/fontawesome-webfont.eot
  A panel/components/fontawesome/fonts/fontawesome-webfont.svg
  A panel/components/fontawesome/fonts/fontawesome-webfont.ttf
  A panel/components/fontawesome/fonts/fontawesome-webfont.woff
  A panel/components/fontawesome/fonts/fontawesome-webfont.woff2
  A panel/components/fontawesome/less
  A panel/components/fontawesome/less/animated.less
  A panel/components/fontawesome/less/bordered-pulled.less
  A panel/components/fontawesome/less/core.less
  A panel/components/fontawesome/less/fixed-width.less
  A panel/components/fontawesome/less/font-awesome.less
  A panel/components/fontawesome/less/icons.less
  A panel/components/fontawesome/less/larger.less
  A panel/components/fontawesome/less/list.less
  A panel/components/fontawesome/less/mixins.less
  A panel/components/fontawesome/less/path.less
  A panel/components/fontawesome/less/rotated-flipped.less
  A panel/components/fontawesome/less/stacked.less
  A panel/components/fontawesome/less/variables.less
  A panel/components/fontawesome/scss
  A panel/components/fontawesome/scss/_animated.scss
  A panel/components/fontawesome/scss/_bordered-pulled.scss
  A panel/components/fontawesome/scss/_core.scss
  A panel/components/fontawesome/scss/_fixed-width.scss
  A panel/components/fontawesome/scss/_icons.scss
  A panel/components/fontawesome/scss/_larger.scss
  A panel/components/fontawesome/scss/_list.scss
  A panel/components/fontawesome/scss/_mixins.scss
  A panel/components/fontawesome/scss/_path.scss
  A panel/components/fontawesome/scss/_rotated-flipped.scss
  A panel/components/fontawesome/scss/_stacked.scss
  A panel/components/fontawesome/scss/_variables.scss
  A panel/components/fontawesome/scss/font-awesome.scss
  A panel/components/retinajs
  A panel/components/retinajs/.bower.json
  A panel/components/retinajs/Gruntfile.js
  A panel/components/retinajs/LICENSE
  A panel/components/retinajs/README.md
  A panel/components/retinajs/bower.json
  A panel/components/retinajs/dist
  A panel/components/retinajs/dist/retina-1.3.0.zip
  A panel/components/retinajs/dist/retina.js
  A panel/components/retinajs/dist/retina.min.js
  A panel/components/retinajs/package.json
  A panel/components/retinajs/src
  A panel/components/retinajs/src/_retina.sass
  A panel/components/retinajs/src/_retina.scss
  A panel/components/retinajs/src/retina.js
  A panel/components/retinajs/src/retina.less

* FIXED: Improved html attributes sanitization in panel.
* REMOVED: Script handle 'ci-colorpicker'. The native WP colorpicker is now used, where applicable.
* DELETED: 'ci-colorpicker' related files from /panel/scripts/colorpicker
* CHANGED: 'retinajs' script handle now loads from panel/components/retinajs/
* DELETED: panel/scripts/retina.1.3.0.min.js file as it now lives inside the panel/components/retinajs/ folder.
  M panel/ci_panel.php
  D panel/scripts/colorpicker
  D panel/scripts/retina.1.3.0.min.js

* UPDATED: Updated TGM plugin activation. Although the version number hasn’t change, the github repository had changes that fixed some incompatibilities when multiple copies of TGM were loaded by themes/plugins.
  M panel/libraries/class-tgm-plugin-activation.php

* FIXED: Added a description for the Meta Generator option, so the user can take a better informed decision.
  M panel/snippets/site_other.php

* FIXED: ci_human_time_diff() never showed month strings if date diff was greater than 30 days. Also made code a bit more readable.
  M panel/generic.php

* ADDED: Support for metabox tabs. Introduced: ci_metabox_open_tab() and ci_metabox_close_tab(). They require to be wrapped in a div.ci-cf-wrap
* ADDED: Panel file post-edit-screens.js with handle 'ci-panel-post-edit-screens' now loads on all post edit screens.
  M panel/ci_panel.php
  M panel/panel.css
  M panel/post_meta.php
  A panel/scripts/post-edit-screens.js
  M panel/styles/post-edit-screens.css

* ADDED: Introduced ci_metabox_guide()
  M panel/post_meta.php

* ADDED: Term meta API
  M panel/bootstrap.php
  A panel/term_meta_api.php (from /themes/tabloid/wp_tabloid5/functions/term_meta_api.php:9598)

* Moved development functions inside panel/generic.php
* Deleted panel/development.php and related references.
  M panel/bootstrap.php
  M panel/development.php
  M panel/generic.php

* Acutally deletion of development.php
  D panel/development.php

* ADDED: Introduced panel/default_hooks.php for actions/filters affecting core WP functionality.
* ADDED: Made the native Category and Archive widgets wrap their post counts into a span.ci-count, however due to the lack of appropriate filters, the get_archives_link() and wp_list_categories() functions are filtered instead.
  M panel/bootstrap.php
  A panel/default_hooks.php

* FIXED: When the theme title is selected under the SEO panel options and the site description is empty, a separator is outputted unnecessarily.
  M panel/snippets/seo.php

* Fixed an undefined variable error caused by the previous commit.
  M panel/snippets/seo.php

* Fixed an issue where the title separator would appear in the front of the page title, caused by the previous fix.
  M panel/snippets/seo.php

* ADDED: Introduced array_insert() to insert array elements into a specific position.
  M panel/generic.php

* FIXED: Improved behaviour of ci_e_content() in certain cases.
  M panel/generic.php

* FIXED: Updated CI_Panel_Walker_Category_Checklist walker class to be up to par with the core Walker_Category_Checklist.
  M panel/ci_panel.php

* Fixed checkboxes styling in panel
  M panel/panel.css

* CHANGED: Panel Show “Comments are closed” message option is now unchecked by default. Existing installations are not affected.
  M panel/snippets/comments.php

* FIXED: Moved a couple of add_action() calls outside their related if( !function_exists() ) functions’ checks.
  M panel/localization.php

* UPDATED: TGM-Plugin-Activation library to v2.4.1 develop branch, as it deals with an XSS vulnerability that could be caused by not escaping urls that made use of the add_query_arg() and remove_query_arg() functions.
  M panel/libraries/class-tgm-plugin-activation.php

* FIXED: Removed CSSIgniter link from default footer text.
  M functions/template_hooks.php

* FIXED: Removed unused panel Google Maps API options.
  M functions/tabs/google_options.php

* ADDED: Added panel Google Maps API options snippet.
  M panel/scripts/post-edit-screens.js
  A panel/snippets/google_maps_api.php (from /resources/ci_panel/snippets/google_analytics.php:10309)

* FIXED: ci_title() would return duplicate information, as the output of wp_title() now includes the site name and description, depending on context.
  M panel/snippets/seo.php

* Updated lang files.
* Changed version to 1.4
  M lang/en_US.mo
  M lang/en_US.po
  M style.css

1.3 - July 11, 2014

Compatibility: WordPress 3.8+

------------------------------------------------------------------------------
List of changes between molly v1.2 (rev. 4408) and v1.3 (rev. 7215)
------------------------------------------------------------------------------

* Changed all applicable references from get_template_directory_uri() to get_child_or_parent_file_uri() for better child theme support.
  M panel/ci_panel.php
  M panel/scripts/fancybox.php
  M panel/snippets/favicon.php
  M panel/snippets/touch_favicon.php
  M panel/widgets/ci_widget_social.php

* Fixed a bug where merge_wp_queries() would return a number of posts, when the merged array of IDs to return was empty.
  M panel/generic.php

* Added comments for example hooks in featured image snippets.
  M panel/snippets/featured_image_fullwidth.php
  M panel/snippets/featured_image_single.php

* Changed wording of insert button of media manager from "Change this image" to "Change this file" to better reflect all cases (e.g. image, audio, etc).
  M panel/scripts/media-manager-3.3.js
  M panel/scripts/media-manager-3.5.js

* Fixed ci_column_classes() to appropriately handle 3 columns (one-third) when parent is 16 columns.
  M panel/generic.php

* Changed twitter widget to work with v1.1 of the twitter API.
* Deleted older twitter scripts.
* Added a snippet for twitter options.
* Added needed libraries, wp_oauth and wp_twitteroauth
* Changed ci_panel_input() to allow for password fields.
* Styled input[type=password] for panel.
  M panel/ci_panel.php
  A panel/img/icons/twitter_options.png
  A panel/libraries
  A panel/libraries/WP_OAuth.php
  A panel/libraries/wp_twitteroauth.php
  M panel/panel.css
  A panel/snippets/twitter_api.php
  M panel/widgets/ci_widget_tweets.php
  D panel/widgets/scripts/twitter_script.js
  D panel/widgets/scripts/twitter_script.php

* Made Twitter widget only available when the twitter_api snippet has been loaded.
  M panel/snippets/twitter_api.php
  M panel/widgets/ci_widget_tweets.php

* Changed fancybox so that it loads in installations with WooCommerce = 2 use prettyPhoto)
  M panel/scripts/fancybox.php

* Added generic ci_format_box_* events for hiding/showing post format metaboxes. There is no need for each theme to include this code, as long as they follow this naming convention.
  M panel/scripts/ci-post-formats.js

* Added ci_enqueue_media_manager_scripts() so that it's easier to enqueue version depended media manager scripts.
  M panel/ci_panel.php
  M panel/generic.php

* Made widgets load on 'widgets_init' action. This was needed as it's the only way the theme can get a chance to de-register WooCommerce widgets.
  M panel/widgets.php

* Added filter to widget title of panel widgets.
  M panel/widgets/ci_widget_about.php
  M panel/widgets/ci_widget_ads125.php
  M panel/widgets/ci_widget_flickr.php
  M panel/widgets/ci_widget_social.php
  M panel/widgets/ci_widget_tweets.php

* Removed register_widget() from widget_init hook of each widget. As widgets.php now runs from widget_init itself, widgets don't load if they are hooked too (and there would be no point anyway).
  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

* Version check between the server and local is now made using version_compare()
  M panel/ci_panel.php

* Added localization file containing hooks and functions for automatic panel string translation (Polylang and WPML)
  A panel/localization.php

* Added localization into bootstrap process.
* Added three action hooks, ci_theme_before_bootstrap, ci_theme_bootstrap and ci_theme_after_bootstrap.
  M panel/bootstrap.php

* Added footer text panel snippet, supporting up to two footer locations.
* Added function ci_footer() that prints the footer properly.
  M panel/generic.php
  A panel/snippets/footer_text.php

* Added footer support for variable :year:
  M panel/generic.php
  M panel/snippets/footer_text.php

* Removed rudimentary validation of panel options' array, as it was only causing troubles.
  M panel/ci_panel.php

* Added new fancybox version (2.1.4) to panel scripts.
* Added new superfish version (1.7.2) to panel scripts.
* Fixed fancybox to work depending on woocommerce and wordpress versions.
  A panel/scripts/fancybox-2.1.4
  A panel/scripts/fancybox-2.1.4/lib
  A panel/scripts/fancybox-2.1.4/lib/jquery-1.9.0.min.js
  A panel/scripts/fancybox-2.1.4/lib/jquery.mousewheel-3.0.6.pack.js
  A panel/scripts/fancybox-2.1.4/source
  A panel/scripts/fancybox-2.1.4/source/blank.gif
  A panel/scripts/fancybox-2.1.4/source/fancybox_loading.gif
  A panel/scripts/fancybox-2.1.4/source/fancybox_overlay.png
  A panel/scripts/fancybox-2.1.4/source/fancybox_sprite.png
  A panel/scripts/fancybox-2.1.4/source/helpers
  A panel/scripts/fancybox-2.1.4/source/helpers/fancybox_buttons.png
  A panel/scripts/fancybox-2.1.4/source/helpers/jquery.fancybox-buttons.css
  A panel/scripts/fancybox-2.1.4/source/helpers/jquery.fancybox-buttons.js
  A panel/scripts/fancybox-2.1.4/source/helpers/jquery.fancybox-media.js
  A panel/scripts/fancybox-2.1.4/source/helpers/jquery.fancybox-thumbs.css
  A panel/scripts/fancybox-2.1.4/source/helpers/jquery.fancybox-thumbs.js
  A panel/scripts/fancybox-2.1.4/source/jquery.fancybox.css
  A panel/scripts/fancybox-2.1.4/source/jquery.fancybox.js
  A panel/scripts/fancybox-2.1.4/source/jquery.fancybox.pack.js
  M panel/scripts/fancybox.php
  A panel/scripts/superfish-1.7.2.js

* Fixed panelscripts.js to work with jQuery 1.9.1
  M panel/scripts/panelscripts.js

* Created function to conditionally load scripts depending on jQuery versions.
* Added superfish to default scripts.
  M panel/ci_panel.php

* Changed conditional loading of default scripts to version 1.9 of jQuery.
  M panel/ci_panel.php

* Added flexslider and cycle-all to the list of pre-registered scripts.
* Added new cycle-all version.
  M panel/ci_panel.php
  A panel/scripts/jquery.cycle.all-3.0.2.js

* Made native colorpicker work in wp > 3.5 and old colorpicker in older wp versions.
* Added filter to background colors so that a correctly formatted color (with a #) is returned.
* Functions overriding the default background handler, must use the passed data instead of ci_setting()
  M panel/ci_panel.php
  M panel/scripts/panelscripts.js
  M panel/snippets/custom_background.php

* Testing superfish 1.7.2 with older jquery versions.
  M panel/ci_panel.php

* Left a single version of superfish registered. Added hoverIntent as it's required from newest superfish.
  M panel/ci_panel.php
  A panel/scripts/jquery.hoverIntent.r7.min.js

* Made the panel logo (the CSSIgniter banner) filterable.
  M panel/ci_panel.php

* Added second parameter to ci_panel_logo_url filter, so that filters can distinguish by path.
  M panel/ci_panel.php

* Added Twitter API deprecation notice into panel until January 1st, 2014.
  M panel/snippets/twitter_api.php

* Changed scripts' jQuery version check to WordPress check, as it's more reliable for the moment.
  M panel/ci_panel.php

* Added docblock for ci_column_classes()
  M panel/generic.php

* Added colored background options for image previews in panel.
  M panel/ci_panel.php
  M panel/panel.css
  M panel/scripts/panelscripts.js

* Added support for classes in wp_dropdown_posts()
  M panel/generic.php

* Made panel menu title filterable (i.e. the "CSSIgniter Settings" label).
  M panel/ci_panel.php

* Fixed some gettext calls
  M panel/snippets/favicon.php
  M panel/snippets/slider_cycle.php
  M panel/snippets/slider_cycle_internal.php
  M panel/widgets/ci_widget_social.php

* Added comments on seemingly unsafe operations that are safe.
  M panel/libraries/WP_OAuth.php

* Changed media manager script to work with jquery on()
  M panel/scripts/media-manager-3.5.js

* Updated the content of the fitVid script. Although the version number hasn't changed, the contents have clearly changed.
  M panel/scripts/jquery.fitvid-1.0.js

* Fixed a WordPress typo.
  M panel/snippets/feedburner.php

* Made ci_pagination() default arguments filterable through 'ci_pagination_default_args' filter.
  M panel/generic.php

* Added ci_media_sideload_image() into generic.php
  M panel/generic.php

* Added superfish 1.7.4 in panel scripts, and made it default.
  M panel/ci_panel.php
  A panel/scripts/superfish-1.7.4.min.js

* Registered fitVids as a default panel script. Only enqueue is needed now.
  M panel/ci_panel.php

* Fixed fancybox hooks so that it won't be loaded on the admin side.
  M panel/scripts/fancybox.php

* Added TGM Plugin Activation support, for requiring or recommending plugins.
  M panel/bootstrap.php
  A panel/libraries/class-tgm-plugin-activation.php
  A panel/plugins.php

* Added functions ci_get_image_src() and ci_get_featured_image_src() to the panel generic functions.
  M panel/generic.php

* Added ci_the_month() into generic.php as it's used very often throughout the themes.
  M panel/generic.php

* Changed default image size of ci_get_image_src() from 'large' to 'full'
  M panel/generic.php

* Made ci_column_classes() filterable
  M panel/generic.php

* Escaped attribute titles of image preview colors.
  M panel/ci_panel.php

* Made fullwidth image be the default in fullwidth templates.
  M panel/snippets/featured_image_fullwidth.php

* Added a class ads125 to the asd125 widget
  M panel/widgets/ci_widget_ads125.php

* Added functions for automatic video thumbnails.
  M panel/generic.php

* Fixed an issue where the automatic video thumbnail wouldn't get downloaded due to a left-over hardcoded custom field name.
  M panel/generic.php

* Removed deprecated function get_theme_data() effectively making themes require WP >= v3.4
  M panel/constants.php

* Added a workaround on the error "Declaration of TGM_Bulk_Installer_Skin::before() should be compatible with WP_Upgrader_Skin::before() in /panel/libraries/class-tgm-plugin-activation.php on line 1893" which appears on WP 3.6
  M panel/libraries/class-tgm-plugin-activation.php

* Canonicalized style.css header information in all themes (and fixed some erroneous information).
  M /themes/NYC/wp_NYC5/style.css
  M /themes/aegean/wp_aegean5/style.css
  M /themes/agora/wp_agora5/style.css
  M /themes/aphrodite/wp_aphrodite5/style.css
  M /themes/artemis/wp_artemis5/style.css
  M /themes/botanic/wp_botanic5/style.css
  M /themes/businessone/wp_businessone5/style.css
  M /themes/businesstwo/wp_businesstwo5/style.css
  M /themes/dionysus/wp_dionysus5/style.css
  M /themes/dolce/wp_dolce5/style.css
  M /themes/euclides/wp_euclides5/style.css
  M /themes/femme/wp_femme5/style.css
  M /themes/glare/wp_glare5/style.css
  M /themes/hartee/wp_hartee5/style.css
  M /themes/hernan/wp_hernan5/style.css
  M /themes/hotelmotel/wp_hotelmotel5/style.css
  M /themes/igloo/wp_igloo5/style.css
  M /themes/igniteapp/wp_igniteapp5/style.css
  M /themes/ignitionconf/wp_ignitionconf5/style.css
  M /themes/indigamer/wp_indigamer5/style.css
  M /themes/informati/wp_informati5/style.css
  M /themes/intrigue/wp_intrigue5/style.css
  M /themes/ithaca/wp_ithaca5/style.css
  M /themes/klou/wp_klou5/style.css
  M /themes/kontrol/wp_kontrol5/style.css
  M /themes/lucullan/wp_lucullan5/style.css
  M /themes/magnifique/wp_magnifique5/style.css
  M /themes/me/wp_me5/style.css
  M /themes/memories/wp_memories5/style.css
  M style.css
  M /themes/mozzy/wp_mozzy5/style.css
  M /themes/mustache/wp_mustache5/style.css
  M /themes/neuton/wp_neuton5/style.css
  M /themes/nico/wp_nico5/style.css
  M /themes/odyssey/wp_odyssey5/style.css
  M /themes/penelope/wp_penelope5/style.css
  M /themes/philoxenia/wp_philoxenia5/style.css
  M /themes/photographia/wp_photographia5/style.css
  M /themes/pinfinity/wp_pinfinity5/style.css
  M /themes/pintores/wp_pintores5/style.css
  M /themes/plusmag/wp_plusmag5/style.css
  M /themes/reposado/wp_reposado5/style.css
  M /themes/sixtyone/wp_sixtyone5/style.css
  M /themes/sophocles/wp_sophocles5/style.css
  M /themes/stereo/wp_stereo5/style.css
  M /themes/troy/wp_troy5/style.css
  M /themes/ultraseven/wp_ultraseven5/style.css
  M /themes/vidiho/wp_vidiho5/style.css

* Added id's to all snippets' fieldsets.
  M panel/snippets/archive.php
  M panel/snippets/buysellads.php
  M panel/snippets/color_scheme.php
  M panel/snippets/comments.php
  M panel/snippets/custom_background.php
  M panel/snippets/custom_css.php
  M panel/snippets/excerpt.php
  M panel/snippets/favicon.php
  M panel/snippets/featured_image_fullwidth.php
  M panel/snippets/featured_image_single.php
  M panel/snippets/feedburner.php
  M panel/snippets/footer_text.php
  M panel/snippets/google_analytics.php
  M panel/snippets/logo.php
  M panel/snippets/sample_content.php
  M panel/snippets/seo.php
  M panel/snippets/slider_cycle.php
  M panel/snippets/slider_cycle_internal.php
  M panel/snippets/slider_flexslider.php
  M panel/snippets/slider_flexslider_internal.php
  M panel/snippets/touch_favicon.php
  M panel/snippets/twitter_api.php

* Introduced ci_sanitize_hex_color()
  M panel/generic.php

* Fixed a bug in ci_sanitize_hex_color() where it wouldn't validate correctly if hex code was preppended by a hash
  M panel/generic.php

* Fixed a typo.
  M panel/generic.php

* Added a query parameter to ci_pagination() to paginate secondary loops.
  M panel/generic.php

* Added featured galleries (and they are awesome!).
* Added support for paginate_links.
* Removed wp-pagenavi from default recommended plugins.
  M panel/bootstrap.php
  M panel/ci_panel.php
  M panel/generic.php
  A panel/media_manager.php
  M panel/plugins.php
  A panel/post_meta.php
  M panel/scripts/media-manager-3.5.js
  A panel/snippets/pagination.php
  A panel/styles/post-edit-screens.css

* Made theme update notices show up along with the rest of the theme updates. Of course, auto-update is not possible.
  M panel/generic.php

* Fixed a typo.
  M panel/post_color_scheme.php

* Added functions for easier custom fields creation
  M panel/post_meta.php

* Fixed an issue where the media manager wouldn't load on panel pages.
  M panel/ci_panel.php

* Made featured_single_width and featured_single_height options filterable through ci_featured_single_width and ci_featured_single_height filters respectively.
  M panel/snippets/featured_image_single.php

* Fixed a reference to the Featured Gallery's random checkbox, that prevented the value to be read/written by the media manager.
  M panel/scripts/media-manager-3.5.js

* Introduced ci_prepare_metabox() and ci_can_save_meta()
  M panel/post_meta.php

* Fixed an issue where ci_can_save_meta() would throw a warning on new post creation.
  M panel/post_meta.php

* Introduced ci_sanitize_checkbox()
  M panel/generic.php

* Added 'esc_func' => 'esc_attr' in the default $params array of ci_metabox_input() in order to be able to properly escape text, and have the possibility to escape output value with any other function (e.g. esc_url() )
  M panel/post_meta.php

* Added extra array argument in most ci_metabox_* functions in order to override the wrapping <p> element.
  M panel/post_meta.php

* Changed ci_metabox_dropdown() so that the dropdown appears in the next line, after the label.
  M panel/post_meta.php

* Introduced ci_add_inline_js() ci_get_inline_js() and ci_print_inline_js() for including inline JS
  M panel/generic.php

* Added background-size support and options in header - body - footer custom backgrounds.
  M panel/snippets/custom_background.php

* Added a transparent ajax loader gif, 16x16
  A panel/img/ajax-loader-16x16.gif

* Fixed an issue in panel, where it was impossible for the panel to load if the Feedburner snippet wasn't loaded.
  M panel/bootstrap.php

* Brought panel up to date.
  M panel/img/logo.png
  M panel/panel.css

* Minor css changes for setting bottom margin on some sets of labels
  M panel/panel.css

* Styled <legend> in panel.
* Added rules for nested fieldset.set elements.
  M panel/panel.css

* Changed main area's width.
  M panel/panel.css

* Fixed radio buttons styles for WP < 3.8
  M panel/ci_panel.php

* Widened panel's text inputs, so that everything falls back into place (since panel was widened).
  M panel/panel.css

* Added experimental Customizer support.
  M panel/bootstrap.php
  A panel/customizer.php

* Fixed ci_translate_post_id() where it wouldn't return correct results if $lang wasn't defined.
* Moved WPML to the top of the preferred translation plugins.
  M panel/localization.php

* Removed top positioning of checkboxes nested under a p tag.
  M panel/panel.css

* Added pagination options
  M functions/tabs/display_options.php
  M functions.php

* Added styles just for socials ignited to keep the icons centred
* Added some extra generic widget styles
  M style.css

* Added <legend> tags to all snippet fieldsets.
  M panel/snippets/archive.php
  M panel/snippets/buysellads.php
  M panel/snippets/color_scheme.php
  M panel/snippets/comments.php
  M panel/snippets/custom_background.php
  M panel/snippets/custom_css.php
  M panel/snippets/excerpt.php
  M panel/snippets/favicon.php
  M panel/snippets/featured_image_fullwidth.php
  M panel/snippets/featured_image_single.php
  M panel/snippets/feedburner.php
  M panel/snippets/footer_text.php
  M panel/snippets/google_analytics.php
  M panel/snippets/logo.php
  M panel/snippets/pagination.php
  M panel/snippets/sample_content.php
  M panel/snippets/seo.php
  M panel/snippets/slider_cycle.php
  M panel/snippets/slider_cycle_internal.php
  M panel/snippets/slider_flexslider.php
  M panel/snippets/slider_flexslider_internal.php
  M panel/snippets/touch_favicon.php
  M panel/snippets/twitter_api.php

* Fixed an issue where ci_translate_post_id() would not return anything if a translation plugin was not installed.
  M panel/localization.php

* Added a filter in merge_wp_queries()
  M panel/generic.php

* Added support in custom fields functions ci_metabox_*() for default values.
  M panel/post_meta.php

* Introduced ci_get_template_part()
  M panel/generic.php

* Introduced get_child_or_parent_file_path()
  M panel/generic.php

* Refactored the localization functions.
* Fixed panel widgets to have better sanitization, be translatable and multilingual ready.
* Improved BuySellAds widget and snippet descriptions.
  M panel/localization.php
  M panel/snippets/buysellads.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_tweets.php

* Fixed a notice thrown due to a wrong parameter.
  M panel/localization.php

* Fixed some calls where selected() could be echoed twice.
  M panel/widgets/ci_widget_social.php

* Fixed an issue where all localization strings would get registered under a 'Panel' context.
  M panel/localization.php

* Fixed ci_the_month to properly accept the $format var
  M panel/generic.php

* Introduced ci_panel_terms_checklist() that displays the terms of a given taxonomy in a checklist.
  M panel/ci_panel.php
  M panel/panel.css

* Properly emptying the global $ci_glob_inline_js which handles inline scripts.
  M panel/generic.php

* Introduced ci_bind_metabox_to_page_template()
  M panel/post_meta.php

* Changed our automatic thumbnail getter to search for Hi-res thumbs first before defaulting to lower res.
  M panel/generic.php

* Made ci_get_video_thumbnail_url() a bit more resilient.
  M panel/generic.php

* Fixed an issue where ci_get_video_thumbnail_url() would incorrectly return URLs that 404'd
  M panel/generic.php

* Fixed an issue where the Flickr widget wouldn't save the user id.
  M panel/widgets/ci_widget_flickr.php

* Fixed ci_pagination so that it now takes into consideration $page as well as $paged.
  M panel/generic.php

* Fixed a typo where sanitize_term_field() was used instead of sanitize_text_field()
  M panel/widgets/ci_widget_ads125.php

* Added CSSIgniter settings link into admin bar.
  M panel/ci_panel.php

* Added 'suppress_filters' => true into the ci_featgal_get_attachments() function, so that WPML filters won't try to translate our specific IDs.
  M panel/media_manager.php

* Changed ci_panel_upload_image() to be a bit more extendable.
* Introduced helper function absint_or_empty($val)
  M panel/ci_panel.php
  M panel/generic.php

* Updated TGM-Plugin-Activation to v2.4.0
  M panel/libraries/class-tgm-plugin-activation.php

* Made ci_the_post_thumbnail() and ci_the_post_thumbnail_full() accept an array of parameters, in order to be able to disable the alignment.
  M panel/snippets/featured_image_fullwidth.php
  M panel/snippets/featured_image_single.php

* Fixed an issue where the Background option snippets would overflow their container.
  M panel/panel.css

* Introduced a new panel snippet, newsletter_hidden_fields
  A panel/snippets/newsletter_hidden_fields.php

* Added function ci_newsletter_hidden_fields() to easily print out the hidden fields of the newsletter forms.
  M panel/snippets/newsletter_hidden_fields.php

* Changed ci_newsletter_hidden_fields() so that it returns its results instead of echoing them.
  M panel/snippets/newsletter_hidden_fields.php

* Removed version-dependent code that was applicable in versions <= 3.7
* Removed jquery cycle-all script version 2.88 which was used in WP  Other. Right now it only includes an option to enable/disable the dashboard RSS widget.
  M functions/tabs/site_options.php

* Reversed the dashboard RSS widget, so that it's enabled by default on both existing and new installations.
* Now its value must be set explicitly to "off" to disable it from the option. The filter and white-label behaviours still apply.
  M panel/snippets/site_other.php
  M panel/widgets.php

* Added support for jQueryUI DatePicker localization.
* Introduced ci_localize_datepicker() and date_format_php_to_datepicker().
* You only need to call ci_localize_datepicker() once, right before the JS file using the datepicker is enqueued.
  M panel/ci_panel.php
  M panel/localization.php
  A panel/scripts/jquery.ui.datepicker.localize.js

* Visual panel changes
  M panel/ci_panel.php
  M panel/img/logo.png
  M panel/panel.css
  M panel/scripts/panelscripts.js

* Made the Like button and the theme's version number hide when the theme is white-labeled.
* Changed radio button and checkboxes so that the input is inside the label.
  M panel/ci_panel.php

* Fixed a video format gettext call, and made videos use the ci_meta_* function.
  M functions/post_types/post.php

* Added missing dashicons for various options (artists, discography, events, galleries, video, audio)
  M panel/panel.css

* Fixed the alignment of checkboxes and radio buttons with their respective labels.
  M panel/panel.css

* Fixed the damned issue were rewrite rules wouldn't get flushed on theme activation.
* This should result in a lot less "Refresh your permalinks" support answers!
  M panel/bootstrap.php

* Restyle the custom post formats UI to match the flat admin style
  M panel/styles/ci-post-formats.css

* Introduced ci_metabox_textarea()
  M panel/post_meta.php

* Fixed a spelling error in a comment.
  M panel/generic.php

* Fixed ci_bind_metabox_to_page_template() so that the second argument can be an array of template filenames.
* This way, a single metabox can be bound to multiple templates.
  M panel/post_meta.php

* Removed option that disables the Dashboard CSSIgniter RSS widget.
  M panel/snippets/site_other.php
  M panel/widgets.php

* Updated documentation link to new cssigniter.com/docs/ site.
  M functions/constants.php

  M panel/panel.css

  M panel/widgets.php

* Added the theme's selected color scheme, to the list of the default body classes.
  M panel/generic.php

* Replaced Fancybox v2.1.4 with v2.1.5 which includes retina support.
* Removed older fancybox version which was needed for pre-WP3.6
  D panel/scripts/fancybox
  D panel/scripts/fancybox-2.1.4
  A panel/scripts/fancybox-2.1.5 (from /themes/coastline/wp_coastline5/js/fancybox:6687)
  M panel/scripts/fancybox.php

* Added support for retina logo.
* Older themes need to disable it by returning false to the 'ci_retina_logo' filter.
  M panel/ci_panel.php
  A panel/scripts/retina.1.3.0.min.js
  M panel/snippets/logo.php

* Fixed an issue where the logo and hi-res logo would get mixed up.
* Fixed a wording.
  M panel/snippets/logo.php

* Fixed a bug in ci_sanitize_hex_color() where wrong results would get returned if a hashed color code was passed, but was asked to be returned unhashed.
  M panel/generic.php

* ADDED Personnel dash icon
  M panel/panel.css

* UPDATED fitVid.js to handle all oEmbed providers handled by WordPress. Also tabbed things properly.
  M panel/scripts/jquery.fitvid-1.0.js

* UPDATED fitVid.js to v1.1 carrying over the WP oEmbed providers.
  M panel/ci_panel.php
  D panel/scripts/jquery.fitvid-1.0.js
  A panel/scripts/jquery.fitvids.js

* UPDATED fitVids to load from panel.
* CHANGED fitVids handle from 'jquery-fitvid' to 'jquery-fitVids'
  M functions/scripts.php

* Removed the oEmbed providers from fitVids.js that are either irrelevant or fixable via CSS.
  M panel/scripts/jquery.fitvids.js

* Re-added instagram into fitVid.
  M panel/scripts/jquery.fitvids.js

* Re-added scribd into fitVid.
  M panel/scripts/jquery.fitvids.js

* Commit panel changes
  M panel/panel.css

* More dashicons added
  M panel/panel.css

* Replaced those "S" favicons with our logo.
  M panel/img/apple-touch-icon-114x114.png
  M panel/img/apple-touch-icon-72x72.png
  M panel/img/apple-touch-icon.png
  M panel/img/favicon.ico

* HIDPI screenshot
* Theme unit test
* Default gallery styles
* Fitvid on body
  M functions.php
  M js/ci_scripts.js
  M screenshot.png
  M style.css

* Removed panel pixel icons
  M panel/panel.css

* ADDED theme-depended classes on panel's wrapping div#ci_panel
  M panel/ci_panel.php

* IgnitionConf spefici panel styles
  M panel/panel.css

* Added "Advanced Options" panel icon
  M panel/panel.css

* Added dash icon
  M panel/panel.css

* MODIFY Minor radio alignment [issue #THEME-1 state:done]
  M panel/panel.css

* panel.css clean up [issue THEME-1]
  M panel/panel.css

* Some more comments in panel.css [issue #THEME-1]
  M panel/panel.css

* Some more comments in panel.css issue #THEME-1
  M panel/panel.css

* ADD New mobile breakpoint #THEMES-1
  M panel/panel.css

* Making sure we are styling just our tabs [#THEMES-1]
  M panel/panel.css

* fixed buttons width
  M panel/panel.css

* Updated lang files.
* Changed version to 1.3
  M lang/en_US.mo
  M lang/en_US.po
  M style.css

Get access to all WordPress themes & plugins

24/7 Support Included. Join 115,000+ satisfied customers.

Pricing & Sign Up

30-day money-back guarantee. Not satisfied? Your money back, no questions asked.

Back to top