Changeset 1656983
- Timestamp:
- 05/14/2017 10:16:20 AM (9 years ago)
- Location:
- experience-builder/trunk
- Files:
-
- 3 edited
-
Readme.txt (modified) (3 diffs)
-
includes/controllers/class-monoloop-controller-auth.php (modified) (1 diff)
-
monoloop.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
experience-builder/trunk/Readme.txt
r1605245 r1656983 1 1 === Experience Builder === 2 Contributors: Monoloop Team2 Contributors: Monoloop 3 3 Donate link: http://www.monoloop.com/pricing 4 Tags: customer experience, personalization, experience management, experience manager, a/b testing, content marketing, omnichannel, marketing, marketing platform, experience builder, customer journey, optimization, individualization, one to one, 4 Tags: customer experience, personalization, experience management, experience manager, a/b testing, content marketing, omnichannel, marketing, marketing platform, experience builder, customer journey, optimization, individualization, one to one, 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.7 7 Stable tag: 1. 17 Stable tag: 1.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 78 78 == Changelog == 79 79 80 = 1.2 = 81 * Login bug fixed 82 80 83 = 1.1 = 81 * Preconfigured trackers for Category, Tags, Search82 * Full support http/https sites83 * Noti fications84 * Bug fixes84 * Tracker with predefined configure. 85 * Support http/https. 86 * Notice for first time signup. 87 * Fixed incorrect link issue. 85 88 86 89 = 1.0 = … … 102 105 103 106 107 104 108 <?php code(); // goes in backticks ?>` -
experience-builder/trunk/includes/controllers/class-monoloop-controller-auth.php
r1601923 r1656983 43 43 if($response['header_info']['http_code'] == 422){ 44 44 $errors = json_decode($response['content'],true); 45 update_option( 'ml_use_quick_start', true ); 45 46 foreach($errors as $error){ 46 47 if($error[0] == 'The email has already been taken.'){ -
experience-builder/trunk/monoloop.php
r1605275 r1656983 5 5 * Description: Build targeted customer journeys with full experience management capabilities. Real time profiling, segmentation, goals and advanced personalization. 6 6 * Tags: personalization, customer experience, experience management, a/b testing, content marketing 7 * Version: 1. 17 * Version: 1.2 8 8 * Author: Monoloop 9 9 * Author URI: http://www.monoloop.com … … 34 34 * Returns the main instance of Monoloop to prevent the need to use globals. 35 35 * 36 * @since 1. 0.036 * @since 1.2.0 37 37 * @return object Monoloop 38 38 */ 39 39 40 40 function Monoloop () { 41 $instance = Monoloop::instance( __FILE__, '1. 0.0' );41 $instance = Monoloop::instance( __FILE__, '1.2.0' ); 42 42 43 43 // Plugin Path
Note: See TracChangeset
for help on using the changeset viewer.