Changeset 3245218
- Timestamp:
- 02/23/2025 02:35:20 PM (11 months ago)
- Location:
- church-admin/trunk
- Files:
-
- 3 edited
-
church-admin.php (modified) (2 diffs)
-
display/sermon-podcast.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
church-admin/trunk/church-admin.php
r3245212 r3245218 5 5 Plugin URI: http://www.churchadminplugin.com/ 6 6 Description: Manage church life with address book, schedule, classes, small groups, and advanced communication tools - bulk email and sms. 7 Version: 5.0.2 27 Version: 5.0.23 8 8 Tags: sermons, sermons, prayer, membership, SMS, Bible, events, calendar, email, small groups, contact form, giving, administration, management, child protection, safeguarding 9 9 Author: Andy Moyle … … 51 51 52 52 */ 53 if(!defined('CHURCH_ADMIN_VERSION')){define('CHURCH_ADMIN_VERSION','5.0.2 2');}53 if(!defined('CHURCH_ADMIN_VERSION')){define('CHURCH_ADMIN_VERSION','5.0.23');} 54 54 55 55 define('CA_PAYPAL',"https://www.paypal.com/cgi-bin/webscr"); -
church-admin/trunk/display/sermon-podcast.php
r3244407 r3245218 293 293 { 294 294 global $wpdb,$podcastSettings; 295 if(empty($exclude)){$exclude = array();} 295 296 if(!empty( $exclude) && !is_array( $exclude) )$exclude=explode(",",$exclude); 296 297 … … 303 304 { 304 305 305 if(!empty( $detail->series_name) &&!in_array('seriesName',$exclude) ) {306 if(!empty( $detail->series_name) && !in_array('seriesName',$exclude) ) { 306 307 $out.='<h2>'.esc_html(sprintf(__('%1$s series','church-admin' ) ,esc_html( $detail->series_name) ) ).'</h2>'; 307 308 } -
church-admin/trunk/readme.txt
r3245212 r3245218 6 6 Requires PHP: 7.0 7 7 Tested up to: 6.7 8 Stable tag: 5.0.2 28 Stable tag: 5.0.23 9 9 Elementor tested up to: 3.25.0 10 10 License: GNU General Public License (GPL) version 2 … … 61 61 62 62 == Changelog == 63 = 5.0.23 = 64 * Fix podcast shortcode 63 65 = 5.0.22 = 64 66 * Fix media callback on main menue page
Note: See TracChangeset
for help on using the changeset viewer.