Changeset 2573202
- Timestamp:
- 07/27/2021 01:44:31 PM (5 years ago)
- Location:
- connected-sermons
- Files:
-
- 3 edited
- 13 copied
-
tags/1.1.4 (copied) (copied from connected-sermons/trunk)
-
tags/1.1.4/Includes/shortcode-functions.php (copied) (copied from connected-sermons/trunk/Includes/shortcode-functions.php)
-
tags/1.1.4/Includes/template-functions.php (copied) (copied from connected-sermons/trunk/Includes/template-functions.php) (1 diff)
-
tags/1.1.4/Sermons/Taxonomies/Books.php (copied) (copied from connected-sermons/trunk/Sermons/Taxonomies/Books.php)
-
tags/1.1.4/Sermons/Taxonomies/Preachers.php (copied) (copied from connected-sermons/trunk/Sermons/Taxonomies/Preachers.php)
-
tags/1.1.4/Sermons/Taxonomies/Series.php (copied) (copied from connected-sermons/trunk/Sermons/Taxonomies/Series.php)
-
tags/1.1.4/Sermons/Taxonomies/Taxonomy.php (copied) (copied from connected-sermons/trunk/Sermons/Taxonomies/Taxonomy.php)
-
tags/1.1.4/Sermons/Taxonomies/Topics.php (copied) (copied from connected-sermons/trunk/Sermons/Taxonomies/Topics.php)
-
tags/1.1.4/cmb2 (copied) (copied from connected-sermons/trunk/cmb2)
-
tags/1.1.4/connected-sermons.php (copied) (copied from connected-sermons/trunk/connected-sermons.php) (1 diff)
-
tags/1.1.4/readme.txt (copied) (copied from connected-sermons/trunk/readme.txt) (2 diffs)
-
tags/1.1.4/views/partials/list-view.php (copied) (copied from connected-sermons/trunk/views/partials/list-view.php)
-
tags/1.1.4/views/partials/promo-column.php (copied) (copied from connected-sermons/trunk/views/partials/promo-column.php)
-
trunk/Includes/template-functions.php (modified) (1 diff)
-
trunk/connected-sermons.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
connected-sermons/tags/1.1.4/Includes/template-functions.php
r2573114 r2573202 228 228 function cacs_is_premium(): bool 229 229 { 230 return !\ChurchAgency\ConnectedSermons\cs_fs()->is_plan('Pro');230 return \ChurchAgency\ConnectedSermons\cs_fs()->is_plan('Pro'); 231 231 } 232 232 -
connected-sermons/tags/1.1.4/connected-sermons.php
r2573114 r2573202 5 5 * Plugin URI: https://church.agency/connected-sermons/ 6 6 * Description: Easily add audio and video sermons to your church's website. 7 * Version: 1.1. 37 * Version: 1.1.4 8 8 * Author: Church Agency 9 9 * Author URI: https://church.agency/ -
connected-sermons/tags/1.1.4/readme.txt
r2573114 r2573202 5 5 Tested up to: 5.7 6 6 Requires PHP: 7.2 7 Stable tag: 1.1. 37 Stable tag: 1.1.4 8 8 License: GPL-2.0+ 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.txt … … 80 80 81 81 ### 1.1.3 - July 27, 2021 ### 82 * Fix: Premium feature flag. 83 84 ### 1.1.3 - July 27, 2021 ### 82 85 * Fix: Updated newsletter signup. 83 86 -
connected-sermons/trunk/Includes/template-functions.php
r2573114 r2573202 228 228 function cacs_is_premium(): bool 229 229 { 230 return !\ChurchAgency\ConnectedSermons\cs_fs()->is_plan('Pro');230 return \ChurchAgency\ConnectedSermons\cs_fs()->is_plan('Pro'); 231 231 } 232 232 -
connected-sermons/trunk/connected-sermons.php
r2573114 r2573202 5 5 * Plugin URI: https://church.agency/connected-sermons/ 6 6 * Description: Easily add audio and video sermons to your church's website. 7 * Version: 1.1. 37 * Version: 1.1.4 8 8 * Author: Church Agency 9 9 * Author URI: https://church.agency/ -
connected-sermons/trunk/readme.txt
r2573114 r2573202 5 5 Tested up to: 5.7 6 6 Requires PHP: 7.2 7 Stable tag: 1.1. 37 Stable tag: 1.1.4 8 8 License: GPL-2.0+ 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.txt … … 80 80 81 81 ### 1.1.3 - July 27, 2021 ### 82 * Fix: Premium feature flag. 83 84 ### 1.1.3 - July 27, 2021 ### 82 85 * Fix: Updated newsletter signup. 83 86
Note: See TracChangeset
for help on using the changeset viewer.