Skip to content

Commit

Permalink
release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WengerK committed Oct 21, 2022
1 parent fa3903e commit 7a5e5f4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.1.0] - 2022-10-21
### Added
- add dependabot for GitHub Action dependency
- add upgrade-status check
Expand Down Expand Up @@ -43,7 +45,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- First draft.

[Unreleased]: https://github.com/antistatique/drupal-ckeditor-nbsp/compare/8.x-2.0-alpha1...HEAD
[Unreleased]: https://github.com/antistatique/drupal-ckeditor-nbsp/compare/8.x-2.1...HEAD
[2.1.0]: https://github.com/antistatique/drupal-ckeditor-nbsp/compare/8.x-2.0-alpha1...8.x-2.1
[2.0.0-alpha1]: https://github.com/antistatique/drupal-ckeditor-nbsp/compare/8.x-1.2...8.x-2.0-alpha1
[1.2.0]: https://github.com/antistatique/drupal-ckeditor-nbsp/compare/8.x-1.1...8.x-1.2
[1.1.0]: https://github.com/antistatique/drupal-ckeditor-nbsp/compare/8.x-1.0...8.x-1.1
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ globally on your environment:

Once run, you will be able to access to your fresh installed Drupal on `localhost::8888`.

docker-compose build --pull --build-arg BASE_IMAGE_TAG=8.9 drupal
docker-compose build --pull --build-arg BASE_IMAGE_TAG=9.0 drupal
(get a coffee, this will take some time...)
docker-compose up -d drupal chrome
docker-compose exec -u www-data drupal drush site-install standard --db-url="mysql://drupal:drupal@db/drupal" -y
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@ The version `8.x-3.x` is not compatible with Drupal `8.x` and will only support

## Which version should I use?

|Drupal Core| NBSP |
|:---------:|:---------:|
|8.7.x | 1.x |
|8.8.x | 2.x |
|9.x | 2.x - 3.x |
| Drupal Core | NBSP |
|:-----------:|:------------:|
| 8.7.x | 1.x |
| 8.8.x | 2.0.0-alpha1 |
| 8.8.x | 2.0.0-alpha1 |
| 9.x | 2.x |

## Dependencies

Expand Down

0 comments on commit 7a5e5f4

Please sign in to comment.