Plugin Directory

Changeset 2573202


Ignore:
Timestamp:
07/27/2021 01:44:31 PM (5 years ago)
Author:
oceas
Message:

Updated premium logic

Location:
connected-sermons
Files:
3 edited
13 copied

Legend:

Unmodified
Added
Removed
  • connected-sermons/tags/1.1.4/Includes/template-functions.php

    r2573114 r2573202  
    228228function cacs_is_premium(): bool
    229229{
    230     return ! \ChurchAgency\ConnectedSermons\cs_fs()->is_plan('Pro');
     230    return \ChurchAgency\ConnectedSermons\cs_fs()->is_plan('Pro');
    231231}
    232232
  • connected-sermons/tags/1.1.4/connected-sermons.php

    r2573114 r2573202  
    55 * Plugin URI: https://church.agency/connected-sermons/
    66 * Description: Easily add audio and video sermons to your church's website.
    7  * Version: 1.1.3
     7 * Version: 1.1.4
    88 * Author: Church Agency
    99 * Author URI: https://church.agency/
  • connected-sermons/tags/1.1.4/readme.txt

    r2573114 r2573202  
    55Tested up to: 5.7
    66Requires PHP: 7.2 
    7 Stable tag: 1.1.3
     7Stable tag: 1.1.4
    88License: GPL-2.0+
    99License URI: https://www.gnu.org/licenses/gpl-2.0.txt
     
    8080
    8181### 1.1.3 - July 27, 2021 ###
     82* Fix: Premium feature flag.
     83
     84### 1.1.3 - July 27, 2021 ###
    8285* Fix: Updated newsletter signup.
    8386
  • connected-sermons/trunk/Includes/template-functions.php

    r2573114 r2573202  
    228228function cacs_is_premium(): bool
    229229{
    230     return ! \ChurchAgency\ConnectedSermons\cs_fs()->is_plan('Pro');
     230    return \ChurchAgency\ConnectedSermons\cs_fs()->is_plan('Pro');
    231231}
    232232
  • connected-sermons/trunk/connected-sermons.php

    r2573114 r2573202  
    55 * Plugin URI: https://church.agency/connected-sermons/
    66 * Description: Easily add audio and video sermons to your church's website.
    7  * Version: 1.1.3
     7 * Version: 1.1.4
    88 * Author: Church Agency
    99 * Author URI: https://church.agency/
  • connected-sermons/trunk/readme.txt

    r2573114 r2573202  
    55Tested up to: 5.7
    66Requires PHP: 7.2 
    7 Stable tag: 1.1.3
     7Stable tag: 1.1.4
    88License: GPL-2.0+
    99License URI: https://www.gnu.org/licenses/gpl-2.0.txt
     
    8080
    8181### 1.1.3 - July 27, 2021 ###
     82* Fix: Premium feature flag.
     83
     84### 1.1.3 - July 27, 2021 ###
    8285* Fix: Updated newsletter signup.
    8386
Note: See TracChangeset for help on using the changeset viewer.