Plugin Directory

Changeset 3216455


Ignore:
Timestamp:
01/03/2025 12:36:07 PM (14 months ago)
Author:
get3code
Message:

Added changelog and improved CSS for colorpicker

Location:
password-for-wp
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • password-for-wp/tags/1.6/assets/get3_pass.css

    r3213980 r3216455  
    5454    border-radius:4px;
    5555}
    56 .wp-color-result-text {
     56.g3_half_2 .wp-color-result-text {
    5757    margin-left:30px;
    5858}
    59 .wp-color-result {
     59.g3_half_2 .wp-color-result {
    6060    width:30px;
    6161    height:30px;
     
    6363    border-radius:15px!important;
    6464}
    65 .my-color-field {
     65.g3_half_2 .my-color-field {
    6666    margin-left:10px;
    6767    max-width:100px;
    6868}
    69 .wp-picker-holder {
     69.g3_half_2 .wp-picker-holder {
    7070    margin-top:10px;
    7171}
    72 .wp-picker-clear {
     72.g3_half_2 .wp-picker-clear {
    7373    padding:2px 10px 1px 10px!important;
    7474    margin-left:5px!important;
  • password-for-wp/tags/1.6/readme.txt

    r3214142 r3216455  
    2222For manual upgrades via FTP, deactivate and reactivate the plugin to ensure it works correctly.
    2323
    24 == Upgrade Notice ==
    25 = 1.0 =
    26 Initial release to WordPress repository.
     24== Changelog ==
     25
     26= 1.6 =
     27* Added CSRF protection.
     28* Tested on WordPress 6.7.
     29
     30= 1.5 =
     31* Improved translations.
     32* Tested on WordPress 6.x.
     33
     34= 1.4 =
     35* Added support for WordPress 6+.
     36
     37= 1.3 =
     38* Plugin tested on WordPress 6.0 and above.
     39
     40= 1.2 =
     41* Plugin tested on WordPress 5.7.
    2742
    2843= 1.1 =
    29 Plugin tested on WordPress 5.5.
     44* Plugin tested on WordPress 5.5.
    3045
    31 = 1.2 =
    32 Plugin tested on WordPress 5.7.
    33 
    34 = 1.3 =
    35 Plugin tested on WordPress 6.0 and above.
    36 
    37 = 1.4 =
    38 Added support for WordPress 6+.
    39 
    40 = 1.5 =
    41 Improved translations.
    42 Tested on WordPress 6.x.
    43 
    44 = 1.6 =
    45 Added CSRF protection.
    46 Tested on WordPress 6.7.
     46= 1.0 =
     47* Initial release to the WordPress repository.
    4748
    4849== Translations ==
  • password-for-wp/trunk/assets/get3_pass.css

    r2248063 r3216455  
    5454    border-radius:4px;
    5555}
    56 .wp-color-result-text {
     56.g3_half_2 .wp-color-result-text {
    5757    margin-left:30px;
    5858}
    59 .wp-color-result {
     59.g3_half_2 .wp-color-result {
    6060    width:30px;
    6161    height:30px;
     
    6363    border-radius:15px!important;
    6464}
    65 .my-color-field {
     65.g3_half_2 .my-color-field {
    6666    margin-left:10px;
    6767    max-width:100px;
    6868}
    69 .wp-picker-holder {
     69.g3_half_2 .wp-picker-holder {
    7070    margin-top:10px;
    7171}
    72 .wp-picker-clear {
     72.g3_half_2 .wp-picker-clear {
    7373    padding:2px 10px 1px 10px!important;
    7474    margin-left:5px!important;
  • password-for-wp/trunk/readme.txt

    r3214142 r3216455  
    2222For manual upgrades via FTP, deactivate and reactivate the plugin to ensure it works correctly.
    2323
    24 == Upgrade Notice ==
    25 = 1.0 =
    26 Initial release to WordPress repository.
     24== Changelog ==
     25
     26= 1.6 =
     27* Added CSRF protection.
     28* Tested on WordPress 6.7.
     29
     30= 1.5 =
     31* Improved translations.
     32* Tested on WordPress 6.x.
     33
     34= 1.4 =
     35* Added support for WordPress 6+.
     36
     37= 1.3 =
     38* Plugin tested on WordPress 6.0 and above.
     39
     40= 1.2 =
     41* Plugin tested on WordPress 5.7.
    2742
    2843= 1.1 =
    29 Plugin tested on WordPress 5.5.
     44* Plugin tested on WordPress 5.5.
    3045
    31 = 1.2 =
    32 Plugin tested on WordPress 5.7.
    33 
    34 = 1.3 =
    35 Plugin tested on WordPress 6.0 and above.
    36 
    37 = 1.4 =
    38 Added support for WordPress 6+.
    39 
    40 = 1.5 =
    41 Improved translations.
    42 Tested on WordPress 6.x.
    43 
    44 = 1.6 =
    45 Added CSRF protection.
    46 Tested on WordPress 6.7.
     46= 1.0 =
     47* Initial release to the WordPress repository.
    4748
    4849== Translations ==
Note: See TracChangeset for help on using the changeset viewer.