diff --git a/CHANGELOG.md b/CHANGELOG.md index 52f086e5..fb5df23a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. +## [1.3.12](https://github.com/Automattic/vip-go-ci/releases/tag/1.3.12) - 2024-15-05 +- [#386](https://github.com/Automattic/vip-go-ci/pull/386): Update VIPCS + dependencies + ## [1.3.11](https://github.com/Automattic/vip-go-ci/releases/tag/1.3.11) - 2023-11-02 - [#383](https://github.com/Automattic/vip-go-ci/pull/383): Temporarily roll back git requirement diff --git a/README.md b/README.md index 8f05b24a..693b7136 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ If you have a feature request, please read the [file on contributing](CONTRIBUTI * The PHP-based utlities — PHPCS, SVG scanner and PHP Lint — can be run using different PHP versions than `vip-go-ci` itself. See individual sections below on this. * These utilities have their own requirements. * Linux is recommended as a platform for `vip-go-ci`. -* git version 2.30 or later. +* git version 2.10 or later. * Working bash shell. * Access to GitHub API and other APIs configured. diff --git a/defines.php b/defines.php index f8b59029..e49e062a 100644 --- a/defines.php +++ b/defines.php @@ -10,7 +10,7 @@ /* * Version number and default name to use. */ -define( 'VIPGOCI_VERSION', '1.3.11' ); +define( 'VIPGOCI_VERSION', '1.3.12' ); define( 'VIPGOCI_DEFAULT_NAME_TO_USE', 'vip-go-ci' ); /*