File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased ]
7+ ## [ 1.0.0-alpha.5 ] - 2017-11-09
88## Changed
99- Commands plugin-activate and plugin-install are merged into plugin-enable
10+ - Some commands aliases are modified
1011
1112## [ 1.0.0-alpha.4] - 2017-10-30
1213## Added
@@ -266,7 +267,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
266267
267268## 0.1.0 - 2016-12-11
268269
269- [ Unreleased ] : https://github.com/biblibre/omeka-cli/compare/v1.0.0-alpha.4...HEAD
270+ [ 1.0.0-alpha.5 ] : https://github.com/biblibre/omeka-cli/compare/v1.0.0-alpha.4...v1.0.0-alpha.5
270271[ 1.0.0-alpha.4 ] : https://github.com/biblibre/omeka-cli/compare/v1.0.0-alpha.3...v1.0.0-alpha.4
271272[ 1.0.0-alpha.3 ] : https://github.com/biblibre/omeka-cli/compare/v1.0.0-alpha.2...v1.0.0-alpha.3
272273[ 1.0.0-alpha.2 ] : https://github.com/biblibre/omeka-cli/compare/v1.0.0-alpha.1...v1.0.0-alpha.2
Original file line number Diff line number Diff line change 66 require_once __DIR__ . '/vendor/autoload.php ' ;
77}
88
9- define ('OMEKACLI_VERSION ' , '1.0.0-alpha.4 ' );
9+ define ('OMEKACLI_VERSION ' , '1.0.0-alpha.5 ' );
You can’t perform that action at this time.
0 commit comments