Changeset 3216455
- Timestamp:
- 01/03/2025 12:36:07 PM (14 months ago)
- Location:
- password-for-wp
- Files:
-
- 4 edited
-
tags/1.6/assets/get3_pass.css (modified) (2 diffs)
-
tags/1.6/readme.txt (modified) (1 diff)
-
trunk/assets/get3_pass.css (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
password-for-wp/tags/1.6/assets/get3_pass.css
r3213980 r3216455 54 54 border-radius:4px; 55 55 } 56 . wp-color-result-text {56 .g3_half_2 .wp-color-result-text { 57 57 margin-left:30px; 58 58 } 59 . wp-color-result {59 .g3_half_2 .wp-color-result { 60 60 width:30px; 61 61 height:30px; … … 63 63 border-radius:15px!important; 64 64 } 65 . my-color-field {65 .g3_half_2 .my-color-field { 66 66 margin-left:10px; 67 67 max-width:100px; 68 68 } 69 . wp-picker-holder {69 .g3_half_2 .wp-picker-holder { 70 70 margin-top:10px; 71 71 } 72 . wp-picker-clear {72 .g3_half_2 .wp-picker-clear { 73 73 padding:2px 10px 1px 10px!important; 74 74 margin-left:5px!important; -
password-for-wp/tags/1.6/readme.txt
r3214142 r3216455 22 22 For manual upgrades via FTP, deactivate and reactivate the plugin to ensure it works correctly. 23 23 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. 27 42 28 43 = 1.1 = 29 Plugin tested on WordPress 5.5.44 * Plugin tested on WordPress 5.5. 30 45 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. 47 48 48 49 == Translations == -
password-for-wp/trunk/assets/get3_pass.css
r2248063 r3216455 54 54 border-radius:4px; 55 55 } 56 . wp-color-result-text {56 .g3_half_2 .wp-color-result-text { 57 57 margin-left:30px; 58 58 } 59 . wp-color-result {59 .g3_half_2 .wp-color-result { 60 60 width:30px; 61 61 height:30px; … … 63 63 border-radius:15px!important; 64 64 } 65 . my-color-field {65 .g3_half_2 .my-color-field { 66 66 margin-left:10px; 67 67 max-width:100px; 68 68 } 69 . wp-picker-holder {69 .g3_half_2 .wp-picker-holder { 70 70 margin-top:10px; 71 71 } 72 . wp-picker-clear {72 .g3_half_2 .wp-picker-clear { 73 73 padding:2px 10px 1px 10px!important; 74 74 margin-left:5px!important; -
password-for-wp/trunk/readme.txt
r3214142 r3216455 22 22 For manual upgrades via FTP, deactivate and reactivate the plugin to ensure it works correctly. 23 23 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. 27 42 28 43 = 1.1 = 29 Plugin tested on WordPress 5.5.44 * Plugin tested on WordPress 5.5. 30 45 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. 47 48 48 49 == Translations ==
Note: See TracChangeset
for help on using the changeset viewer.