Skip to content

Releases: joppuyo/disable-media-pages

v3.1.3

25 Jul 13:42
Compare
Choose a tag to compare
  • Fix: Tested in WP 6.6

v3.1.2

04 Apr 09:14
Compare
Choose a tag to compare
  • Fix: Tested in WP 6.5

v3.1.1

26 Mar 13:24
Compare
Choose a tag to compare
  • Fix: Removed unnecessary debugging statements. Fixes #42
  • Fix: improve readme formatting

v3.1.0

24 Mar 17:37
Compare
Choose a tag to compare
  • Feature: Add WP CLI support

v3.0.5

09 Nov 17:10
Compare
Choose a tag to compare
  • Update readme

v3.0.4

09 Nov 09:31
Compare
Choose a tag to compare
  • Fix: WordPress 6.4 compatibility.

  • Note for WordPress 6.4

    WordPress 6.4 includes a new feature that allows you to disable attachment pages. However, this feature redirects attachment pages to the file URL instead of returning a 404 error. To completely disable attachment pages, you should use this plugin instead. The WP 6.4 feature also does not fix the issue where attachment pages reserve slugs for pages.

    Also, it seems like this feature does not work as intended, because it will disable attachment pages only for users who are logged in. Anonymous users will still be able to access attachment pages. You can follow the progress of this issue on WordPress Trac.

    Also, there is no user interface to enable or disable media pages, they are automatically disabled for new sites but remain enabled for existing sites.

    Because of these issues, I recommend you to use this plugin instead of the built-in feature. The plugin will be updated in the foreseeable future, at least until attachment pages are completely removed from WordPress core and older WordPress versions are no longer in use.

v3.0.3

26 Sep 10:48
Compare
Choose a tag to compare
  • Fix: Improved randomness in UUIDv4 generation

v3.0.2

10 Aug 13:20
Compare
Choose a tag to compare
  • Fix: Tested in WP 6.3

v3.0.1

15 Jun 10:00
Compare
Choose a tag to compare
  • Fix typo

v3.0.0

15 Jun 09:55
Compare
Choose a tag to compare
  • 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 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.