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

Changelog for Prayer – Legacy

Legend

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

2.1.2 - January 24, 2023

Compatibility: WordPress 6.1 — 6.5.2

----------------------------------------------------------------------------------------------
List of changes between prayer v2.1.1 and v2.1.2
----------------------------------------------------------------------------------------------

* FIXED: Panel issue where template bound metaboxes would not work in the block editor
  M panel/post_meta.php

* FIXED: Tweets widget would throw a notice when used inside the Block Widgets editor.
  M panel/widgets/ci_widget_tweets.php

* CHANGED: The classic widget editor is now loaded by default (i.e. the Block Widgets editor is disabled).
* ADDED: In Panel > Site Options > Other, added checkbox to enable the Block Widgets editor.
  M panel/snippets/site_other.php

* 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

* CHANGED: When resetting the panel settings, the panel defaults are now loaded later, by calling load_ci_defaults() inside the 'admin_menu' action, in ci_create_menu().
* FIXED: Warning would get thrown when resetting the panel settings.
  M panel/ci_panel.php

* FIXED: A warning would get thrown regarding the internal 'logox2_migrated' option.
  M panel/snippets/logo.php

* FIXED: Gettext warning regarding a string used in singular and plural versions.
  M panel/libraries/class-tgm-plugin-activation.php

* FIXED: Twitter libraries would throw deprecation warnings for PHP 8.x
  M panel/libraries/WP_OAuth.php
  M panel/libraries/wp_twitteroauth.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 functions/elementor/elementor.php
  M functions.php

* FIXED: Replaced aliased is_integer() with is_int()
  M panel/generic.php

* FIXED: Removed unnecessary php version check.
  M functions.php

* Updated language file.
  M lang/en_US.mo
  M lang/en_US.po

* CHANGED: Theme version to 2.1.2
  M style.css
  M style.min.css
  M style.scss

2.1.1 - March 28, 2022

Compatibility: WordPress 5.9.1+

----------------------------------------------------------------------------------------------
List of changes between prayer v2.1.0 and v2.1.1
----------------------------------------------------------------------------------------------

* FIXED: In panel, replaced deprecated jQuery .click() event handlers with .on('click').
  M panel/scripts/panelscripts.js
  M panel/snippets/newsletter_hidden_fields.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 was updated.
  M panel/generic.php

* FIXED: Conditional metaboxes wouldn't work in WP 5.7
  M panel/post_meta.php

* REMOVED: Removed compatibility handler for action hook 'after_open_body_tag'. User code should now hook into the native 'wp_body_open' action hook directly, introduced in WP 5.2
  M panel/default_hooks.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 functions/elementor/ci-theme-element.php
  M functions/elementor/ci-theme-events-element.php
  M functions/elementor/ci-theme-slider.php
  M functions/elementor/inc/ci-theme-element-posts-group-control.php

* Changed version to 2.1.1
* Updated language files.
  M lang/en_US.mo
  M lang/en_US.po
  M style.css
  M style.min.css
  M style.scss

2.1.0 - September 17, 2020

Compatibility: WordPress 5.5.0+

----------------------------------------------------------------------------------------------
List of changes between prayer v2.0.0 (rev. 25888) and v2.1.0 (rev. 30939)
----------------------------------------------------------------------------------------------

* FIXED: Also import customizer settings via One Click Demo Import.
  M functions.php

* FIXED: Eliminated usages of ci_get_image_src() from the panel (replaced with wp_get_attachment_image_url())
  M panel/media_manager.php

* FIXED: Logo input field styling.
  M panel/snippets/logo.php

* FIXED: Twitter widget would sometimes throw some notices in some installations.
  M panel/widgets/ci_widget_tweets.php

* ADDED: "Theme - About Me" widget now has a button to select the image instead of pasting it.
  M panel/ci_panel.php
  A panel/styles/widgets.css
  A panel/styles/widgets.scss
  M panel/widgets/ci_widget_about.php

* FIXED: Force term recount after import.
  M functions.php

* FIXED: Edge case where a warning would be thrown while saving options, on themes that don't support the "Limit logo size" option.
  M panel/snippets/logo.php

* FIXED: Removed unused variable assignment in function calls.
  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_tweets.php

* FIXED: Added translators' comments in panel widgets.
  M panel/widgets/ci_widget_ads125.php
  M panel/widgets/ci_widget_bsa.php
  M panel/widgets/ci_widget_flickr.php

* FIXED: Non-canonical links to CSSIgniter
  M panel/generic.php
  M panel/snippets/google_maps_api.php
  M panel/widgets.php

* FIXED: The theme's self update check now re-uses CSSIgniter Updater data if available.
  M panel/generic.php

* FIXED: Per-post color scheme dropdown shouldn't display minified files.
* FIXED: Refactored common code between per-post and panel's color schemes.
  M panel/post_color_scheme.php
  M panel/snippets/color_scheme.php

* FIXED: Unnecessary gettext calls for numbers.
  M functions/elementor/ci-theme-element.php

* FIXED: ci_metabox_textarea() would double-escape output.
* ADDED: Optional 'step' parameter in ci_metabox_input() for numeric inputs.
  M panel/post_meta.php

* REMOVED: Compatibility code for wp_body_open() in WordPress versions older than v5.2
  M panel/default_hooks.php

