Plugin Directory

Changeset 1925574


Ignore:
Timestamp:
08/16/2018 05:42:01 AM (8 years ago)
Author:
getmfy
Message:

bug fix

Location:
mfy
Files:
5 edited
4 copied

Legend:

Unmodified
Added
Removed
  • mfy/tags/1.0.2/classes/growth_tools_core_plugin.php

    r1924969 r1925574  
    1414    {
    1515        $this->plugin_slug = 'mfy_gravity';
    16         $this->version = '1.0.1';
     16        $this->version = '1.0.2';
    1717
    1818        $this->load_dependencies();
  • mfy/tags/1.0.2/classes/utilityclasses.php

    r1924961 r1925574  
    210210            return $postObject;
    211211        }
     212        return $postObject;
    212213    }
    213214
  • mfy/tags/1.0.2/index.php

    r1924969 r1925574  
    66 * Author URI:        https://mfy.im
    77 * License:           GPL-2.0+
    8  * Version:           1.0.1
     8 * Version:           1.0.2
    99 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
    1010 */
  • mfy/tags/1.0.2/readme.txt

    r1924970 r1925574  
    44Tested up to: 4.9.8
    55Requires PHP: 5.2
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.2
    77Tags: messenger marketing, content marketing, subscription box, chat plugin, email box, facebook chat widget, mfy, messengerify, mbox, mchat, optin box, facebook, messenger, live chat, mailchimp
    88License: GPLv2 or later
     
    7575
    7676== Changelog ==
     77= 1.0.2 =
     78Buf fixes
    7779= 1.0.1 =
    7880Adding screenshots
  • mfy/trunk/classes/growth_tools_core_plugin.php

    r1924969 r1925574  
    1414    {
    1515        $this->plugin_slug = 'mfy_gravity';
    16         $this->version = '1.0.1';
     16        $this->version = '1.0.2';
    1717
    1818        $this->load_dependencies();
  • mfy/trunk/classes/utilityclasses.php

    r1924961 r1925574  
    210210            return $postObject;
    211211        }
     212        return $postObject;
    212213    }
    213214
  • mfy/trunk/index.php

    r1924969 r1925574  
    66 * Author URI:        https://mfy.im
    77 * License:           GPL-2.0+
    8  * Version:           1.0.1
     8 * Version:           1.0.2
    99 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
    1010 */
  • mfy/trunk/readme.txt

    r1924970 r1925574  
    44Tested up to: 4.9.8
    55Requires PHP: 5.2
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.2
    77Tags: messenger marketing, content marketing, subscription box, chat plugin, email box, facebook chat widget, mfy, messengerify, mbox, mchat, optin box, facebook, messenger, live chat, mailchimp
    88License: GPLv2 or later
     
    7575
    7676== Changelog ==
     77= 1.0.2 =
     78Buf fixes
    7779= 1.0.1 =
    7880Adding screenshots
Note: See TracChangeset for help on using the changeset viewer.