Branch: refs/heads/master Home: https://github.com/phpmyadmin/scripts Commit: 5011234e1c8a0877ca03417dd347c6fb6f4950d8 https://github.com/phpmyadmin/scripts/commit/5011234e1c8a0877ca03417dd347c6f... Author: Isaac Bennetch bennetch@gmail.com Date: 2022-02-09 (Wed, 02 February 2022) -05:00
Changed paths: M website/daily-composer
Log Message: ----------- Fixes for which tags we process.
Handles versions greater than 4.7.0 (when we started distributing through Composer)
Fixes an unterminated quote from a5636204a44af6ee641a965617609788c4653cda
Fixes/replaces unescaped braces from dde539fdbd12b029aace1f3a173e4bc5fadd7642. While that commit is simpler, this builds version 4 since we still offer security support for 4.9.x. We can re-implement that commit once 4.9.x support is officially removed.
Related to #45 Related to https://github.com/phpmyadmin/phpmyadmin/issues/17349
Signed-off-by: Isaac Bennetch bennetch@gmail.com