Plugin Directory

Changeset 2404192


Ignore:
Timestamp:
10/21/2020 08:15:25 PM (5 years ago)
Author:
DanielSantoro
Message:

2.2.1

Location:
wc-password-strength-settings/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wc-password-strength-settings/trunk/includes/admin/class-wcpss-admin.php

    r2074915 r2404192  
    7575            ),
    7676            array(
    77                 'title'    => __( 'Level 1 Text Color', 'wcpss' ),             
     77                'title'    => __( 'Level 1 Text Color', 'wc-password-strength-settings' ),             
    7878                'id'       => 'wcpss_color_2',
    7979                'class' => 'color-field',
     
    9595            ),
    9696            array(
    97                 'title'    => __( 'Level 2 Text Color', 'wcpss' ),             
     97                'title'    => __( 'Level 2 Text Color', 'wc-password-strength-settings' ),             
    9898                'id'       => 'wcpss_color_3',
    9999                'class' => 'color-field',
     
    115115            ),
    116116            array(
    117                 'title'    => __( 'Level 3 Text Color', 'wcpss' ),             
     117                'title'    => __( 'Level 3 Text Color', 'wc-password-strength-settings' ),             
    118118                'id'       => 'wcpss_color_4',
    119119                'class' => 'color-field',
     
    135135            ),
    136136            array(
    137                 'title'    => __( 'Level 4 Text Color', 'wcpss' ),             
     137                'title'    => __( 'Level 4 Text Color', 'wc-password-strength-settings' ),             
    138138                'id'       => 'wcpss_color_5',
    139139                'class' => 'color-field',
  • wc-password-strength-settings/trunk/readme.txt

    r2366762 r2404192  
    44Requires at least: 4.6.0
    55Tested up to: 5.5.0
    6 Stable tag: 2.2.0
     6Stable tag: 2.2.1
    77License: GPL
    88License URI: http://www.gnu.org/licenses/gpl.html
     
    1212== Description ==
    1313
    14 ##Description##
     14##What does this plugin do?##
    1515
    1616WooCommerce 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).
     
    3939= Planned Features =
    4040
    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!
    4447
    4548== Installation ==
     
    7881
    7982== Changelog ==
     83
     84= 10/21/2020 - Version 2.2.1 =
     85 * Fixed some broken text domain strings (thank you, @alexclassroom - you are wonderful.)
    8086
    8187= 8/21/2020 - Version 2.2.0 =
  • wc-password-strength-settings/trunk/wc-password-strength-settings.php

    r2366762 r2404192  
    66 Author: Daniel Santoro
    77 Author URI: https://danielsantoro.com
    8  Version: 2.2.0
     8 Version: 2.2.1
    99 License: GPLv2 or later
    1010 Text Domain: wc-password-strength-settings
     
    2424}
    2525if( !defined( 'WCPSS_VERSION' ) ) {
    26   define( 'WCPSS_VERSION', '2.0.1' );                   // Plugin Version
     26  define( 'WCPSS_VERSION', '2.2.1' );                   // Plugin Version
    2727}
    2828if( !defined( 'WCPSS_URL' ) ) {
Note: See TracChangeset for help on using the changeset viewer.