Changeset 2823178
- Timestamp:
- 11/23/2022 09:28:34 PM (3 years ago)
- Location:
- torque/trunk
- Files:
-
- 3 edited
-
packages.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
torque.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
torque/trunk/packages.php
r2823176 r2823178 17 17 * @var string VERSION The version number of the application, this is used in the cache key for CSS/Javascript that is minified 18 18 */ 19 public const VERSION = '0.7. 0';19 public const VERSION = '0.7.1'; 20 20 21 21 /** -
torque/trunk/readme.txt
r2823176 r2823178 5 5 Tested up to: 6.1 6 6 Requires PHP: 7.4 7 Stable tag: 0. 6.57 Stable tag: 0.7.1 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html … … 128 128 == Changelog == 129 129 130 = Version 0.7.1 = 131 132 * Updated JSlite to fix javascript parsing issue 133 130 134 = Version 0.7.0 = 131 135 -
torque/trunk/torque.php
r2823176 r2823178 10 10 Plugin URI: https://github.com/hexydec/torque 11 11 Description: Make your Wordpress website noticably faster by optimising how it is delivered. Analyse your website's performance and security, minify and combine your assets, and configure an array of performance and security settings quickly and easily with this comprehensive plugin. Achieves the best compression of any minification plugin. 12 Version: 0.7. 012 Version: 0.7.1 13 13 Requires PHP: 7.4 14 14 Author: Hexydec
Note: See TracChangeset
for help on using the changeset viewer.