Skip to content

Commit 6876508

Browse files
kporras07John Spellman
andauthored
[CMS-898] Update to 3.0.8. (#2382)
* Update composer dependencies. * Update CHANGELOG.md. * Update terminus version. * Fix formatting in CHANGELOG.md. Co-authored-by: John Spellman <[email protected]> * Remove next version line from CHANGELOG.md [ci skip]. Co-authored-by: John Spellman <[email protected]>
1 parent 063716f commit 6876508

File tree

4 files changed

+275
-556
lines changed

4 files changed

+275
-556
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Change Log
22
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org)
33

4-
## 3.0.8-dev
4+
## 3.0.8 - 2022-08-22
5+
6+
### Changed
7+
- Install plugins can now be done from git url (#2362)
8+
9+
### Fixed
10+
- Make sure local:clone gets the right branch (#2375)
11+
- Plugin update should work without args or with 'all' args (#2369)
12+
- Make backup:restore command work with element = all (#2381)
513

614
## 3.0.7 - 2022-03-29
715

bin/terminus

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if (!getenv('TERMINUS_ALLOW_UNSUPPORTED_NEWER_PHP') && version_compare(PHP_VERSI
3232

3333
// This variable is automatically managed via updateDependenciesversion() in /RoboFile.php,
3434
// which is run after every call to composer update.
35-
$terminusPluginsDependenciesVersion = '4f7bf5e1bb';
35+
$terminusPluginsDependenciesVersion = 'e993a57a30';
3636

3737
// Cannot use $_SERVER superglobal since that's empty during phpunit testing
3838
// getenv('HOME') isn't set on Windows and generates a Notice.

0 commit comments

Comments
 (0)