Skip to content

Releases: hexydec/torque

Torque 0.4.0

29 Jul 22:15
Compare
Choose a tag to compare

This release renames the plugin to Torque, and expands the functionality of the plugin to focus on wider transport optimisation. It now includes and array of performance and security settings that can make your Wordpress website faster and more secure:

  • Split the app into a number of classes to make the code more moduler and maintenance simpler
  • Reworked the admin panel to split the configuration options into tabs
  • Updated minification options to match latest available in minifiers
  • Added new configuration options to control lazy loading and cache headers
  • Added ability to combine and minify stylesheets and scripts
  • Added a Security tab and implemented a number of security headers and Content-Security-Policy
  • Added a Preload tab and implemented ability to configure and set the Link header for HTTP/2.0 preload
  • Added application to retrieve the assets a page contains for use in selecting assets to combine or preload
  • Added an Overview tab an build interface to display metrics about your page, along with descriptions and recommendations
  • Improved layout of control descriptions
  • Fixed bug in config::buildConfig() where the current config was not pruned
  • Set function calls to root namespace where possible
  • Added torque logo
  • Enabled field descriptions to be HTML
  • Reworked packages.php to run the dependencies from a subfolder and simplified the cleanup process
  • Updated readme.md to describe new functionalilty
  • Software is now beta

HTMLdoc Wordpress v0.2.0

23 May 22:04
Compare
Choose a tag to compare

First release of my HTMLdoc plugin for Wordpress, this release brings the following features:

  • Installs the plugin through the Wordpress interface, and download/inflates its dependencies
  • Provides a control panel to turn minification on/off and configure the various components
  • Can minify just your Wordpress front-end or also the administration system
  • Caches minified CSS and Javascript using the Wordpress transients API
  • Generates mnification stats including timing and compression through an option in the admin system