* ADDED: Advanced typography controls
  M css/inc/_ci-base.scss
  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
  A functions/class-fonts-list.php
  A functions/customizer
  A functions/customizer/class-ci-theme-customizer-css-generator.php
  A functions/customizer/controls
  A functions/customizer/controls/style.css
  A functions/customizer/controls/style.min.css
  A functions/customizer/controls/style.scss
  A functions/customizer/controls/typography
  A functions/customizer/controls/typography/_style.scss
  A functions/customizer/controls/typography/customizer.js
  A functions/customizer/controls/typography/typography.php
  A functions/customizer/generated-styles
  A functions/customizer/generated-styles/global.php
  A functions/customizer/generated-styles.php
  A functions/customizer/partial-callbacks.php
  A functions/customizer/preview
  A functions/customizer/preview/global.js
  A functions/customizer/preview/preview.js
  A functions/customizer/sections
  A functions/customizer/sections/global
  A functions/customizer/sections/global/typography.php
  M functions/customizer-styles.php
  M functions/customizer.php
  A functions/fonts.json
  M functions/styles.php
  M functions.php
  M style.css
  M style.min.css

* FIXED: Per-post color schemes wouldn't override the panel-selected value.
  M panel/post_color_scheme.php

* FIXED: Per-post color schemes would silently discard customizer-added colors.
  M panel/post_color_scheme.php

* ADDED: Menu typography control
  M css/inc/_ci-base.scss
  D css/typography-default.css
  D css/typography-default.min.css
  D css/typography-default.scss
  D css/typography-gfont.css
  D css/typography-gfont.min.css
  D css/typography-gfont.scss
  M functions/customizer/class-ci-theme-customizer-css-generator.php
  M functions/customizer/controls/typography/typography.php
  M functions/customizer/generated-styles/global.php
  M functions/customizer/generated-styles.php
  M functions/customizer/preview/global.js
  M functions/customizer/sections/global/typography.php
  M functions/fonts.json
  M functions/styles.php
  M functions.php
  M style.css
  M style.min.css

* FIXED: The "Semibold" font weight label would display 500 as the font weight number instead of the correct 600.
  M functions/class-fonts-list.php

* FIXED: Some wrong gettext domains.
* CHANGED: On theme activation, the redirection to panel now happens conditionally on the 'ci_theme_activated' action.
  M panel/bootstrap.php
  M panel/ci_panel.php

* ADDED: List of widgets is now filterable via 'ci_theme_load_widgets' before they are included.
  M panel/widgets.php

* FIXED: get_logo_class() would sometimes return 'imglogo' instead of 'textual'.
  M panel/generic.php

* CHANGED: Deprecated feedburner & buysellads tabs.
* ADDED: Default values for Customizer color options.
* ADDED: New content width for the fullwidth & builder page templates.
  M functions/customizer.php
  M functions/helpers.php
  M functions/tabs/buysellads_options.php
  M functions/tabs/feedburner_options.php

* CHANGED: Theme version 2.1.0
* UPDATED: Language files
  M lang/en_US.mo
  M lang/en_US.po
  M style.css
  M style.min.css
  M style.scss

2.0.0 - June 4, 2019

Compatibility: WordPress 5.2+

----------------------------------------------------------------------------------------------
List of changes between prayer v1.6.1 (rev. 23708) and v2.0.0 (rev. 25888)
----------------------------------------------------------------------------------------------

* CHANGED: Replaced usages of get_child_or_parent_file_uri() with the native alternative get_theme_file_uri()
  M panel/ci_panel.php
  M panel/scripts/fancybox.php
  M panel/snippets/favicon.php
  M panel/snippets/touch_favicon.php

* CHANGED: Replaced usages of get_child_or_parent_file_uri() with the native alternative get_theme_file_uri()
  M functions/scripts.php
  M functions/styles.php
  M functions/widgets/ci_widget_post_type.php

* CHANGED: Added deprecation notice to get_child_or_parent_file_uri(). All child themes are now encouraged to switch to get_theme_file_uri() instead.
  M panel/generic.php

* FIXED: Metaboxes bound to specific post formats, wouldn't appear on initial page load inside the new block editor.
  M panel/scripts/ci-post-formats.js

* CHANGED: Removed the deprecated (since WP 4.3) favicon and touch favicon functionality from the theme's panel, in favor of the native Site Icon option (Appearance > Customize > Site Identity > Site Icon).
  M functions/tabs/site_options.php

* REMOVED: Deleted snippets favicon.php and touch_favicon.php as they are not used any more.
  D panel/snippets/favicon.php
  D panel/snippets/touch_favicon.php

* FIXED: Added version numbers in panel's scripts/styles registrations so that they'll be properly invalidated when the theme updates.
  M panel/ci_panel.php
  M panel/generic.php
  M panel/post_color_scheme.php

* FIXED: Color Scheme panel option now won't list minified files, if they exist.
  M panel/snippets/color_scheme.php

* FIXED: Modernize Styles
* FIXED: Change Headings
* FIXED: Page, Section, Widget Titles
* FIXED: Flexslider styles
* REMOVED: Galleries Icons
  M 404.php
  A colors/blue.min.css
  M colors/default.css
  A colors/default.min.css
  A colors/green.min.css
  A colors/purple.min.css
  A colors/red.min.css
  A colors/silver.min.css
  M content-widget-cpt_events.php
  M content-widget.php
  A css/admin/jquery-ui-timepicker-addon.min.css
  A css/admin/post_edit_screens.min.css
  M css/bootstrap.css
  A css/bootstrap.min.css
  A css/flexslider.min.css
  A css/inc
  A css/inc/_ci-base.scss
  A css/inc/_comments.scss
  A css/inc/_externals.scss
  A css/inc/_footer.scss
  A css/inc/_header.scss
  A css/inc/_mediaqueries.scss
  A css/inc/_mobile.scss
  A css/inc/_modules.scss
  A css/inc/_navigation.scss
  A css/inc/_variables.scss
  A css/inc/_widgets.scss
  A css/inc/_wp-defaults.scss
  A css/jquery-ui.min.css
  M css/mediaqueries.css
  A css/mediaqueries.min.css
  M footer.php
  M functions/scripts.php
  M functions/sidebars.php
  M functions/widgets/ci_widget_events.php
  M header.php
  M index.php
  M js/scripts.js
  M loop-recent-sermons.php
  M page.php
  M search.php
  M single-cpt_events.php
  M single-cpt_sermon.php
  M single-gallery.php
  M single-personnel.php
  M single.php
  M style.css
  A style.min.css
  A style.scss
  M taxonomy-gallery-category.php
  M taxonomy-position.php
  M taxonomy-sermon-category.php
  M template-builder.php
  M template-contact.php
  M template-events-listing.php
  M template-frontpage.php
  M template-fullwidth.php
  M template-galleries-listing.php
  M template-personnel-listing.php
  M template-sermon-listing.php
  M template-sermons-alt.php

