Changeset 1742651
- Timestamp:
- 10/07/2017 11:52:47 PM (8 years ago)
- Location:
- sermon-library/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
white-harvest-sermons.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sermon-library/trunk/readme.txt
r1738720 r1742651 6 6 Tested up to: 4.8 7 7 Requires PHP: 5.4 8 Stable tag: 1.1. 08 Stable tag: 1.1.1 9 9 License: GPLv3 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 100 100 == Changelog == 101 101 102 = 1.1.1 = 103 * Register sermon permalinks during plugin activation 104 102 105 = 1.1.0 = 103 106 * New: Add ability to change slugs for sermons, books, series, and teachers -
sermon-library/trunk/white-harvest-sermons.php
r1738720 r1742651 4 4 Plugin URI: https://whiteharvest.net/plugins/sermon-library/ 5 5 Description: This plugin helps you sort, manage, and share your library of sermons. 6 Version: 1.1. 06 Version: 1.1.1 7 7 Author: Lee Blue 8 8 Author URI: https://whiteharvest.net … … 28 28 29 29 // Define constants 30 define('WH_SERMONS_VERSION_NUMBER', '1.1. 0');30 define('WH_SERMONS_VERSION_NUMBER', '1.1.1'); 31 31 define('WH_SERMONS_DEBUG', false); 32 32 … … 43 43 } 44 44 }); 45 46 register_activation_hook( __FILE__, function() { 47 set_transient('wh-sermons-flush-rewrite-rules', 'true'); 48 });
Note: See TracChangeset
for help on using the changeset viewer.