Changeset 2404192
- Timestamp:
- 10/21/2020 08:15:25 PM (5 years ago)
- Location:
- wc-password-strength-settings/trunk
- Files:
-
- 3 edited
-
includes/admin/class-wcpss-admin.php (modified) (4 diffs)
-
readme.txt (modified) (4 diffs)
-
wc-password-strength-settings.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wc-password-strength-settings/trunk/includes/admin/class-wcpss-admin.php
r2074915 r2404192 75 75 ), 76 76 array( 77 'title' => __( 'Level 1 Text Color', 'wc pss' ),77 'title' => __( 'Level 1 Text Color', 'wc-password-strength-settings' ), 78 78 'id' => 'wcpss_color_2', 79 79 'class' => 'color-field', … … 95 95 ), 96 96 array( 97 'title' => __( 'Level 2 Text Color', 'wc pss' ),97 'title' => __( 'Level 2 Text Color', 'wc-password-strength-settings' ), 98 98 'id' => 'wcpss_color_3', 99 99 'class' => 'color-field', … … 115 115 ), 116 116 array( 117 'title' => __( 'Level 3 Text Color', 'wc pss' ),117 'title' => __( 'Level 3 Text Color', 'wc-password-strength-settings' ), 118 118 'id' => 'wcpss_color_4', 119 119 'class' => 'color-field', … … 135 135 ), 136 136 array( 137 'title' => __( 'Level 4 Text Color', 'wc pss' ),137 'title' => __( 'Level 4 Text Color', 'wc-password-strength-settings' ), 138 138 'id' => 'wcpss_color_5', 139 139 'class' => 'color-field', -
wc-password-strength-settings/trunk/readme.txt
r2366762 r2404192 4 4 Requires at least: 4.6.0 5 5 Tested up to: 5.5.0 6 Stable tag: 2.2. 06 Stable tag: 2.2.1 7 7 License: GPL 8 8 License URI: http://www.gnu.org/licenses/gpl.html … … 12 12 == Description == 13 13 14 ## Description##14 ##What does this plugin do?## 15 15 16 16 WooCommerce has an integrated Password Strength Meter which forces users to use strong passwords. Sometimes this isn't desirable - with this plugin, you can choose between five password levels ranging from "Anything Goes" to "Strong Passwords Only". In addition, you can modify the colors and appearance of these custom messages, as well as modify or remove the password hint. For details on how the password strength is determined, [please read the documentation here](https://github.com/DanielSantoro/wc-password-strength-settings/wiki/How-Password-Strength-is-Determined). … … 39 39 = Planned Features = 40 40 41 * Option to hide - " - Please enter a stronger password." suffix for weak passwords to allow more admin control and message flexibility. 42 * Option to display a link to a password strength calculator to the user. 43 * Open to suggestions! 41 * For Version 2.3.0 42 * Option to change the background color of messages. 43 * Option to hide - " - Please enter a stronger password." suffix for weak passwords to allow more admin control and message flexibility. 44 * For future versions 45 * Option to display a link to a password strength calculator to the user. 46 * Open to suggestions! 44 47 45 48 == Installation == … … 78 81 79 82 == Changelog == 83 84 = 10/21/2020 - Version 2.2.1 = 85 * Fixed some broken text domain strings (thank you, @alexclassroom - you are wonderful.) 80 86 81 87 = 8/21/2020 - Version 2.2.0 = -
wc-password-strength-settings/trunk/wc-password-strength-settings.php
r2366762 r2404192 6 6 Author: Daniel Santoro 7 7 Author URI: https://danielsantoro.com 8 Version: 2.2. 08 Version: 2.2.1 9 9 License: GPLv2 or later 10 10 Text Domain: wc-password-strength-settings … … 24 24 } 25 25 if( !defined( 'WCPSS_VERSION' ) ) { 26 define( 'WCPSS_VERSION', '2. 0.1' ); // Plugin Version26 define( 'WCPSS_VERSION', '2.2.1' ); // Plugin Version 27 27 } 28 28 if( !defined( 'WCPSS_URL' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.