* FIXED: Improve submenu appearance speed
  M js/scripts.js

* REMOVED: Remove facebook like button from theme settings
  M panel/ci_panel.php

* FIXED: ci_fancyboxrel() now will not add rel="fancybox[]" to image links that already have a rel attribute.
  M panel/scripts/fancybox.php

* IMPROVED: Media queries are now part of the main stylesheet
* IMPROVED: Enqueue min versions for bootstrap and flexslider
* IMPROVED: Main Menu Fallback (To be reviewed)
* IMPROVED: Navigation Styles
  M css/inc/_mediaqueries.scss
  M css/inc/_modules.scss
  M css/inc/_navigation.scss
  D css/mediaqueries.css
  D css/mediaqueries.min.css
  M functions/styles.php
  M header.php
  M style.css
  M style.min.css

* FIXED: A regression would cause ci_fancyboxrel() to not close image links properly.
  M panel/scripts/fancybox.php

* REMOVED: Customized styling of Post formats' radio buttons, from the classic editor.
  M panel/ci_panel.php
  M panel/scripts/ci-post-formats.js
  D panel/styles/ci-post-formats.css

* ADDED: Introduced ci_theme_asset_version()
  M panel/generic.php

* CHANGED: All front-facing scripts and styles now utilize ci_theme_asset_version(). The theme version will be used (to aid cache busting) unless WP_DEBUG or SCRIPT_DEBUG are enabled.
  M panel/ci_panel.php
  M panel/generic.php
  M panel/post_color_scheme.php
  M panel/scripts/fancybox.php

* CHANGED: Panel's support link now reads "Support" (was "Support Forum") and links to the CSSIgniter support hub page. Whitelabel or child themes that have overridden the CI_FORUM constant will continue working as usual.
  M panel/ci_panel.php

* FIXED: Improved update notifications handling to work with both unprefixed and prefixed theme slugs (e.g. wp_theme5).
  M panel/generic.php

* ADDED: Compatibility function wp_body_open() for pre-5.2 installations.
* CHANGED: The theme's own 'after_open_body_tag' action is now hooked (for backward compatibility) to wp_body_open(). As it is now deprecated, it will trigger a user notice when WP_DEBUG is true.
* CHANGED: BuySellAds main script is now outputted on the 'wp_body_open' action.
  M panel/default_hooks.php
  M panel/snippets/buysellads.php

* CHANGED: Call to wp_body_open() right after the opening body tag, instead of firing the theme's older 'after_open_body_tag' action.
  M header.php

* FIXED: Widget CI 125x125 Ads would display checked=checked above checked checkboxes.
  M panel/widgets/ci_widget_ads125.php

* FIXED: All default panel's options (a.k.a. snippets) are now sanitized properly.
  M panel/ci_panel.php
  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/excerpt.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/google_maps_api.php
  M panel/snippets/logo.php
  M panel/snippets/newsletter_hidden_fields.php
  M panel/snippets/pagination.php
  M panel/snippets/site_other.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/twitter_api.php

* FIXED: Edge case were Custom CSS box would still show in the panel, instead of pointing to the native Customizer option.
  M panel/snippets/custom_css.php

* ADDED: Tags in single posts
* ADDED: Post/Page pagination
* ADDED: Customizer color options
* ADDED: Version numbers to scripts & styles
* FIXED: Minor styling issues
  M css/inc/_comments.scss
  M css/inc/_externals.scss
  M css/inc/_modules.scss
  M css/inc/_wp-defaults.scss
  A functions/customizer-styles.php
  A functions/customizer.php
  M functions/scripts.php
  M functions/styles.php
  M functions/template_hooks.php
  M functions/widgets/ci_widget_post_type.php
  M functions.php
  A js/customizer-preview.js
  M page.php
  M single.php
  M style.css
  M style.min.css
  M template-fullwidth.php

* CHANGED: Renamed all default widgets that had titles like '-= CI Widget Title =-' to 'Theme - Widget Title'
* FIXED: Modernized default widgets (formatting, sanitization, defaults).
* CHANGED: Default widgets that had their title internally stored as 'ci_title' have been changed to 'title', so that internationalization plugins can hook normally. Existing titles have been migrated.
  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: All panel's theme-specific options are now sanitized properly.
  M functions/tabs/buysellads_options.php
  M functions/tabs/color_options.php
  M functions/tabs/contact_options.php
  M functions/tabs/custom_css.php
  M functions/tabs/display_options.php
  M functions/tabs/event_options.php
  M functions/tabs/feedburner_options.php
  M functions/tabs/gallery_options.php
  M functions/tabs/google_options.php
  M functions/tabs/home_options.php
  M functions/tabs/personnel_options.php
  M functions/tabs/sermons_options.php
  M functions/tabs/site_options.php
  M functions/tabs/twitter_options.php

* ADDED: Themes can now show a limited-sized logo instead of relying on javascript (retinajs). Themes can declare support for this new functionality by calling `add_filter( 'limit_logo_size_support', '__return_true' );` right before `get_template_part('panel/bootstrap');`. Full backwards compatibility is provided, as long as the two logo files (normal and retina) exist and are readable.
* FIXED: Media Manager scripts were updated to a more contemporary approach, fixing some console errors in the process.
  M panel/ci_panel.php
  M panel/media_manager.php
  M panel/panel.css
  M panel/scripts/media-manager-3.5.js
  M panel/snippets/logo.php

