Changelog

Admin and Site Enhancements (ASE) v1.0.0 was released on October 17, 2022. Since then, there have been 76 major releases (e.g. 1.1.0 ) and 132 minor releases (e.g. 4.9.1).

Each major release usually corresponds with the addition of one new module/feature. Each module/feature usually is the equivalent of one (or more) single-purpose plugin. Each minor release usually contain one or more bugfix or improvements to existing modules/features.

Upgrade to ASE Pro. Lifetime Deal (LTD) available.

3.9.1 (2022.12.29)

  • [FIXED] Content Management >> Enable External Permalinks. Fixed an issue where default WordPress permalink for a post loads white, empty screen when no external permalink has been set for the post.

3.9.0 (2022.12.29)

  • [ADDED] Content Management >> Enable External Permalinks. Enable pages, posts and/or custom post types to have permalinks that point to external URLs. Compatible with links added using Page Links To.

3.8.0 (2022.12.27)

  • [ADDED] Optimizations >> Enable Heartbeat Control. Modify the interval of the WordPress heartbeat API or disable it on admin pages, post creation/edit screens and/or the frontend. This will help reduce CPU load on the server.

3.7.0 (2022.12.25)

  • [ADDED] Content Management >> Enable Revisions Control. Prevent bloating the database by limiting the number of revisions to keep for some or all post types supporting revisions.

3.6.1 (2022.12.22)

  • [CHANGED] Custom Code >> Manage robots.txt. Fixed an issue where code editor was not rendered properly upon clicking the Custom Code tab.

3.6.0 (2022.12.22)

  • [CHANGED] Added "Log In | Log Out" and "Custom Code" categories. Recategorizes relevant features under these new categories.
  • [ADDED] Log In | Log Out >> Enable Last Login Column. Log when users on the site last logged in and display the date and time in the users list table.

3.5.0 (2022.12.19)

  • [ADDED] Utilities >> Manage robots.txt. Easily edit and validate your robots.txt content.

3.4.0 (2022.12.16)

  • [ADDED] Utilities >> Enable Log In/Out Menu. Enable log in, log out and dynamic log in/out menu item for addition to any menu. Depending on the user's logged-in status, the menu item will show up, disappear or change.

3.3.0 (2022.12.12)

  • [ADDED] Utilities >> Insert <head>, <body> and <footer> Code. Easily insert <meta>, <link>, <script> and <style> tags, Google Analytics, Tag Manager, AdSense, Ads Conversion and Optimize code, Facebook, TikTok and Twitter pixels, etc.
  • [CHANGED] Utilities >> Manage ads.txt and app-ads.txt is now a single settings field.

3.2.0 (2022.12.12)

  • [ADDED] Utilities >> Manage ads.txt and app-ads.txt: Easily edit and validate your ads.txt and app-ads.txt content. Please backup existing ads.txt and app-ads.txt content and remove those files before copying the original content into the ads.txt and app-ads.txt manager in the Utilities tab. If no ads.txt / app-ads.txt files exist in the root directory of your WordPress installation, you can immediately add content for both files.

3.1.0 (2022.12.11)

  • [ADDED] Content Management >> Enable Auto-Publishing of Posts with Missed Schedule: Trigger publishing of scheduled posts of all types marked with "missed schedule", anytime the site is visited. Uses Transients API to reduce load to the DB on busy sites. Will only query the DB once every 15 minutes (at most).

3.0.6 (2022.12.08)

  • [CHANGED] Admin Interface >> Admin Menu Organizer: Enqueue jQuery UI widget.min.js for WP version less than 5.6.0. This ensures the feature works for those WP versions.

3.0.5 (2022.12.08)

  • [CHANGED] Admin Interface >> Admin Menu Organizer: Enqueue the minified version of jQuery UI scripts, as older versions of WP do not have the unminified version.

3.0.4 (2022.12.07)

  • [CHANGED] Admin Interface >> Admin Menu Organizer: Substantially lower priorities of actions that handles rendering of custom menu order, custom menu title and hiding of menu items. This is so that menu items added late by active plugins and theme are handled properly.

3.0.3 (2022.12.07)

  • [CHANGED] Admin Interface >> Admin Menu Organizer: Make sure menu item sortables reflect custom menu order saved in options, especially when this feature is re-enabled. Remove all HTMl tags and content inside them from menu item titles in the sortables.

3.0.2 (2022.12.07)

  • [CHANGED] Hide stubborn notices appearing inside the admin page header (via CSS).

3.0.1 (2022.12.01)

  • [CHANGED] Admin Interface >> Admin Menu Organizer: Make sure newer menu items added by newly installed plugins or activated theme are showing up towards the end of the admin menu and the menu item sortables. Comments and updates counters are now hidden. Sortables for menu separators have been faded out to make actual menu items stand out more.
  • [CHANGED] Disable Components >> Disable Comments: Ensure trackbacks metabox is also hidden on edit screens of post types where commenting is disabled.

3.0.0 (2022.11.30)

  • [ADDED] Disable Components >> Disable Feeds: Disable all RSS, Atom and RDF feeds. This includes feeds for posts, categories, tags, comments, authors and search. Also removes traces of feed URLs from <head>.

2.9.0 (2022.11.30)

  • [ADDED] Disable Components >> Disable REST API: Disable REST API access for non-authenticated users and remove URL traces from <head>, HTTP headers and WP RSD endpoint.

2.8.3 (2022.11.29)

  • [CHANGED] Admin Interface >> Admin Menu Organizer: Fix for missing Show All toggle in certain scenarios.

2.8.2 (2022.11.29)

  • [CHANGED] Admin Interface >> Admin Menu Organizer: Allow customizing menu item title, for menu items added by plugins or the active theme, i.e. not from WordPress core.

2.8.1 (2022.11.28)

  • [CHANGED] Admin Interface >> Admin Menu Organizer: Fixed the issue when menu items are no longer shown upon saving. This happened when Admin Menu Organizer was enabled and directly saved without making any changes to the menu order first.

2.8.0 (2022.11.28)

  • [ADDED] Disable Components >> Disable Gutenberg: Disable the Gutenberg block editor for some or all applicable post types. Optionally disable frontend block styles / CSS files for the selected post types.

2.7.0 (2022.11.27)

  • [ADDED] Disable Components >> Disable Comments: Disable comments for some or all public post types. When disabled, existing comments will also be hidden on the frontend.
  • [CHANGED] Security >> Limit Login Attempts: Improved styling of empty datatable, i.e. when there is no failed login attempts logged.
  • [CHANGED] Settings tab position is now saved to browser cookie, so it persists upon saving changes or revisiting it from elsewhere in wp-admin.
  • [CHANGED] Some code refactoring to make logical separation and categorization of features clearer. CodeMirror and DataTables assets loading are also moved

2.6.0 (2022.11.19)

  • [ADDED] Content Management >> Enable SVG Upload: Allow some or all user roles to upload SVG files, which will then be sanitized to keep things secure.

2.5.0 (2022.11.18)

  • [ADDED] Security >> Limit Login Attempts: Prevent brute force attacks by limiting the number of failed login attempts allowed per IP address.
  • [CHANGED] Security >> Custom Login URL feature has been made compatible with Limit Login Attempts feature.
  • [CHANGED] Security >> Change Login URL now works with the interim login modal window, the one that pops up when user is logged out in the background.
  • [CHANGED] Security >> Change Login URL adds another process to ensure user is redirected to the dashboard after successful login. It was redirecting to the /not_found/ (404) page in rare occasions as reported by @vdrover.
  • [CHANGED] Utilities >> Redirect After Login will correctly override default login redirection by Change Login URL.
  • [CHANGED] Improve code comments throughout.

2.4.0 (2022.11.10)

  • [ADDED] Utilities >> Enable Custom Frontend CSS: Add custom CSS on all frontend pages for all user roles.

2.3.0 (2022.11.09)

  • [ADDED] Utilities >> Enable Custom Admin CSS: Add custom CSS on all admin pages for all user roles.

2.2.0 (2022.11.09)

  • [ADDED] Security >> Disable XML-RPC: Protect your site from brute force, DOS and DDOS attacks via XML-RPC. Also disables trackbacks and pingbacks.
  • [ADDED] Expand/collapse toggle for feature settings that takes up longer vertical space, e.g. Admin Menu Customizer.
  • [CHANGED] Refactor code around plugin settings page. Now uses separate classes for sections and fields registration, for sanitization of field values and for rendering the fields on the admin page.

2.1.0 (2022.11.08)

  • [ADDED] Security >> Obfuscate Author Slugs: Obfuscate publicly exposed author page URLs that shows the user slugs / usernames, e.g. sitename.com/author/username1/ into sitename.com/author/a6r5b8ytu9gp34bv/, and output 404 errors for the original URLs. Also obfuscates in /wp-json/wp/v2/users/ REST API endpoint. Props to pull request from Wahyu Arief @wahyuief and functions from Smart User Slug Hider
    .

2.0.0 (2022.11.06)

  • [ADDED] Admin Interface >> Admin Menu Organizer: Customize the order of the admin menu and optionally hide some items.

1.9.0 (2022.11.03)

  • [ADDED] Admin Interface >> Hide or Modify Elements: Easily simplify or customize various admin UI elements, starting with the admin bar.
  • [CHANGED] Content Management >> Enhance List Tables: this combines previously separate features related to list tables for various post types.

1.8.0 (2022.11.03)

  • [ADDED] Admin Interface >> View Admin as Role: View admin pages and the site (logged-in) as one of the non-administrator user roles.

1.7.0 (2022.10.31)

  • [ADDED] Utilities >> Redirect 404 to Homepage: Perform 301 (permanent) redirect to the homepage for all 404 (not found) pages.

1.6.0 (2022.10.31)

  • [ADDED] Utilities >> Redirect After Logout: Set custom redirect URL for all or some user roles after logout.

1.5.0 (2022.10.30)

  • [ADDED] Utilities >> Redirect After Login: Set custom redirect URL for all or some user roles after login.

1.4.0 (2022.10.30)

  • [ADDED] Security >> Change Login URL: allow for setting a custom login URL to improve site security.

1.3.0 (2022.10.29)

  • [ADDED] Admin Interface >> Hide Admin Bar: Hide it on the front end for all or some user roles.

1.2.0 (2022.10.28)

  • [ADDED] Admin Interface >> Hide Admin Notices: Clean up admin pages by moving notices into a separate panel easily accessible via the admin bar.

1.1.0 (2022.10.22)

  • [ADDED] Content Management >> Enable Media Replacement: Enable easy replacement of any type of media file with a new one while retaining the existing media ID and file name.

1.0.0 (2022.10.17)

  • Initial stable release.
Lifetime License
Available
chevron-up