Changeset 1978532
- Timestamp:
- 11/22/2018 02:26:20 AM (7 years ago)
- Location:
- healthy-site-seo
- Files:
-
- 10 added
- 3 edited
-
tags/1.5.1 (added)
-
tags/1.5.1/admin (added)
-
tags/1.5.1/admin/controllers (added)
-
tags/1.5.1/admin/controllers/healthysiteseo_controller.php (added)
-
tags/1.5.1/admin/pages (added)
-
tags/1.5.1/admin/pages/healthysiteseo_page.php (added)
-
tags/1.5.1/healthy-site-seo.php (added)
-
tags/1.5.1/includes (added)
-
tags/1.5.1/includes/plugin-activation.php (added)
-
tags/1.5.1/readme.txt (added)
-
trunk/healthy-site-seo.php (modified) (1 diff)
-
trunk/includes/plugin-activation.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
healthy-site-seo/trunk/healthy-site-seo.php
r1972676 r1978532 17 17 4) Activate the plugin. 18 18 19 Version: 1.5. 019 Version: 1.5.1 20 20 Author: TheOnlineHero - Tom Skroza 21 21 License: GPL2 -
healthy-site-seo/trunk/includes/plugin-activation.php
r857566 r1978532 1975 1975 * @since 2.2.0 1976 1976 */ 1977 public function before( ) {1977 public function before($title = '') { 1978 1978 1979 1979 /** We are currently in the plugin installation loop, so set to true */ … … 1997 1997 * @since 2.2.0 1998 1998 */ 1999 public function after( ) {1999 public function after($title = '') { 2000 2000 2001 2001 /** Close install strings */ -
healthy-site-seo/trunk/readme.txt
r1972676 r1978532 5 5 Requires at least: 3.3 6 6 Tested up to: 4.9.8 7 Stable tag: 1.5. 07 Stable tag: 1.5.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 35 35 36 36 == Changelog == 37 38 = 1.5.1 = 39 40 * Possible fix for bug with TGM_Plugin_Activation 37 41 38 42 = 1.5.0 = … … 74 78 == Upgrade notice == 75 79 80 = 1.5.1 = 81 82 * Possible fix for bug with TGM_Plugin_Activation 83 84 = 1.5.0 = 85 86 * Updated Recommendations list. 87 76 88 = 1.4.2 = 77 89
Note: See TracChangeset
for help on using the changeset viewer.