* FIXED: Some missing asset versions.
  M functions/scripts.php
  M functions/styles.php
  M functions.php
  M js/superfish.js

* ADDED: Theme Elements
  M css/inc/_externals.scss
  A elementor
  A functions/elementor
  M functions/scripts.php
  M functions.php
  A js/ci-element-slider.js
  M style.css
  M style.min.css

* FIXED: Improved sanitization, escaping, formatting, etc, in post edit screen files.
* CHANGED: events_add_meta_boxes() renamed to ci_add_cpt_event_meta() for consistency.
* CHANGED: events_save_meta() renamed to ci_update_cpt_event_meta() for consistency.
* CHANGED: events_score_meta_box() renamed to ci_add_cpt_event_meta_box() for consistency.
* FIXED: Recurrent events now show recurrency string on event listing admin page.
* REMOVED: Stub personnel functions: ci_add_cpt_personnel_meta(), ci_update_cpt_personnel_meta() and ci_add_cpt_personnel_meta_box().
  M css/admin/post_edit_screens.css
  M functions/post_types/events.php
  M functions/post_types/gallery.php
  M functions/post_types/personnel.php
  M functions/post_types/sermon.php
  M functions/post_types/slider.php

* FIXED: Improved sanitization, escaping, formatting, etc, in template files.
* FIXED: Replaced usages of global $post->ID with get_the_ID().
* FIXED: Removed some unneeded checks.
* FIXED: wp_reset_postdata() is now called in the right places.
  M 404.php
  M comments.php
  M content-widget-cpt_events.php
  M content-widget.php
  M elementor/item-cpt_sermon.php
  M elementor/item-gallery.php
  M elementor/item.php
  M elementor/media-cpt_events.php
  M elementor/media-cpt_sermon.php
  M elementor/media.php
  M elementor/slider.php
  M footer.php
  M functions.php
  M header.php
  M index.php
  M loop-recent-sermons.php
  M loop-slider.php
  M page.php
  M part-mobile_bar.php
  M part-titles.php
  M search.php
  M searchform.php
  M sidebar.php
  M single-cpt_events.php
  M single-cpt_sermon.php
  M single-gallery.php
  M single-personnel.php
  M single.php
  M taxonomy-gallery-category.php
  M taxonomy-position.php
  M taxonomy-sermon-category.php
  M template-builder.php
  M template-contact.php
  M template-events-listing.php
  M template-frontpage.php
  M template-fullwidth.php
  M template-galleries-listing.php
  M template-personnel-listing.php
  M template-sermon-listing.php
  M template-sermons-alt.php

* ADDED: Events element for elementor
  M functions/elementor/ci-theme-element.php
  A functions/elementor/ci-theme-events-element.php
  M functions/elementor/elementor.php

* UPDATED: Rectangular image size
  A elementor/item-cpt_events.php
  M elementor/item.php
  M elementor/media-cpt_events.php
  M functions/elementor/ci-theme-element.php
  M functions/elementor/ci-theme-events-element.php
  M functions.php

* UPDATED: equalHeights.js to 1.5.1
  M functions/elementor/ci-theme-element.php
  M functions/scripts.php
  M js/jquery.equalheights.min.js

* FIXED: Refactored permalink titles on linked images.
* REMOVED: Title attribute on textual links to single posts.
* FIXED: Audio download button wouldn't behave correctly on all cases.
* FIXED: Anchors to audio and video tabs now don't have double trailing slashes.
* FIXED: Main menu now falls back to list pages if a menu isn't assigned.
* CHANGED: Simplified calls to wp_link_pages() for cleaner templates (args passed via filter).
  M content-widget-cpt_events.php
  M content-widget.php
  M elementor/item-cpt_events.php
  M elementor/item-cpt_sermon.php
  M elementor/item-gallery.php
  M elementor/item.php
  M elementor/media-cpt_events.php
  M elementor/media-cpt_sermon.php
  M elementor/media.php
  M footer.php
  M functions/nav_menus.php
  M functions/template_hooks.php
  M functions.php
  M header.php
  M index.php
  M loop-recent-sermons.php
  M page.php
  M search.php
  M single-personnel.php
  M single.php
  M taxonomy-position.php
  M taxonomy-sermon-category.php
  M template-fullwidth.php
  M template-personnel-listing.php
  M template-sermon-listing.php
  M template-sermons-alt.php

* FIXED: Avoid using global $post object for accessing the post id.
  M functions/elementor/ci-theme-events-element.php
  M functions/widgets/ci_widget_events.php
  M single-cpt_sermon.php

* ADDED: Refactored sermons' markup into a single place of reference, item-cpt_sermon.php and media-cpt_sermon.php
  M elementor/item-cpt_sermon.php
  M elementor/media-cpt_sermon.php
  M functions/elementor/ci-theme-element.php
  A item-cpt_sermon.php
  M loop-recent-sermons.php
  A media-cpt_sermon.php
  M taxonomy-sermon-category.php
  M template-sermon-listing.php
  M template-sermons-alt.php

* ADDED: Sermon tools markup now lives into part-sermon-tools.php
  M item-cpt_sermon.php
  M media-cpt_sermon.php
  A part-sermon-tools.php

