Skip to content

Releases: churchthemes/church-theme-framework

1.4.2

18 Dec 22:32
Compare
Choose a tag to compare

Corrected textdomain

1.4.1

18 Dec 20:34
Compare
Choose a tag to compare

WordPress 4.1 replaced the background image Customizer control. It no longer supports tabs, which is what this framework used to make "Preset" images available. Instead of extending that class, a new control class has been added to create an separate setting for background image presets.

  • Add CTFW_Customize_Background_Image_Presets_Control class
  • Add Add ctfw_unset_customization()
  • Add Add ctfw_customization_raw()
  • Add Add ctfw_update_customization()

1.4

16 Dec 17:56
Compare
Choose a tag to compare
1.4

Prepare for WordPress 4.1 and Church Theme Content 1.2

  • Add event ordering by new Church Theme Content datetime field in ctfw_get_events()
  • Make ctfw_get_events() backwards compatible with Church Theme Content before 1.2
  • Update ctfw-force-customizer-background to consider WordPress 4.1 removal of background image screen
  • Keep license notices from showing on Theme License page (redundant)
  • Improve license inactive/expiration notice wording
  • Improve Church Theme Content plugin notice
  • Adjust priority of CTC plugin notice and prevent similar notices from add-ons
  • Improve ctfw_site_path()
  • Improve ctfw_event_data() in preparation for new event fields
  • Add ctfw_print_array() dev helper

1.3.4

01 Oct 21:38
Compare
Choose a tag to compare
  • Remove deprecated screen_icon() from Theme License page
  • Make static Google Maps use valid HTML5
  • Make Google Fonts use valid HTML5

1.3.3

04 Aug 14:26
Compare
Choose a tag to compare
  • Updated FitVids.js to 1.1

1.3.2

05 Jun 19:09
Compare
Choose a tag to compare
  • Add theme support checks for EDD license features
  • Make ctfw_edd_license_config() handle argument better (fix for issue #5)

1.3.1

05 Jun 01:05
Compare
Choose a tag to compare
  • Fix license API call to use home_url() instead of site_url() - important

1.3

04 Jun 22:42
Compare
Choose a tag to compare
1.3
  • Improve auto-syncing of license data
  • Show license expiration date
  • Show expired and expiring soon notices
  • Improve notices in general
  • Add license renewal button
  • Provide more control via theme support over license features
  • Update EDD Software Licensing theme update class
  • Remove 'Protected:' and 'Private:' from breadcrumb
  • Remove trailing whitespace throughout
  • Check for multibyte functions in shortening before using (some hosts disable)
  • Prevent ctfw_address_one_line() from causing extra space before comma

1.2.3

16 May 19:32
Compare
Choose a tag to compare
  • Use tag name instead of tag slug in breadcrumb (ie. faith vs faith-2)
  • When no post type found, fall back on content type in breadcrumb

1.2.2

23 Apr 15:31
Compare
Choose a tag to compare

Added 'ctfw-replace-wp-text' feature for replacing core text strings. Example: A theme has limited space for "Email" on comment form, so "Adresse de contact" can be replaced with "Courriel".