Plugin Directory

Changeset 2906193


Ignore:
Timestamp:
04/29/2023 11:10:43 PM (3 years ago)
Author:
roofboard
Message:

Update trunk to v1.1.2

Location:
magic-login-api/trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • magic-login-api/trunk/lib/core.php

    r2767204 r2906193  
    2727                    'slug'           => 'magic-login-api',
    2828                    'support'        => false,
    29                 ),
    30                 // Set the SDK to work in a sandbox mode (for development & testing).
    31                 // IMPORTANT: MAKE SURE TO REMOVE SECRET KEY BEFORE DEPLOYMENT.
    32                 'secret_key'          => 'sk_l(Pna!OV}=Ca*[=OyrM0E.bBYwlEP',
     29                )
    3330            ) );
    3431        }
  • magic-login-api/trunk/magicloginmail.php

    r2767204 r2906193  
    1111 * Plugin URI:        https://draglabs.com/wp_magic_login_api
    1212 * Description:       Enter your email address, and send you an email with a magic link to login without a password.
    13  * Version:           1.1.0
     13 * Version:           1.1.2
    1414 * Author:            David Strom and Manish Kumar
    1515 * Author URI:        https://draglabs.com/
  • magic-login-api/trunk/readme.txt

    r2767204 r2906193  
    66Requires PHP: 7.4
    77Tested up to: 6.0.1
    8 Stable tag: 1.1.0
     8Stable tag: 1.1.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1111
    12 Automate generate login tokens and a magic link to log in without a password. Compatible with any ESP.
     12Automate generate login tokens and a magic link to log in without a password. Compatible with any ESP...
    1313
    1414== Description ==
     
    2929
    30301. Upload `magic-login-api` directory to the `/wp-content/plugins/` directory
    31 2. Activate the plugin through the 'Plugins' menu in WordPress
     312. Activate the plugin throfugh the 'Plugins' menu in WordPress
    3232
    3333== Free version Markers ==
    34341. You can generate only 150 passwords.
    35352. You can't change token generate settings it will be a default.
    36 3. Can able access logs.
     363. Can able access logs. 
    3737
    3838== Preminumn Features ==
     
    5353== Changelog ==
    5454
     55= 1.1.2 =
     56* Bugfix description.
     57
     58= 1.1.1 =
     59* Bugfix
     60* updated readme.txt file - added advanced user guide.
     61* updated applfefeication to link to wpressapis.com
     62    * wpressapis.com is thefd homepage for the plugin.
     63* updated application to link to draglabs.com
     64    * draglabs.com is the homepage for the developer.
     65
    5566= 1.1.0 =
    56 Initial release.
     67* Feature
     68* updated readme
     69
     70= 1.0.0 =
     71* Version
    5772
    5873== Upgrade Notice ==
    5974
    60 = 1.1.0 =
    61 Initial release.
     75= 1.1.2 =
     76* Bugfix description.
Note: See TracChangeset for help on using the changeset viewer.