* UPDATED: Update mobile navigation menu with mmenu (and upgrade version and looks)
* UPDATED: Replace superfish.js with plain CSS solution for the main navigation menu
* UPDATED: Remove jQuery UI dependency for sermon tabs and replace with custom CSS/JS solution
* FIXED: Main navigation menu now supports page navs
* UPDATED: Basic CSS and JavaScript cleanup
  M colors/default.css
  M colors/default.min.css
  M css/admin/post_edit_screens.min.css
  M css/inc/_mediaqueries.scss
  M css/inc/_mobile.scss
  M css/inc/_modules.scss
  M css/inc/_navigation.scss
  A css/mmenu.css
  A css/mmenu.min.css
  M functions/scripts.php
  M functions/styles.php
  A js/jquery.mmenu.all.min.js
  D js/jquery.mmenu.min.js
  M js/scripts.js
  D js/superfish.js
  M single-cpt_sermon.php
  M style.css
  M style.min.css

* ADDED: Introduced ci_theme_main_menu_fallback() as a generic main menu fallback.
  M panel/generic.php

* CHANGED: Main menu now uses ci_theme_main_menu_fallback() as fallback.
  M functions/nav_menus.php
  M header.php

* FIXED: Refactored Gallery and Event post type item files.
  M content-widget-cpt_events.php
  M content-widget.php
  M elementor/item-cpt_events.php
  M elementor/item-cpt_sermon.php
  M elementor/item-gallery.php
  M elementor/item.php
  M elementor/media-cpt_events.php
  M elementor/media.php
  M functions/elementor/ci-theme-events-element.php
  M functions/widgets/ci_widget_events.php
  M functions/widgets/ci_widget_recent_items.php
  M functions.php
  A item-cpt_events.php
  A item-gallery.php
  A media-cpt_events.php
  A part-list-cpt_events.php
  A part-list-nothumb-cpt_events.php
  M taxonomy-gallery-category.php
  M template-events-listing.php
  M template-galleries-listing.php

* FIXED: Refactored personnel item templates.
  D elementor/item-cpt_events.php
  D elementor/item-cpt_sermon.php
  D elementor/item-gallery.php
  M elementor/item.php
  D elementor/media-cpt_events.php
  D elementor/media-cpt_sermon.php
  M elementor/media.php
  M item-cpt_events.php
  M item-cpt_sermon.php
  M item-gallery.php
  A item-personnel.php
  A item.php
  M media-cpt_events.php
  A media-gallery.php
  A media-personnel.php
  A media.php
  M taxonomy-position.php
  M template-personnel-listing.php

* CHANGED: Removed custom comments markup in favor of the WordPress native one.
  D comment-form.php
  M comments.php
  D functions/comments.php
  M functions.php
  M page.php
  M single-cpt_events.php
  M single-cpt_sermon.php
  M single-personnel.php
  M single.php
  M template-fullwidth.php

* FIXED: Removed unused "Personnel columns" option from panel.
  M functions/tabs/personnel_options.php

* FIXED: A regression caused the excerpt cutoff text to not store the correct value upon saving the panel settings.
  M panel/snippets/excerpt.php

* UPDATED: Hide event thumbnail in upcoming events listings when it does not fit the content
* UPDATED: Restyled comments for HTML5 / native WP comment form
* UPDATED: Adjusted content styles
* UPDATED: Mobile navigation trigger is now part of the page (discarded mobile bar)
* REMOVED: Cleaned up and deleted irrelevant image files from the theme files
  M colors/default.min.css
  M comments.php
  M css/inc/_comments.scss
  M css/inc/_externals.scss
  M css/inc/_mediaqueries.scss
  M css/inc/_mobile.scss
  M css/inc/_modules.scss
  M css/inc/_navigation.scss
  M header.php
  D images
  D part-mobile_bar.php
  M style.css
  M style.min.css

* REPLACED: equalHeights with matchHeight
  M functions/elementor/ci-theme-element.php
  M functions/elementor/ci-theme-slider.php
  M functions/elementor/elementor.php
  M functions/scripts.php
  A js/ci-element-scripts.js
  D js/ci-element-slider.js
  A js/jquery.matchHeight-min.js
  M js/scripts.js

* ADDED: imagesLoaded
* FIXED: matchHeight now works on columned templates
  M functions/elementor/elementor.php
  M js/ci-element-scripts.js
  A js/imagesloaded.pkgd.min.js
  M js/scripts.js
  M single-gallery.php
  M template-galleries-listing.php
  M template-sermon-listing.php

* FIXED: Sanitized, escaped, formatted, etc, the Upcoming Events and Recent Items widgets.
  M functions/widgets/ci_widget_events.php
  M functions/widgets/ci_widget_recent_items.php

* FIXED: Sanitized, escaped, formatted, etc, the Post Type widget.
  M functions/widgets/ci_widget_post_type.php

* FIXED: Issue where Post Type widget would lose the selected post on the first save.
  M functions/widgets/ci_widget_post_type.php
  M js/admin/admin-widgets.js

* UPDATED: TGM Plugin Activation v2.6.1
  M panel/libraries/class-tgm-plugin-activation.php

* CHANGED: 'ci-front-scripts' dependencies are now grouped under the 'ci-theme-dependencies' script alias.
  M functions/post_types.php
  M functions/scripts.php

* FIXED: Moved event maps related inline javascript into scripts.js
  M js/scripts.js
  M single-cpt_events.php

* ADDED: Social icons customizer option and widget.
  M functions/customizer.php
  A functions/helpers.php
  M functions/sidebars.php
  A functions/template-tags.php
  A functions/widgets/socials.php
  M functions.php

* UPDATED: Upgrade FontAwesome to v5
* UPDATED: Restyle all widgets
* REMOVED: Remove redundant files
* UPDATED: Update header with a flex layout
* UPDATED: Improved post content styles
  A assets
  A assets/fontawesome
  A assets/fontawesome/css
  A assets/fontawesome/css/all.css
  A assets/fontawesome/css/all.min.css
  A assets/fontawesome/webfonts
  A assets/fontawesome/webfonts/fa-brands-400.eot
  A assets/fontawesome/webfonts/fa-brands-400.svg
  A assets/fontawesome/webfonts/fa-brands-400.ttf
  A assets/fontawesome/webfonts/fa-brands-400.woff
  A assets/fontawesome/webfonts/fa-brands-400.woff2
  A assets/fontawesome/webfonts/fa-regular-400.eot
  A assets/fontawesome/webfonts/fa-regular-400.svg
  A assets/fontawesome/webfonts/fa-regular-400.ttf
  A assets/fontawesome/webfonts/fa-regular-400.woff
  A assets/fontawesome/webfonts/fa-regular-400.woff2
  A assets/fontawesome/webfonts/fa-solid-900.eot
  A assets/fontawesome/webfonts/fa-solid-900.svg
  A assets/fontawesome/webfonts/fa-solid-900.ttf
  A assets/fontawesome/webfonts/fa-solid-900.woff
  A assets/fontawesome/webfonts/fa-solid-900.woff2
  D css/bootstrap.css
  M css/bootstrap.min.css
  A css/bootstrap.scss
  D css/flexslider.css
  M css/flexslider.min.css
  A css/flexslider.scss
  M css/inc/_ci-base.scss
  M css/inc/_comments.scss
  M css/inc/_header.scss
  A css/inc/_mixins.scss
  M css/inc/_modules.scss
  M css/inc/_navigation.scss
  M css/inc/_variables.scss
  M css/inc/_widgets.scss
  D css/jquery-ui-1.10.3.min.css
  D css/jquery-ui.css
  D css/jquery-ui.min.css
  M functions/styles.php
  M functions/widgets/ci_widget_recent_items.php
  M header.php
  M part-sermon-tools.php
  M searchform.php
  M single-cpt_sermon.php
  M style.css
  M style.min.css
  M style.scss

* FIXED: Reinstate lightbox on fullwidth page template
  A css/bootstrap.css
  A css/flexslider.css
  M css/inc/_ci-base.scss
  M css/inc/_modules.scss
  M css/inc/_widgets.scss
  M css/inc/_wp-defaults.scss
  M style.css
  M style.min.css
  M template-fullwidth.php

* UPDATED: jQuery UI styles v1.12.1
  A assets/jquery-ui
  A assets/jquery-ui/images
  A assets/jquery-ui/images/ui-icons_444444_256x240.png
  A assets/jquery-ui/images/ui-icons_555555_256x240.png
  A assets/jquery-ui/images/ui-icons_777620_256x240.png
  A assets/jquery-ui/images/ui-icons_777777_256x240.png
  A assets/jquery-ui/images/ui-icons_cc0000_256x240.png
  A assets/jquery-ui/images/ui-icons_ffffff_256x240.png
  A assets/jquery-ui/jquery-ui.css
  A assets/jquery-ui/jquery-ui.min.css
  A css/admin/jquery-ui.css
  M functions/post_types.php
  M functions/scripts.php
  M functions/styles.php

* UPDATED: Move to single column responsive template from an earlier breakpoint
  M 404.php
  A css/admin/jquery-ui.min.css
  M css/inc/_mediaqueries.scss
  M css/inc/_modules.scss
  M css/inc/_wp-defaults.scss
  M index.php
  M page.php
  M search.php
  M sidebar.php
  M single-cpt_events.php
  M single-cpt_sermon.php
  M single-personnel.php
  M single.php
  M style.css
  M style.min.css
  M taxonomy-position.php
  M taxonomy-sermon-category.php
  M template-contact.php
  M template-events-listing.php
  M template-personnel-listing.php
  M template-sermon-listing.php
  M template-sermons-alt.php

* UPDATED: Restyle event listing layout using Flexbox
  M css/inc/_modules.scss
  M style.css
  M style.min.css

* FIXED: Moved "Show events map" panel option into the "Single Events" group, as it only affects single events.
  M functions/tabs/event_options.php

* FIXED: Some margin-specific classes would sometimes get overridden, affecting the panel's layout.
  M panel/panel.css

* FIXED: Removed   from output of the Archive widget.
  M functions/overrides.php

* UPDATED: Update responsive layout on single/listings
* UPDATED: Update listing thumb sizes to 16:9
  M css/inc/_modules.scss
  M functions.php
  M single-gallery.php
  M style.css
  M style.min.css
  M template-galleries-listing.php
  M template-sermon-listing.php

* CHANGED: As soon as a theme declares support for the native WordPress 'custom-background', the related options are migrated to the customizer.
  M panel/snippets/custom_background.php

* CHANGED: Widgets and Elementor now inherit the content-widget-* templates
  A content-widget-cpt_sermon.php
  A content-widget-gallery.php
  A content-widget-personnel.php
  M content-widget.php
  A elementor/content-widget.php
  D elementor/media.php
  M functions/elementor/ci-theme-element.php
  M header.php
  M index.php
  M media-cpt_events.php
  M media-cpt_sermon.php
  M media-gallery.php
  M media-personnel.php
  M media.php

* FIXED: Refactored "events in new window" attribute output into its own, sanitized function, ci_theme_event_new_win_attr()
  M content-widget-cpt_events.php
  M functions/template-tags.php
  M item-cpt_events.php
  M media-cpt_events.php
  M part-list-cpt_events.php
  M part-list-nothumb-cpt_events.php

* UPDATED: Update all post type listing responsive view to single column
* UPDATED: Update layout styles for sidebar CPT widgets and Elementor template
  M content-widget-cpt_events.php
  M content-widget-cpt_sermon.php
  M content-widget-gallery.php
  M content-widget-personnel.php
  M content-widget.php
  M css/inc/_mediaqueries.scss
  M css/inc/_modules.scss
  M functions/elementor/ci-theme-element.php
  M style.css
  M style.min.css

* CHANGED: Recent Items widget - removed slider items and elementor's "My templates" post types from selectable list.
* CHANGED: Post Type widget - removed elementor's "My templates" post type from selectable list.
* FIXED: Post Type widget - slider items now redirect to their specific url, if any.
  M functions/widgets/ci_widget_post_type.php
  M functions/widgets/ci_widget_recent_items.php

