From ca60f584e5af94dc0226eb647c5cabe2764348d0 Mon Sep 17 00:00:00 2001 From: Rajab Natshah Date: Tue, 24 Nov 2020 03:01:13 +0200 Subject: [PATCH] Issue #3184377: Release VDO 9.0.0-alpha3 --- CHANGELOG.md | 20 ++++++++++++++++++++ README.md | 4 ++-- vdo.info.yml | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2ccbdf..e3a757d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,27 @@ +# 9.0.0-alpha3 + + +* Issue [#3184362](https://www.drupal.org/i/3184362): + Allowed VDO to work with Composer ~2.0 and PHP7.4 and MySQL 8 +* Added files.watcherExclude for git and node_modules for workspaces in the Visual Studio Code for each workspace [#27](https://github.com/webship/vdo-project/issues/27) + + +-------------------------------------------------------------------------------- + # 9.0.0-alpha2 * Issue [#3183876](https://www.drupal.org/i/3183876): Fixed VDO composer and .info.yml to work with Drupal 9 ( ^9.0 ) only +* Added a setup bash file to install LAMP on Ubuntu 20.10 PHP7.3 and MySQL 8 + [#20](https://github.com/webship/vdo-project/issues/20) + [setup-LAMP-ubuntu20-10.sh](https://github.com/webship/vdo-project/blob/5031d8b5ad8adfdfd31a6ce85ef6a1d29bebcdf2/vdo/scripts/install/setup-LAMP-ubuntu20-10.sh) +* Added index.html to vdo root localhost on /var/www/html/ and index.php in each workspace for better visual view and quick access to folders with docroot or web [#21](https://github.com/webship/vdo-project/issues/21) +* Added code-workspace files for Visual Studio Code IDE for each VDO workspace configs [#22](https://github.com/webship/vdo-project/issues/22) +* Added a VDO command to generate project files for Apache NetBeans IDE 12.1 for each VDO workspace configs [#23](https://github.com/webship/vdo-project/issues/23) +* Renamed cmd-vdo-backup-*.sh files to cmd-vdo-tool-backup-*.sh [#24](https://github.com/webship/vdo-project/issues/24) +* Added a new VDO Tool bash file to change git config filemode to false in all workspace config directory [#25](https://github.com/webship/vdo-project/issues/25) + +-------------------------------------------------------------------------------- # 9.0.0-alpha1 diff --git a/README.md b/README.md index d8568f5..4d1b62e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # VDO -[![Build Status](https://travis-ci.org/webship/vdo.svg?branch=9.0.0-alpha2)](https://travis-ci.com/github/webship/vdo/builds/203356106) VDO 9.0.0-alpha2 +[![Build Status](https://travis-ci.org/webship/vdo.svg?branch=9.0.0-alpha3)](https://travis-ci.com/github/webship/vdo/builds/203689889) VDO 9.0.0-alpha3 The Visual Distribution Operator (VDO) management system helps distribution maintainers manage the base code and logic for the @@ -15,7 +15,7 @@ After that you can create the project: To install the most recent stable release of VDO 9.0.x run this command: ``` -composer create-project webship/vdo-project:^9.0.0-alpha2 /var/www/html --no-dev --no-interaction +composer create-project webship/vdo-project:^9.0.0-alpha3 /var/www/html --no-dev --no-interaction ``` To install the dev version of VDO 9.0.x run this command: diff --git a/vdo.info.yml b/vdo.info.yml index 470c45f..c0486e6 100755 --- a/vdo.info.yml +++ b/vdo.info.yml @@ -2,7 +2,7 @@ name: VDO type: profile description: 'VDO Visual do helps Drupal 8 developers manage base code development work cycle for custom distributions/profiles.' core_version_requirement: ^9.0 -version: 9.0.x-dev +version: 9.0.0-alpha3 package: VDO project: vdo distribution: