Skip to content

Commit

Permalink
Issue #3184377: Release VDO 9.0.0-alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
Natshah committed Nov 24, 2020
1 parent 52de2ea commit ca60f58
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

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

0 comments on commit ca60f58

Please sign in to comment.