* UPDATED: Update all predefined color schemes
  A colors/_base.scss
  M colors/blue.css
  M colors/blue.min.css
  A colors/blue.scss
  M colors/default.css
  M colors/default.min.css
  A colors/default.scss
  M colors/green.css
  M colors/green.min.css
  A colors/green.scss
  M colors/purple.css
  M colors/purple.min.css
  A colors/purple.scss
  M colors/red.css
  M colors/red.min.css
  A colors/red.scss
  M colors/silver.css
  M colors/silver.min.css
  A colors/silver.scss
  M css/inc/_modules.scss
  M css/inc/_widgets.scss
  M style.css
  M style.min.css

* UPDATED: Language Files
* CHANGED: Theme version to 2.0.0
  M lang/en_US.mo
  M lang/en_US.po
  M style.css
  M style.min.css
  M style.scss

1.6.1 - December 6, 2018

Compatibility: WordPress 4.9+

----------------------------------------------------------------------------------------------
List of changes between prayer v1.6 (rev. 22116) and v1.6.1 (rev. 23708)
----------------------------------------------------------------------------------------------

* FIXED: an issue where single gallery items would overflow the grid's width
  M style.css

* ADDED: Add styles for Gutenberg
  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/styles.php
  M functions.php
  A ignitefile.js

* 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

* UPDATED: Post format metaboxes now work in gutenberg
  M panel/scripts/ci-post-formats.js

* REMOVED: Outdated, duplicate copy of font-awesome.
* FIXED: Theme now uses panel's copy of font-awesome, v4.7.0, instead of the duplicate outdated copy.
* CHANGED: Active Font Awesome style handle changed from 'ci-fontawesome' to 'font-awesome'.
  D css/font-awesome.css
  D fonts
  M functions/styles.php

* CHANGED: theme version to 1.6.1
  M lang/en_US.mo
  M lang/en_US.po
  M style.css

1.6 - June 22, 2018

Compatibility: WordPress 4.8+

----------------------------------------------------------------------------------------------
List of changes between prayer v1.5.3 (rev. 18496) and v1.6 (rev. 22116)
----------------------------------------------------------------------------------------------

* 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.
* CHANGED: Styles 'google-font', 'ci-bootstrap', 'ci-fontawesome', 'ci-flexslider' are now dependencies of 'ci-style'.
  M functions/styles.php

* FIXED: Theme update notification is now styled as a WordPress notice.
  M panel/ci_panel.php

* ADDED: Support for One Click Demo Import.
  M functions.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

* FIXED: Added lang file header so that Poedit will recognise "translators:" comments.
  M lang/en_US.po

* CHANGED: Custom CSS is now migrated to the native customizer option automatically. The existing panel option will keep working for WP installations = 7.2.x
  M panel/generic.php

* removed obsolete sample content section
* updated language files
* changed version to 1.6
  M functions/tabs/site_options.php
  M lang/en_US.mo
  M lang/en_US.po
  M style.css

1.5.3 - June 6, 2017

Compatibility: WordPress 4.6+

----------------------------------------------------------------------------------------------
List of changes between prayer v1.5.2 (rev. 16098) and v1.5.3 (rev. 18496)
----------------------------------------------------------------------------------------------

* ADDED: HTML5 support for galleries & related styling
  M functions.php
  M style.css

* ADDED: Styling for WP Instagram Widget
  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

* FIXED: Minor styling changes
  M style.css

* Changed version to 1.5.3
  M style.css

1.5.2 - October 3, 2016

Compatibility: WordPress 4.5+

----------------------------------------------------------------------------------------------
List of changes between prayer v1.5.1 (rev. 15865) and v1.5.2 (rev. 16098)
----------------------------------------------------------------------------------------------

* FIXED: Fix slide title display when the slider has "slide" effect instead of "fade"
  M style.css

* 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

* Changed version to 1.5.2
  M style.css

1.5.1 - September 29, 2016

Compatibility: WordPress 4.5+

----------------------------------------------------------------------------------------------
List of changes between prayer v1.5 (rev. 15001) and v1.5.1 (rev. 15865)
----------------------------------------------------------------------------------------------

* ADDED: Sample content URL is not filterable through the 'ci_theme_sample_content_url' filter.
  M panel/snippets/sample_content.php

* FIXED: GMapsLatLonPicker would break the admin JS, when the Maps API was not loaded.
  M js/admin/jquery-gmaps-latlon-picker.js

* ADDED: Page builder template
  A template-builder.php

* Changed version to 1.5.1
  M style.css

1.5 - July 7, 2016

Compatibility: WordPress 4.4+

----------------------------------------------------------------------------------------------
List of changes between prayer v1.4 (rev. 12019) and v1.5 (rev. 15001)
----------------------------------------------------------------------------------------------

* 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
* FIXED: Changed all calls to the now removed ci_title() and/or ci_e_title() functions, with appropriate code.
  M functions.php
  M part-mobile_bar.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.
  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

* FIXED: Upcoming events are now sorted both by the event date and time. Requires WP >= 4.2.
  M functions/widgets/ci_widget_events.php
  M functions/widgets/ci_widget_recent_items.php
  M template-events-listing.php

* 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: Map in the contact template correctly checks if it's turned off or not
  M template-contact.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.5
  M lang/en_US.mo
  M lang/en_US.po
  M style.css

1.4 - August 24, 2015

Compatibility: WordPress 4.4+

----------------------------------------------------------------------------------------------
List of changes between prayer v1.3.1 (rev. 10621) and v1.4 (rev. 12019)
----------------------------------------------------------------------------------------------

* 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

* 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

* 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

* 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

