This plugin implements some advanced settings otherwise hidden or not implemented in WordPress.
Find a file
2025-03-12 21:51:43 +01:00
assets major refactoring 2023-02-27 18:10:28 +01:00
extras added new feature, bugfixes, updated language files 2023-02-15 18:52:57 +01:00
includes fixed PHP 8.1+ incompatibility 2025-03-12 21:51:43 +01:00
languages added new features to remove some inline css 2023-03-13 16:25:18 +01:00
.gitignore fixed PHP 8.1+ incompatibility 2025-03-12 21:51:43 +01:00
composer.json fixed PHP 8.1+ incompatibility 2025-03-12 21:51:43 +01:00
gd-wp-advanced-settings.php fixed PHP 8.1+ incompatibility 2025-03-12 21:51:43 +01:00
index.php Initial commit 2023-02-10 21:02:30 +01:00
README.md fixed PHP 8.1+ incompatibility 2025-03-12 21:51:43 +01:00

Description

This is a plugin that enables some advanced settings otherwise hidden or not implemented in WordPress.


Installation

Through WordPress backend:

  • Download the zip file of this repo to your computer
  • Log in to your WordPress admin area, go to "Plugins" -> "Install"
  • Click on "Upload file" and choose the zip you just downloaded
  • Click on "Activate" after the plugin has been uploaded

Manual installation:

  • Download the zip file of this repo to your computer
  • Unpack the zip file
  • Upload the unpacked folder with a FTP program to "/wp-config/plugins" (default path, maybe different for your WP installation)
  • Log in to your WordPress admin area, go to "Plugins" and activate the plugin

Development

All development work is done on this website. This plugin is not published to the official WordPress plugin repository, as I don't have time to support it on their forums.

Note about support:

This plugin is distributed AS IS.

I do not support it in any way. If you have issues, you have to solve them on your own.

I won't add any features on request, however you can simply fork this repo and start developing anything you need.

Requirements

Requires PHP > 8.0 and WordPress > 6.0

Changelog

v1.0.0

  • Initial release

v1.0.1

  • 🎉 New feature: Automatic WEBP generation when image is uploaded in Media Gallery - ⚠️ BETA ⚠️
  • 🎉 New feature: Enable login error message that doesn't reveal existing users
  • Various bugfixes
  • Added translation files

v1.0.2

  • 🎉 New feature: Redirect attachment pages to their parent or the home page if no parent exists
  • Reordered the available settings and moved login specific options to a new tab
  • Disable author pages now also removes '/users/' endpoint from REST API
  • Last open tab is stored in a cookie to show correct tab after page reload
  • Various minor bugfixes
  • Code cleanup
  • Updated translation files

v1.1.0

  • 🧨 Breaking change: 🧨
    Switched the hosting of the plugin development from Github to my self-hosted GitLab instance. The old versions are still available on Github but won't get any further updates. If you installed this plugin via Composer please change the URLs in your composer.json!
  • Refactored settings page to use new generic form field generator class
  • Disabled WEBP image generation feature because of some major unsolved issues

v1.1.1

  • 🎉 New feature: Remove inline styles added by the basic Gutenberg gallery
  • 🎉 New feature: Remove inline styles added by the Latest Comments widget
  • Some minor bugfixes
  • Updated translation files

v1.1.2

  • Minor bugfixes for PHP 8.1+ compatibility

Additional information

All my domains (flowzen.de and gitlab.flowzen.de) could have minor errors, since I am developing in my spare time. However, it is usually stable.

Note about versioning: Versions are cut in Major.Minor.Patch schema. Patch is incremental by every build. If there is a breaking change, it should be noted in the readme.