Changeset 2622932
- Timestamp:
- 11/01/2021 06:01:49 PM (4 years ago)
- Location:
- loginshield/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
loginshield.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
loginshield/trunk/README.txt
r2622926 r2622932 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 Stable tag: v1.0.1 410 Stable tag: v1.0.15 11 11 12 12 LoginShield 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. … … 119 119 == Changelog == 120 120 121 = 1.0.15 = 122 * Doc: updated WordPress version in "tested up to" 123 121 124 = 1.0.14 = 122 125 * Fix: realm not found error when connecting to LoginShield account -
loginshield/trunk/loginshield.php
r2622921 r2622932 21 21 * Plugin URI: https://loginshield.com 22 22 * 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.1 423 * Version: 1.0.15 24 24 * Author: Cryptium 25 25 * Author URI: https://cryptium.com … … 38 38 * Current plugin version, in accordance with https://semver.org 39 39 */ 40 define( 'LOGINSHIELD_VERSION', '1.0.1 4' );40 define( 'LOGINSHIELD_VERSION', '1.0.15' ); 41 41 42 42 /**
Note: See TracChangeset
for help on using the changeset viewer.