Releases: churchthemes/church-theme-framework
Releases · churchthemes/church-theme-framework
1.4.2
Corrected textdomain
1.4.1
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
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
- Remove deprecated screen_icon() from Theme License page
- Make static Google Maps use valid HTML5
- Make Google Fonts use valid HTML5
1.3.3
- Updated FitVids.js to 1.1
1.3.2
1.3.1
- Fix license API call to use home_url() instead of site_url() - important
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
- 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
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".