This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Inline version numbering for WordPress

Description

Remove query parameters from asset links (JavaScript and CSS) and use inline dot notation instead. (This requires changes to Apache’s .htaccess file.)

Installation

  1. Upload the plugin folder to the /wp-content/plugins/ directory
  2. Make a backup copy of the .htaccess file in the root directory of your site, if there is one.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Inline version numbering for WordPress” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

2.6.3

  • Confirmation of compatibility with WordPress 4.7.
  • No functional changes.

2.6.2

  • Confirms compatibility with WordPress 4.6.
  • Remove unused function which appeared outside the class structure.
  • Corrects README and plugin comment.

2.6.1

  • Confirm functionality in WordPress 4.5.

2.6.0

  • Don’t change file paths if they already contain a version number.

2.5.1

  • Confirm functionality in WordPress 4.4.2.

2.5

  • Remove htaccess rule when deactivating plugin.
  • Confirm functionality in WordPress 4.4.

2.4

  • Ensure that .htaccess rules are maintained cleanly when accessing Permalink section in wp-admin.
  • Thanks to http://wordpress.stackexchange.com/users/1685/thedeadmedic for the assistance.

2.3

  • Extend regex pattern in .htaccess to recognize version numbers containing dots and dashes.

2.2

  • Use the admin-init hook to update the .htaccess file whenever the version number changes. (e.g. when updating the plugin from the repository.) This is in addition to the modification which takes place when the plugin is activated.
  • Minor corrections to README.

2.1.1

  • Temporarily remove .htaccess update on plugin update, due to a bug.

2.1

  • Update .htaccess when the plugin is updated from the plugin repository.
  • Correct version number across all files in the plugin.

2.0

  • Use better code solution by Dominik Schilling. (https://dominikschilling.de/880/) No copyright breach intended: just making this plugin code available through the WordPress Plugin Directory.

1.2

  • Only modify resource src if it contains ?ver=
  • Tweak PHP code spacing
  • Modify plugin URI and key to reflect adoption in WordPress plugin repository.

1.1

  • Update code to use add_rewrite_rule function.

1.0

  • Initial version