Plugin Directory

Changeset 1742651


Ignore:
Timestamp:
10/07/2017 11:52:47 PM (8 years ago)
Author:
reality66
Message:

Update to version 1.1.1

Location:
sermon-library/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sermon-library/trunk/readme.txt

    r1738720 r1742651  
    66Tested up to: 4.8
    77Requires PHP: 5.4
    8 Stable tag: 1.1.0
     8Stable tag: 1.1.1
    99License: GPLv3 or later
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    100100== Changelog ==
    101101
     102= 1.1.1 =
     103* Register sermon permalinks during plugin activation
     104
    102105= 1.1.0 =
    103106* New: Add ability to change slugs for sermons, books, series, and teachers
  • sermon-library/trunk/white-harvest-sermons.php

    r1738720 r1742651  
    44Plugin URI: https://whiteharvest.net/plugins/sermon-library/
    55Description: This plugin helps you sort, manage, and share your library of sermons.
    6 Version: 1.1.0
     6Version: 1.1.1
    77Author: Lee Blue
    88Author URI: https://whiteharvest.net
     
    2828
    2929// Define constants
    30 define('WH_SERMONS_VERSION_NUMBER', '1.1.0');
     30define('WH_SERMONS_VERSION_NUMBER', '1.1.1');
    3131define('WH_SERMONS_DEBUG', false);
    3232
     
    4343    }
    4444});
     45
     46register_activation_hook( __FILE__, function() {
     47    set_transient('wh-sermons-flush-rewrite-rules', 'true');
     48});
Note: See TracChangeset for help on using the changeset viewer.