Plugin Directory

Changeset 2581814


Ignore:
Timestamp:
08/12/2021 04:10:50 AM (5 years ago)
Author:
magiclabs
Message:

Version 1.0.2

Location:
magiclabs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • magiclabs/tags/1.0.2/wp-magic.php

    r2581812 r2581814  
    55 * Plugin URI: https://github.com/magiclabs/wp-magic
    66 * Description: Login by Magic provides passwordless login for your WordPress site.
    7  * Version:     1.0.0
     7 * Version:     1.0.2
    88 * Author:      Magic
    99 * Author URI:  https://magic.link/
     
    2828     * Plugin Version
    2929     *
    30      * @since 1.0.0
     30     * @since 1.0.2
    3131     * @var string The plugin version.
    3232     */
    33     const VERSION = '1.0.0';
     33    const VERSION = '1.0.2';
    3434
    3535    /**
  • magiclabs/trunk/wp-magic.php

    r2581808 r2581814  
    55 * Plugin URI: https://github.com/magiclabs/wp-magic
    66 * Description: Login by Magic provides passwordless login for your WordPress site.
    7  * Version:     1.0.0
     7 * Version:     1.0.2
    88 * Author:      Magic
    99 * Author URI:  https://magic.link/
     
    2828     * Plugin Version
    2929     *
    30      * @since 1.0.0
     30     * @since 1.0.2
    3131     * @var string The plugin version.
    3232     */
    33     const VERSION = '1.0.0';
     33    const VERSION = '1.0.2';
    3434
    3535    /**
Note: See TracChangeset for help on using the changeset viewer.