diff --git a/disable-media-pages.php b/disable-media-pages.php index f6c43be..74b6136 100644 --- a/disable-media-pages.php +++ b/disable-media-pages.php @@ -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 */ diff --git a/readme.txt b/readme.txt index 30c054d..d63c25d 100644 --- a/readme.txt +++ b/readme.txt @@ -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. @@ -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!