Skip to content

Commit 1812896

Browse files
committedJun 15, 2023
Release v3.0.1
1 parent 148c2ef commit 1812896

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed
 

‎disable-media-pages.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Plugin to disable "attachment" pages for WordPress media.
66
* Author: Johannes Siipola
77
* Author URI: https://siipo.la
8-
* Version: 3.0.0
8+
* Version: 3.0.1
99
* License: GPL v2 or later
1010
* Text Domain: disable-media-pages
1111
*/

‎readme.txt

+7-4
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
Tags: remove, disable, hide, media, attachment, image, permalink
44
Contributors: joppuyo
55
Requires at least: 5.2
6-
Tested up to: 6.1
6+
Tested up to: 6.2
77
Requires PHP: 7.1
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
Donate link: https://github.com/sponsors/joppuyo
11-
Stable tag: 3.0.0
11+
Stable tag: 3.0.1
1212

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

@@ -80,9 +80,12 @@ Yes, check out the [GitHub repository.](https://github.com/joppuyo/disable-media
8080

8181
## Changelog
8282

83-
### 3.0.0 (2023-06-14)
83+
### 3.0.1 (2023-06-15)
84+
* Fix: Fix typo
85+
86+
### 3.0.0 (2023-06-15)
8487
* Fix: Tested in WordPress 6.2
85-
* 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.
88+
* Breaking change: Dropped support for WordPress 5.0, WordPress 5.1, and PHP 7.0. The Debian version in the Docker images is 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.
8689

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

0 commit comments

Comments
 (0)
Please sign in to comment.