Plugin Directory

Changeset 1656983


Ignore:
Timestamp:
05/14/2017 10:16:20 AM (9 years ago)
Author:
monoloop
Message:

Login issue fixed

Location:
experience-builder/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • experience-builder/trunk/Readme.txt

    r1605245 r1656983  
    11=== Experience Builder ===
    2 Contributors: Monoloop Team
     2Contributors: Monoloop
    33Donate 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, 
     4Tags: 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,
    55Requires at least: 3.0.1
    66Tested up to: 4.7
    7 Stable tag: 1.1
     7Stable tag: 1.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7878== Changelog ==
    7979
     80= 1.2 =
     81* Login bug fixed
     82
    8083= 1.1 =
    81 * Preconfigured trackers for Category, Tags, Search
    82 * Full support http/https sites
    83 * Notifications
    84 * Bug fixes
     84* Tracker with predefined configure.
     85* Support http/https.
     86* Notice for first time signup.
     87* Fixed incorrect link issue.
    8588
    8689= 1.0 =
     
    102105
    103106
     107
    104108<?php code(); // goes in backticks ?>`
  • experience-builder/trunk/includes/controllers/class-monoloop-controller-auth.php

    r1601923 r1656983  
    4343            if($response['header_info']['http_code'] == 422){
    4444                $errors = json_decode($response['content'],true);
     45                update_option( 'ml_use_quick_start', true );
    4546                foreach($errors as $error){
    4647                    if($error[0] == 'The email has already been taken.'){
  • experience-builder/trunk/monoloop.php

    r1605275 r1656983  
    55 * Description: Build targeted customer journeys with full experience management capabilities. Real time profiling, segmentation, goals and advanced personalization.
    66 * Tags: personalization, customer experience, experience management, a/b testing, content marketing
    7  * Version: 1.1
     7 * Version: 1.2
    88 * Author: Monoloop
    99 * Author URI: http://www.monoloop.com
     
    3434 * Returns the main instance of Monoloop to prevent the need to use globals.
    3535 *
    36  * @since  1.0.0
     36 * @since  1.2.0
    3737 * @return object Monoloop
    3838 */
    3939
    4040function Monoloop () {
    41     $instance = Monoloop::instance( __FILE__, '1.0.0' );
     41    $instance = Monoloop::instance( __FILE__, '1.2.0' );
    4242
    4343    // Plugin Path
Note: See TracChangeset for help on using the changeset viewer.