Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add changelog for version 1.3.12 #387

Merged
merged 4 commits into from
May 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion defines.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' );

/*
Expand Down
Loading