Changeset 1925574
- Timestamp:
- 08/16/2018 05:42:01 AM (8 years ago)
- Location:
- mfy
- Files:
-
- 5 edited
- 4 copied
-
tags/1.0.2 (copied) (copied from mfy/trunk)
-
tags/1.0.2/classes/growth_tools_core_plugin.php (copied) (copied from mfy/trunk/classes/growth_tools_core_plugin.php) (1 diff)
-
tags/1.0.2/classes/utilityclasses.php (modified) (1 diff)
-
tags/1.0.2/index.php (copied) (copied from mfy/trunk/index.php) (1 diff)
-
tags/1.0.2/readme.txt (copied) (copied from mfy/trunk/readme.txt) (2 diffs)
-
trunk/classes/growth_tools_core_plugin.php (modified) (1 diff)
-
trunk/classes/utilityclasses.php (modified) (1 diff)
-
trunk/index.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mfy/tags/1.0.2/classes/growth_tools_core_plugin.php
r1924969 r1925574 14 14 { 15 15 $this->plugin_slug = 'mfy_gravity'; 16 $this->version = '1.0. 1';16 $this->version = '1.0.2'; 17 17 18 18 $this->load_dependencies(); -
mfy/tags/1.0.2/classes/utilityclasses.php
r1924961 r1925574 210 210 return $postObject; 211 211 } 212 return $postObject; 212 213 } 213 214 -
mfy/tags/1.0.2/index.php
r1924969 r1925574 6 6 * Author URI: https://mfy.im 7 7 * License: GPL-2.0+ 8 * Version: 1.0. 18 * Version: 1.0.2 9 9 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt 10 10 */ -
mfy/tags/1.0.2/readme.txt
r1924970 r1925574 4 4 Tested up to: 4.9.8 5 5 Requires PHP: 5.2 6 Stable tag: 1.0. 16 Stable tag: 1.0.2 7 7 Tags: messenger marketing, content marketing, subscription box, chat plugin, email box, facebook chat widget, mfy, messengerify, mbox, mchat, optin box, facebook, messenger, live chat, mailchimp 8 8 License: GPLv2 or later … … 75 75 76 76 == Changelog == 77 = 1.0.2 = 78 Buf fixes 77 79 = 1.0.1 = 78 80 Adding screenshots -
mfy/trunk/classes/growth_tools_core_plugin.php
r1924969 r1925574 14 14 { 15 15 $this->plugin_slug = 'mfy_gravity'; 16 $this->version = '1.0. 1';16 $this->version = '1.0.2'; 17 17 18 18 $this->load_dependencies(); -
mfy/trunk/classes/utilityclasses.php
r1924961 r1925574 210 210 return $postObject; 211 211 } 212 return $postObject; 212 213 } 213 214 -
mfy/trunk/index.php
r1924969 r1925574 6 6 * Author URI: https://mfy.im 7 7 * License: GPL-2.0+ 8 * Version: 1.0. 18 * Version: 1.0.2 9 9 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt 10 10 */ -
mfy/trunk/readme.txt
r1924970 r1925574 4 4 Tested up to: 4.9.8 5 5 Requires PHP: 5.2 6 Stable tag: 1.0. 16 Stable tag: 1.0.2 7 7 Tags: messenger marketing, content marketing, subscription box, chat plugin, email box, facebook chat widget, mfy, messengerify, mbox, mchat, optin box, facebook, messenger, live chat, mailchimp 8 8 License: GPLv2 or later … … 75 75 76 76 == Changelog == 77 = 1.0.2 = 78 Buf fixes 77 79 = 1.0.1 = 78 80 Adding screenshots
Note: See TracChangeset
for help on using the changeset viewer.