Skip to content

Commit

Permalink
Release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joppuyo committed Jun 15, 2023
1 parent 04f4edf commit 148c2ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion disable-media-pages.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Plugin to disable "attachment" pages for WordPress media.
* Author: Johannes Siipola
* Author URI: https://siipo.la
* Version: 2.0.3
* Version: 3.0.0
* License: GPL v2 or later
* Text Domain: disable-media-pages
*/
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Requires PHP: 7.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Donate link: https://github.com/sponsors/joppuyo
Stable tag: 2.0.3
Stable tag: 3.0.0

Completely remove "attachment" pages for WordPress media. Improve SEO and prevent conflicts between page and image permalinks.

Expand Down Expand Up @@ -80,6 +80,10 @@ Yes, check out the [GitHub repository.](https://github.com/joppuyo/disable-media

## Changelog

### 3.0.0 (2023-06-14)
* Fix: Tested in WordPress 6.2
* Breaking change: Dropped support for WordPress 5.0, WordPress 5.1, and PHP 7.0. The Debian version in the Docker images are so old it no longer works properly and crashes the build. This makes it very difficult to run tests. New minimum PHP version is 7.1 and minimum WordPress version is 5.2.

### 2.0.3 (2022-12-11)
* Fix: Fix typo. Thanks to [porg](https://github.com/joppuyo/disable-media-pages/issues/34) for noticing this!

Expand Down

0 comments on commit 148c2ef

Please sign in to comment.