Plugin Directory

Changeset 1978532


Ignore:
Timestamp:
11/22/2018 02:26:20 AM (7 years ago)
Author:
MMDeveloper
Message:

Possible fix for TGM_Plugin_Activation

Location:
healthy-site-seo
Files:
10 added
3 edited

Legend:

Unmodified
Added
Removed
  • healthy-site-seo/trunk/healthy-site-seo.php

    r1972676 r1978532  
    17174) Activate the plugin.
    1818
    19 Version: 1.5.0
     19Version: 1.5.1
    2020Author: TheOnlineHero - Tom Skroza
    2121License: GPL2
  • healthy-site-seo/trunk/includes/plugin-activation.php

    r857566 r1978532  
    19751975             * @since 2.2.0
    19761976             */
    1977             public function before() {
     1977            public function before($title = '') {
    19781978
    19791979                /** We are currently in the plugin installation loop, so set to true */
     
    19971997             * @since 2.2.0
    19981998             */
    1999             public function after() {
     1999            public function after($title = '') {
    20002000
    20012001                /** Close install strings */
  • healthy-site-seo/trunk/readme.txt

    r1972676 r1978532  
    55Requires at least: 3.3
    66Tested up to: 4.9.8
    7 Stable tag: 1.5.0
     7Stable tag: 1.5.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3535
    3636== Changelog ==
     37
     38= 1.5.1 =
     39
     40* Possible fix for bug with TGM_Plugin_Activation
    3741
    3842= 1.5.0 =
     
    7478== Upgrade notice ==
    7579
     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
    7688= 1.4.2 =
    7789
Note: See TracChangeset for help on using the changeset viewer.