Skip to content

Commit

Permalink
Bump tested up to, and requires at least.
Browse files Browse the repository at this point in the history
  • Loading branch information
thefrosty committed Oct 30, 2024
1 parent 5fafefe commit a8a786c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
**Donate link:** [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7431290)
**Tags:** admin, branding, customization, custom login, logo
**Requires at least:** 6.2
**Tested up to:** 6.6.2
**Tested up to:** 6.7.0
**Requires PHP**: 8.0
**Stable tag:** 4.2.0
**Stable tag:** 4.3.0
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -168,6 +168,11 @@ Custom Login showcase on the [Flickr group](http://flickr.com/groups/custom-logi

## Changelog ##

### Version 4.3.0 (2024/10/30) ###

* Bump Tested up to too "6.7.0"
* Updated login logo HTML attribute for CSS targeting in WP 6.7.

### Version 4.2.0 (2024/04/25) ###

* Bump Tested up to too "6.5.2"
Expand Down
2 changes: 1 addition & 1 deletion phpcs-ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<arg name="tab-width" value="4"/>
<!-- For CI, don't fail on warnings -->
<config name="ignore_warnings_on_exit" value="1"/>
<config name="minimum_supported_wp_version" value="6.2" />
<config name="minimum_supported_wp_version" value="6.3" />

<rule ref="PSR12">
<exclude name="PSR12.Classes.OpeningBraceSpace.Found"/>
Expand Down
11 changes: 8 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Contributors: austyfrosty, frostymedia
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7431290
Tags: admin, branding, customization, custom login, logo
Requires at least: 6.2
Tested up to: 6.6.2
Requires at least: 6.3
Tested up to: 6.7.0
Requires PHP: 8.0
Stable tag: 4.2.0
Stable tag: 4.3.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -117,6 +117,11 @@ Custom Login showcase on the [Flickr group](http://flickr.com/groups/custom-logi

== Changelog ==

= Version 4.2.0 (2024/10/30) =

* Bump Tested up to too "6.7.0"
* Updated login logo HTML attribute for CSS targeting in WP 6.7.

= Version 4.2.0 (2024/04/25) =

* Bump Tested up to too "6.5.2"
Expand Down

0 comments on commit a8a786c

Please sign in to comment.