Changeset 1177800
- Timestamp:
- 06/09/2015 06:52:17 PM (11 years ago)
- Location:
- lti-sitemap/trunk
- Files:
-
- 2 edited
-
lti-sitemap.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lti-sitemap/trunk/lti-sitemap.php
r1174335 r1177800 7 7 * Plugin Name: LTI Sitemap 8 8 * Description: Hassle free XML Sitemaps: pick your featured content, let search engines do the rest! 9 * Version: 0.5. 09 * Version: 0.5.1 10 10 * Author: Linguistic Team International 11 11 * Author URI: http://dev.linguisticteam.org/ … … 43 43 define( 'LTI_SITEMAP_PLUGIN_DIR', $plugin_dir_path ); 44 44 define( 'LTI_SITEMAP_PLUGIN_BASENAME', plugin_basename( __FILE__ ) ); 45 define( 'LTI_SITEMAP_VERSION', '0.5. 0' );45 define( 'LTI_SITEMAP_VERSION', '0.5.1' ); 46 46 define( 'LTI_SITEMAP_NAME', 'lti-sitemap' ); 47 47 … … 51 51 register_deactivation_hook( __FILE__, array( 'Lti\Sitemap\LTI_Sitemap', 'deactivate' ) ); 52 52 53 add_filter( 'rewrite_rules_array', 'Lti\Sitemap\Activator::rewrite_rules_array', 1, 1 ); 53 54 $plugin = LTI_Sitemap::get_instance(); 54 55 $plugin->run(); -
lti-sitemap/trunk/readme.txt
r1174335 r1177800 4 4 Requires at least: 4 5 5 Tested up to: 4.2.2 6 Stable tag: 0.5. 06 Stable tag: 0.5.1 7 7 License: GNU General Public License, version 2 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 92 92 - 0.5.0 93 93 - First Version 94 - 0.5.1 95 - Bug fix: rewrite rules have to be initiated whenever the plugin loads, not just when it activates. 94 96 95 97 == Upgrade Notice ==
Note: See TracChangeset
for help on using the changeset viewer.