Plugin Directory

Changeset 3245218


Ignore:
Timestamp:
02/23/2025 02:35:20 PM (11 months ago)
Author:
andy_moyle
Message:

5.0.23

Location:
church-admin/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • church-admin/trunk/church-admin.php

    r3245212 r3245218  
    55Plugin URI: http://www.churchadminplugin.com/
    66Description: Manage church life with address book, schedule, classes, small groups, and advanced communication tools - bulk email and sms.
    7 Version: 5.0.22
     7Version: 5.0.23
    88Tags: sermons, sermons, prayer, membership, SMS, Bible, events, calendar, email, small groups, contact form, giving, administration, management, child protection, safeguarding
    99Author: Andy Moyle
     
    5151
    5252*/
    53 if(!defined('CHURCH_ADMIN_VERSION')){define('CHURCH_ADMIN_VERSION','5.0.22');}
     53if(!defined('CHURCH_ADMIN_VERSION')){define('CHURCH_ADMIN_VERSION','5.0.23');}
    5454
    5555define('CA_PAYPAL',"https://www.paypal.com/cgi-bin/webscr");
  • church-admin/trunk/display/sermon-podcast.php

    r3244407 r3245218  
    293293 {
    294294        global $wpdb,$podcastSettings;
     295        if(empty($exclude)){$exclude = array();}
    295296        if(!empty( $exclude) && !is_array( $exclude) )$exclude=explode(",",$exclude);
    296297
     
    303304            {
    304305
    305                 if(!empty( $detail->series_name)&&!in_array('seriesName',$exclude) )  {
     306                if(!empty( $detail->series_name) && !in_array('seriesName',$exclude) )  {
    306307                    $out.='<h2>'.esc_html(sprintf(__('%1$s series','church-admin' ) ,esc_html( $detail->series_name) ) ).'</h2>';
    307308                }
  • church-admin/trunk/readme.txt

    r3245212 r3245218  
    66Requires PHP: 7.0
    77Tested up to: 6.7
    8 Stable tag: 5.0.22
     8Stable tag: 5.0.23
    99Elementor tested up to: 3.25.0
    1010License: GNU General Public License (GPL) version 2
     
    6161
    6262== Changelog ==
     63= 5.0.23 =
     64* Fix podcast shortcode
    6365= 5.0.22 =
    6466* Fix media callback on main menue page
Note: See TracChangeset for help on using the changeset viewer.