Skip to content

Releases: churchthemes/church-theme-framework

1.2.1

17 Apr 18:14
Compare
Choose a tag to compare

Sidebar/widget restrictions remove only on front-end (prevents Customizer "Add a Widget" JS error)

1.2

17 Apr 16:40
Compare
Choose a tag to compare
1.2

Support for live widget previews in the Customizer has been prepared to coincide with the release of WordPress 3.9.

  • Widget styling has been applied to the Customizer
  • The image uploader has been enabled (Slides and Highlights)
  • Dashicons have been applied where needed
  • Restrictions on which widgets/sidebars work with each other is enforced

1.1.4

29 Mar 19:02
Compare
Choose a tag to compare
  • Add various Customizer sanitization functions
  • Replace ctfw_current_protocol() with // for https:// and http://
  • Make static Google Maps images work on http or https
  • Removed Google Maps JS marker icon shadow (deprecated)

1.1.3

07 Mar 18:18
Compare
Choose a tag to compare
  • Filter gettext_with_context, ngettext, ngettext_with_context to use theme's translation (thank you @ajkreitman)

1.1.2

03 Mar 21:44
Compare
Choose a tag to compare
  • Make ctfw_directions_url() work with new and old Google Maps
  • Add 'ctfw-body-classes' feature for themes to support (.ctfw-is-ios)
  • Make ctfw_google_fonts_style_url() able to accept one font
  • Update SoundCloud responsiveness for new player (posts w/SoundCloud embed need resaved to show new player)

1.1.1

05 Feb 18:56
Compare
Choose a tag to compare

Fix issue with the_content() returning blank when no ctfw-non-content-shortcodes support. Thanks to @shellbot, issue #1

1.1

05 Feb 18:41
Compare
Choose a tag to compare
1.1
  • Correct mistaken use of site_url in place of home_url in helpers
  • Fix issue with ctfw_force_download_url incorrect on WordPress in subdirectory installs

1.0.9

21 Jan 00:26
Compare
Choose a tag to compare
  • Add function for generating Retina-ready Google Maps image - ctfw_google_map_image
  • Add function for getting first post of any type in manual order - ctfw_first_ordered_post
  • Make force 'Save As' use WP_Filesystem instead of readfile() to comply with Theme Check
  • Add check for file existence in download.php
  • Convert PHP line endings to UNIX (solve FTP upload corruption)

1.0.8

05 Dec 17:39
Compare
Choose a tag to compare

Compatibility and minor improvements/fixes.

  • Add margin for incompatible widget message for WordPress 3.8 new admin styling
  • Set suppress_filters false on get_posts to help with multilingual plugins
  • Use multibyte aware functions in ctfw_shorten() so languages like Russian work
  • Correct categories widget date order by (ID instead of nonexistent publish_date)
  • Link directly to http://browsehappy.com for old Internet Explorer
  • Update FitVids.js
  • Fix widget styling in admin area

1.0.7

23 Sep 19:32
Compare
Choose a tag to compare

Now compatible with PHP 5.2