Skip to content

Commit

Permalink
Test up to WP 6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslange committed Oct 15, 2023
1 parent 7dab136 commit e21ca38
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .phplint.cache
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"smntcs-deactivate-image-compression.php":"2c4ffb3bd721627a7dce5381022b6bc9"}
{"smntcs-deactivate-image-compression.php":"9b4f5b9ef9ec6cd3cfa7aa904f430e3e"}
24 changes: 14 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,36 +24,40 @@ You can find the plugin on https://wordpress.org/plugins/smntcs-deactivate-image

## Changelog

### 1.8 (2023.10.15)

- Test up to WP 6.4

### 1.7 (2022.12.03)

- Test up to WP 6.1
- Test up to WP 6.1

### 1.6 (2022.05.29)

- Test up to WP 6.0
- Test up to WP 6.0

### 1.5 (2022.04.21)

- Test up to WP 5.8
- Test up to WP 5.8

### 1.4 (2021.12.30)

- Test up to WP 5.8
- Test up to WP 5.8

### 1.3 (2021.04.26)

- [Add build tools](https://github.com/nielslange/smntcs-deactivate-image-compression/issues/23)
- [Replace Travis CI with GitHub Actions](https://github.com/nielslange/smntcs-deactivate-image-compression/issues/25)
- [Test up to WP 5.7](https://github.com/nielslange/smntcs-deactivate-image-compression/issues/22)
- [Add build tools](https://github.com/nielslange/smntcs-deactivate-image-compression/issues/23)
- [Replace Travis CI with GitHub Actions](https://github.com/nielslange/smntcs-deactivate-image-compression/issues/25)
- [Test up to WP 5.7](https://github.com/nielslange/smntcs-deactivate-image-compression/issues/22)

### 1.2 (2020.05.03)

- [Test up to WP 5.4](https://github.com/nielslange/smntcs-deactivate-image-compression/issues/7)
- [Test up to WP 5.4](https://github.com/nielslange/smntcs-deactivate-image-compression/issues/7)

### 1.1 (2019.12.27)

- [Test up to WP 5.3](https://github.com/nielslange/smntcs-deactivate-image-compression/issues/4)
- [Test up to WP 5.3](https://github.com/nielslange/smntcs-deactivate-image-compression/issues/4)

### 1.0 (2019.07.10)

- Initial release
- Initial release
16 changes: 14 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

Contributors: nielslange
Tags: Image compression
Stable tag: 1.7
Tested up to: 6.1
Stable tag: 1.8
Tested up to: 6.4
Requires PHP: 5.6
Requires at least: 2.5
License: GPL v2 or later
Expand All @@ -26,28 +26,40 @@ By default, WordPress compress every uploaded image by 90%. In combination with

== Changelog ==

= 1.8 (2023.10.15) =

- Test up to WP 6.4

= 1.7 (2022.12.03) =

- Test up to WP 6.1

= 1.6 (2022.05.29) =

- Test up to WP 6.0

= 1.5 (2022.04.21) =

- Test up to WP 5.8

= 1.4 (2021.12.30) =

- Test up to WP 5.8

= 1.3 (2021.04.26) =

- [Add build tools](https://github.com/nielslange/smntcs-deactivate-image-compression/issues/23)
- [Replace Travis CI with GitHub Actions](https://github.com/nielslange/smntcs-deactivate-image-compression/issues/25)
- [Test up to WP 5.7](https://github.com/nielslange/smntcs-deactivate-image-compression/issues/22)

= 1.2 (2020.05.03) =

- [Tested up to 5.4](https://github.com/nielslange/smntcs-deactivate-image-compression/issues/7)

= 1.1 (2019.12.27) =

- [Tested up to 5.3](https://github.com/nielslange/smntcs-deactivate-image-compression/issues/4)

= 1.0 (2019.07.10) =

- Initial release
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,10 @@
"phpcbf": "phpcbf --standard=phpcs.dist.xml .",
"phpcs": "phpcs --standard=phpcs.dist.xml .",
"phplint": "phplint"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"prettier": "npm:wp-prettier@2.0.5"
},
"scripts": {
"test": "npm-run-all --parallel phpcs phplint",
"phpcbf": "composer run phpcbf",
"phpcs": "composer run phpcs",
"phplint": "composer run phplint",
"test": "npm-run-all --parallel phpcs phplint",
"wp-env": "wp-env"
}
}
2 changes: 1 addition & 1 deletion smntcs-deactivate-image-compression.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Author: Niels Lange
* Author URI: https://nielslange.de
* Text Domain: smntcs-deactivate-image-compression
* Version: 1.7
* Version: 1.8
* Requires PHP: 5.6
* Requires at least: 2.5
* License: GPL v2 or later
Expand Down

0 comments on commit e21ca38

Please sign in to comment.