-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
137 lines (124 loc) · 7.58 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
*** Calvary Changelog ***
2013.09.02 - version 1.3.3
* Fixing PHP 5.4 compatibility issue with responsive select menu by removing custom walker
* Added default option to responsive select menu to ensure all items can be chosen
2013.04.13 - version 1.3.2
* Added responsive CSS option (beta) in theme options
* Implemented the Unsemantic grid selectors for responsive CSS
* Rewrote force download script to be triggered via query var
* Force download script now prefers local paths over remote URLs
* Updated the Entry Views script to v0.2.3
* New query string trigger method for loading scheme.php without requiring wp-load.php
* Added wp.com to the $ALLOWED_SITES var in TimThumb to support JetPack's Photon CDN
* Now hiding the itunes:image element from the podcast RSS feed if no sermon artwork exists
* Fixed CSS selectors after the recent MEJS plugin update changed the player markup
* Now using the [mejsaudio] shortcode for better compatibility with JetPack
* Urban City: Fixed .hentry CSS bug causing a formatting problem when using shortcodes
* Style fixes and improvements
2013.01.23 - version 1.3.1
* Fixed CSS bug causing the MEJS audio player to be misaligned
* Fixed the script that updates the database tables when upgrading from a legacy version prior to v1.2
* Converted tabs to spaces in JavaScript files
* Updated the FlexSlider jQuery plugin to v2.1
* Added a new constant for storing the current theme version
2013.01.07 - version 1.3
* Fully tested to support WordPress 3.5
* Fixed the Logo Top Margin bug in Theme Options
* Fixed the Locations Embed Map bug that did not allow HTML
* Updates PressTrends script to v2.4
* Updated TimThumb script to v2.8.11
* Improvements to the custom Dashboard widgets
* Created a new podcast feed template for greater compatibility
* Dramatically improved the performance of the podcast feed by utilizing the WP Transients API
* Improvements to the download.php script
* Added integration support for the MediaElement.js HTML5 Video & Audio Player plugin
* Fixed bug in the includes used for excluding images in shortcodes
2012.07.20 - version 1.2.1
* Fixed bug with the hidden post_type field when filtering sermons
* Now flushing rewrite rules only on theme activation instead of using init
* Fixed bug where YouTube and Vimeo shortcode buttons would break tinyMCE on some installations
* Adding empty cache directory for TimThumb
* Added Google+ and LinkedIn to social footer, and broke up its parts into more robust functions
* Placed height limits on the sermon filter dropdown menus to accomodate larger lists
2012.07.06 - version 1.2
* Fully tested to support WordPress 3.4.1
* Migration script to prefix all post type names (fixes conflict with the Events Manager plugin)
* Added conditional to rename default locations archive slug to 'location' if Events Manager plugin is activated
* Updated all post type queries and associations to the new prefixed post types
* Added support for Custom Backgrounds
* New and improved download.php script tested for compatibility with all major browsers and numerous file types
* The sermon Video Embed Code field now accepts shortcodes, bringing support for services such as VideoPress
* Home page slider functionality now powered by Flexslider
* Slider now supports horizontal or vertical sliding as well as fading
* Major improvements to register/enqueue scripts to ensure maximum compatibility with other plugins
* Now using the jQuery package that's bundled with WordPress in noConflict mode
* Converted all scripts to work in noConflict mode
* Minified all bundled scripts
* New placeholder support script for legacy browsers
* New Theme Option to set how External Links are handled
* Introducing config.php for defining theme-specific constants
* Presstrends script update, only pulling parent data in case a child theme is in use
* Improvements to the Twitter Feed widget to properly enqueue the callback script
* Updated Reorder to v3.7 and added reorder_vars to properly display the theme folder name in reorder.js
* Updated the update.php script to the latest version, now without deprecated functions as of WordPress 3.4
* Added ini_set() functions to attempt to modify php.ini settings to handle larger media uploads
* Added upload buttons to allow uploading of video and documents directly when adding a new sermon
* Added new [posts] shortcode with a large number of accepted parameters for precise querying
* Added a new shortcode parameter to allow the exclusion of images on sermons, people and posts (images="hide")
* Numerous CSS tweaks and fixes
2012.05.10 - version 1.1.1
* Now serving fonts directly from the theme removing all Google Web Fonts @imports
* Added blank index.php files to enhance security and prevent indexing of images, fonts and CSS
2012.05.09 - version 1.1
* Podcast feed improvements and simplified output
* Improved function for retrieving the file size of remote files
* Download buttons in the Single Sermon view now force download instead of opening in the browser
* New and improved main.js to further prevent JavaScript conflicts with other plugins
* Added JavaScript to automatically open all external links in a new window/tab
* Consolidated the 960 grid CSS into style.css to avoid an unnecessary @import
* Improved scripts that hide the WordPress version from the public, enhancing security
* Improved the capturing of the post type during sermon filtering to fix an error occurring on some servers
* Updated TimThumb script to v2.8.10
* Updated PayPal widget to open transaction in a new window/tab
* Added support for PressTrends
* Updated jQuery to v1.7.2
* Added warning messages to all theme files to discourage direct editing and encourage Child Themes :)
2012.02.25 - version 1.0.9
* Fixed bug where Page Options would not display
* Fixed bug where YouTube shortcode button would not display
* Fixed bug where Vimeo shortcode button would not properly accept video ID
2012.02.22 - version 1.0.8
* Resized fonts in List Widgets
* Fixed ribbon height to expand vertically with long titles/taglines
* Added visibility control to slider
* Updated jQuery
* Properly enqueuing scripts and styles
* Added excerpt control to Sermons, People and Locations
* Fixed Featured Image bug
* Removed shorthand PHP from widgets.php
* Added security measure to hide WP version
* Updated Admin Bar controls
* Updated TimThumb script
* Limited Reorder functionality to Posts, Pages and ChurchThemes CPT only
* Updated Reorder script
2011.11.05 - version 1.0.2
* Added function to allow shortcodes in text widgets
* Improved CSS styles for list widgets when no results are found
* Fixed CSS bug with sermon search term input field
* Changed home.php to front-page.php for better template hierarchy outcomes
* Fixed CSS bug not allowing color change on slide taglines
* Fixed bug with Podcast Settings site URL
* Fixed bug with Podcast Feed not properly generating
* Fixed CSS bug with social icons on People Archives and Single view
* Fixed bug with shortcode data output not displaying inline with content
2011.10.06 - version 1.0.1
* Fixed CSS alignment bug in Firefox on wrapper3 element
* Fixed anchor bug on slides where titles were overlapping clickable area
* List Widget items that have no image are now a full 300px wide
* Fixed search form input bug in Firefox
* Added capability check to only show Dashboard Widgets to Admin users
* Fixed bug with People Archive settings not working properly (Title, Tagline, and Layout)
* Added meta option on Slides for disabling the Title/Tagline text
* Improved Top 10 Sermons Dashboard Widget styles
2011.09.15 - version 1.0
* First release!