Plugin Directory

Changeset 2622932


Ignore:
Timestamp:
11/01/2021 06:01:49 PM (4 years ago)
Author:
cryptium
Message:

build: incremented patch version for documentation change

Location:
loginshield/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • loginshield/trunk/README.txt

    r2622926 r2622932  
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    10 Stable tag: v1.0.14
     10Stable tag: v1.0.15
    1111
    1212LoginShield for WordPress is the secure and convenient way to login to your WordPress site. It's easy to use and protects users against password and phishing attacks.
     
    119119== Changelog ==
    120120
     121= 1.0.15 =
     122* Doc: updated WordPress version in "tested up to"
     123
    121124= 1.0.14 =
    122125* Fix: realm not found error when connecting to LoginShield account
  • loginshield/trunk/loginshield.php

    r2622921 r2622932  
    2121 * Plugin URI:        https://loginshield.com
    2222 * Description:       LoginShield for WordPress is a more secure login for WordPress sites. It's easy to use and protects users against password and phishing attacks.
    23  * Version:           1.0.14
     23 * Version:           1.0.15
    2424 * Author:            Cryptium
    2525 * Author URI:        https://cryptium.com
     
    3838 * Current plugin version, in accordance with https://semver.org
    3939 */
    40 define( 'LOGINSHIELD_VERSION', '1.0.14' );
     40define( 'LOGINSHIELD_VERSION', '1.0.15' );
    4141
    4242/**
Note: See TracChangeset for help on using the changeset viewer.