* FIXED: Date-time separators in single events would be visible even if no time(s) were defined.
  M single-cpt_events.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_post_type.php
  M functions/widgets/ci_widget_recent_items.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.4
  M lang/en_US.mo
  M lang/en_US.po
  M style.css

1.3.1 - May 12, 2015

Compatibility: WordPress 4.1+

----------------------------------------------------------------------------------------------
List of changes between prayer v1.3 (rev. 10423) and v1.3.1 (rev. 10621)
----------------------------------------------------------------------------------------------

* FIXED: Fixed homepage sidebar to be 4 columns when widgetized homepage is disabled.
  M template-frontpage.php

* Changed version to 1.3.1
  M style.css

1.3 - May 7, 2015

Compatibility: WordPress 4.1+

------------------------------------------------------------------------------
List of changes between prayer v1.2 (rev. 7944) and v1.3 (rev. 10423)
------------------------------------------------------------------------------

* FIXED: Fixed a gettext issue in the Twitter widget.
  M panel/widgets/ci_widget_tweets.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: Downloads handler now accepts more safe paths via the 'ci_downloads_handler_safe_path' filter.
  M functions/downloads_handler.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

* FIXED: Made widget scripts load on the customizer too.
  M functions/scripts.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 content-widget.php
  M index.php
  M loop-recent-sermons.php
  M single-cpt_sermon.php
  M single.php
  M taxonomy-sermon-category.php
  M template-sermon-listing.php
  M template-sermons-alt.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: Proper translation / handling of the  "%d results found." message in search results.
  M search.php

* FIXED: Added wp_enqueue_media() call before ci_enqueue_media_manager_scripts().
  M functions/post_types.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

* FIXED: Replaced all calls to post_custom() and get_post_custom() with get_post_meta(). This fixes some installations that "Array" was echoed instead of the proper values.
  M loop-recent-sermons.php
  M loop-slider.php
  M single-cpt_events.php
  M single-cpt_sermon.php
  M taxonomy-sermon-category.php
  M template-sermon-listing.php
  M template-sermons-alt.php

* FIXED: Improved taxonomies' labels.
* FIXED: Taxonomies' slugs are now translatable (i.e. changeable via language files).
  M functions/post_types.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 an issue where the event listing text would hide if it was too long.
  M style.css

* Added overflow ellipsis on longer event listing titles.
  M style.css

* 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

* FIXED: Made custom post type slugs (and archive slugs if applicable) translatable. Users can now change the default slugs by “translating” them into english, and also translate them for other languages.
  M functions/post_types/events.php
  M functions/post_types/gallery.php
  M functions/post_types/personnel.php
  M functions/post_types/sermon.php
  M functions/post_types/slider.php

* FIXED: “Recent Sermons” label would be displayed in the front page, even if no sermons were displayed.
  M loop-recent-sermons.php

* 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: Properly escaped URLs passed through add_query_arg() and/or remove_query_arg()
  M loop-recent-sermons.php
  M single-cpt_sermon.php
  M taxonomy-sermon-category.php
  M template-sermon-listing.php
  M template-sermons-alt.php

* FIXED: Removed CSSIgniter link from default footer text.
  M functions/template_hooks.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)

* CHANGED: Script handle ’ci-google-maps-api-3’ is now consistently renamed to ‘google-maps’
* FIXED: Google maps related JS code now fails gracefully if the API isn’t loaded.
* CHANGED: Google maps API options are now loaded from the panel snippet.
  M functions/scripts.php
  M functions/tabs/google_options.php
  M js/scripts.js
  M single-cpt_events.php

* 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.3
  M lang/en_US.mo
  M lang/en_US.po
  M style.css

1.2 - September 3, 2014

Compatibility: WordPress 3.8+

------------------------------------------------------------------------------
List of changes between prayer v1.1 (rev. 7288) and v1.2 (rev. 7944)
------------------------------------------------------------------------------

* 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: Pagination didn't work in Galleries and Personnel page templates.
  M template-galleries-listing.php
  M template-personnel-listing.php

* Tabbed things properly.
  M content-widget-cpt_events.php
  M footer.php
  M functions/comments.php
  M functions/downloads_handler.php
  M functions/nav_menus.php
  M functions/post_types/events.php
  M functions/post_types/gallery.php
  M functions/post_types/personnel.php
  M functions/post_types/sermon.php
  M functions/post_types/slider.php
  M functions/post_types.php
  M functions/scripts.php
  M functions/sidebars.php
  M functions/styles.php
  M functions/tabs/color_options.php
  M functions/tabs/contact_options.php
  M functions/tabs/custom_css.php
  M functions/tabs/display_options.php
  M functions/tabs/event_options.php
  M functions/tabs/feedburner_options.php
  M functions/tabs/gallery_options.php
  M functions/tabs/google_options.php
  M functions/tabs/home_options.php
  M functions/tabs/personnel_options.php
  M functions/tabs/sermons_options.php
  M functions/tabs/site_options.php
  M functions/tabs/twitter_options.php
  M functions/template_hooks.php
  M functions/widgets/ci_widget_events.php
  M functions/widgets/ci_widget_post_type.php
  M functions/widgets/ci_widget_recent_items.php
  M header.php
  M index.php
  M loop-recent-sermons.php
  M loop-slider.php
  M page.php
  M part-mobile_bar.php
  M part-titles.php
  M search.php
  M sidebar.php
  M single-cpt_events.php
  M single-cpt_sermon.php
  M single-gallery.php
  M single-personnel.php
  M single.php
  M taxonomy-gallery-category.php
  M taxonomy-position.php
  M taxonomy-sermon-category.php
  M template-contact.php
  M template-events-listing.php
  M template-frontpage.php
  M template-fullwidth.php
  M template-sermon-listing.php
  M template-sermons-alt.php

* Updated lang files.
* Changed version to 1.2
  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