Skip to content

Releases: vqmod/vqmod

v2.6.8-stand-alone

12 Feb 04:59
1649cf8
Compare
Choose a tag to compare

Basic vQmod without Integration

  • preg_replace_callback updated to function with php 8.2.x+

v2.6.7-stand-alone

26 May 18:49
Compare
Choose a tag to compare

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

20 Apr 21:16
Compare
Choose a tag to compare
  • Fix for Journal twig compatibility that was affected by the previous fix. Only the vqmod_opencart.xml file has changed

v2.6.5-opencart

11 Apr 21:29
Compare
Choose a tag to compare
  • 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

10 May 01:55
Compare
Choose a tag to compare

Basic vQmod without any integration

  • Changed continue 2; to break 2 to satisfy php 7.3 warning

v2.6.4-opencart

10 May 01:59
Compare
Choose a tag to compare

OpenCart integration of vQmod

  • Changed continue 2; to break 2 to satisfy php 7.3 warning

v2.6.3-opencart

22 Jun 19:30
Compare
Choose a tag to compare

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

22 Jun 19:27
Compare
Choose a tag to compare

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

05 Mar 16:09
Compare
Choose a tag to compare

Basic vQmod without any integration

v2.6.1-opencart

05 Mar 16:12
Compare
Choose a tag to compare

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.