Skip to content

Commit

Permalink
Bump version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jajm committed Jun 15, 2020
1 parent 5d2ce8d commit aa38895
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.0.0] - 2020-06-15
### Added
- Added support for PHP 7.4

### Removed
- Removed support for PHP versions older than 7.2

### Changed
- Replaced deprecated jeremeamia/SuperClosure by opis/closure
- Updated PHPUnit to version 8

## [1.1.0] - 2018-10-31
### Added
- New command user-create
Expand Down Expand Up @@ -292,6 +303,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## 0.1.0 - 2016-12-11

[2.0.0]: https://github.com/biblibre/omeka-cli/compare/v1.1.0...v2.0.0
[1.1.0]: https://github.com/biblibre/omeka-cli/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/biblibre/omeka-cli/compare/v1.0.0-beta.1...v1.0.0
[1.0.0-beta.1]: https://github.com/biblibre/omeka-cli/compare/v1.0.0-alpha.6...v1.0.0-beta.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ commands.

## Requirements

- PHP (>= 5.6) with the following extensions:
- PHP (>= 7.2) with the following extensions:
- Zip
- PDO and the PDO_MYSQL driver
- git
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
require_once __DIR__ . '/vendor/autoload.php';
}

define('OMEKACLI_VERSION', '1.1.0');
define('OMEKACLI_VERSION', '2.0.0');

0 comments on commit aa38895

Please sign in to comment.