Skip to content

Tags: hexydec/torque

Tags

1.0.0

Toggle 1.0.0's commit message
Merge branch 'master' of github.com:hexydec/torque

0.7.5

Toggle 0.7.5's commit message
Updated "Push Assets" to "preload Assets" in `config.php`.

Updated PHP version requirements and Wordpress tested up to version.

0.7.4

Toggle 0.7.4's commit message
The name of the app is not title case when Console Logging in `app::d…

…rawStats()`.

Used PHP 8.0 property type definitions, and union return types where needed.
Updated `require` calls in autoloaders to be used as a keyword and for the `spl_autoload_register()` call not to return a value.
Fixed issue in `csp::recommendations()` where if the recommended URL was the base URL of the site, it should use `'self'` instead.

0.7.3

Toggle 0.7.3's commit message
Updated version to 0.7.3.

0.7.2

Toggle 0.7.2's commit message
Updated version to 0.7.2.

Updated changelog.

0.6.5

Toggle 0.6.5's commit message
Tested with Wordpress v6.1.

Fixed bug in Content-Security-Policy generator where a directive was not spelt correctly.
Updated JSlite to fix some javascript handling issues.
Minor syntax improvements.

0.6.3

Toggle 0.6.3's commit message
Updated changelog.

0.5.6

Toggle 0.5.6's commit message
Updated version number in readme.txt and torque.php.

0.5.4

Toggle 0.5.4's commit message
Updated regexp in `assets::buildCss()` to fix issue where it matched …

…a trailing quote, and streamlined how it handles inline data URI's.

Fixed bugs where `realpath()` cannot handle URL's with querystrings or hashbangs, it now just uses the path component.
Updated `config::__construct()` to handled the return value of `overview::draw()` as a string or null.

0.5.3

Toggle 0.5.3's commit message
Bumped version to 0.5.3.

Updated readme.