Releases: vqmod/vqmod
Releases · vqmod/vqmod
v2.6.8-stand-alone
Basic vQmod without Integration
- preg_replace_callback updated to function with php 8.2.x+
v2.6.7-stand-alone
Basic vQmod without Integration
- Updated usgsr to return file lists
- Added post-processing for checked.cache file growth to prevent the file from getting too large
- No longer creating an "OpenCart" version of this file. Instead moving the opencart script files to a separate repo
OpenCart Files are here: https://github.com/vqmod/opencart/releases/
v2.6.6-opencart
- Fix for Journal twig compatibility that was affected by the previous fix. Only the vqmod_opencart.xml file has changed
v2.6.5-opencart
- Fix for 3.0.3.5 twig file changes
- Fix for 3.0.3.7 modification file overrides. In 3.0.3.7, some questionable code was added to the modifcation.xml file to force the use of the version within the modification folder, instead of just letting the code evaluate. This will disable that forced code and allow vqmod's to also run against those files, allowing both ocmod and vqmod to run on twig files. (Note: ocmods always run first on all files)
v2.6.4-stand-alone
Basic vQmod without any integration
- Changed continue 2; to break 2 to satisfy php 7.3 warning
v2.6.4-opencart
OpenCart integration of vQmod
- Changed continue 2; to break 2 to satisfy php 7.3 warning
v2.6.3-opencart
OpenCart integration of vQmod
- Updated vqmod_opencart.xml to support OpenCart 3.0.0 twig template system (Thanks for the regex Jay!)
- Change IgnoreIf back to VQSearchNode to keep autotrim and remove need for open/close tags to be on the same line
- Added fix for case insensitivity in file paths
v2.6.2-stand-alone
Basic vQmod without any integration
- Change IgnoreIf back to VQSearchNode to keep autotrim and remove need for open/close tags to be on the same line
- Added fix for case insensitivity in file paths
v2.6.1-stand-alone
Basic vQmod without any integration
v2.6.1-opencart
OpenCart integration of vQmod
- OpenCart 2.2.0.0 support added (will support 1.4.x through 2.2.0.0)
- Now supports attributes in the tag so you can upload ocmod xml files as vqmod files. Instead of installing ocmod files with the extension installer, just upload the file directly to the vqmod/xml folder and they will run like vQmod scripts.
- Fix for double modding when certain theme makers overstep and alter the ocmod engine causing vQmod to double modify.