Releases: biblibre/omeka-cli
Releases · biblibre/omeka-cli
2.0.0
v1.1.0
v1.0.0
v1.0.0-beta.1
Changed
- Command 'info' renamed to 'status' and now shows only the number of installed
and uninstalled plugins
Added
- New command 'plugin-list'
v1.0.0-alpha.6
Changed
- Use Symfony's console component
v1.0.0-alpha.5
Changed
- Commands plugin-activate and plugin-install are merged into plugin-enable
- Some commands aliases are modified
v1.0.0-alpha.4
Added
- New command plugin-search
Changed
- Command plugin-download requires an exact name for the plugin
Removed
- OmekaCli\Console\Prompt
Fixed
- Phar compiler adds shebang
- Prevent warnings if command class does not exist
v1.0.0-alpha.3
Changed
- Omeka code is run inside another process to keep the main process clean
- CommandInterface now extends ContextAwareInterface and LoggerAwareInterface
- CommandInterface::run now takes only two parameters
- Test suite sets up a new Omeka installation before running tests
v1.0.0-alpha.2
Added
- Global options to adjust verbosity (--quiet, --verbose)
- Command plugin-download learned --force to bypass omeka_minimum_version
- Command plugin-download learned --exclude-github to avoid searching plugins in
Github repositories
Changed
- Command check-updates now prints old and new versions
- Command help now prints the command description
- Command install has default values for all its options and do not prompt for
missing values - Command install tries to create the database if it does not exist
- Move OmekaCli\Command\PluginCommands\Utils\PluginUtils static methods in
OmekaCli\Command\PluginCommands\AbstractPluginCommand - Command plugin-update refuses to update a plugin if it is active
- OmekaDotOrgRepository extract the zip file into a temporary directory first to
get the plugin's real name - Command upgrade no longer backup the Omeka directory nor deactivate all
plugins before upgrading - Command upgrade compress the database dump with gzip
- Command upgrade no longer ask for automatic recovering if the upgrade fails.
It is up to the user to manually reinject the database dump if they think it's
needed - Namespace renaming
- Command snapshot was split in two (snapshot and snapshot-restore)
- Moved UIUtils to Console\Prompt
Removed
- Constant OMEKA_CLI_PATH
- Global option --no-prompt
- Command plugin-update forgot --list
Fixed
- omeka-cli can now be installed using composer
v1.0.0-alpha.1
Changed
- installation infos are given as options to the
install
command. - --no-prompt can be replaced by -n option.
install
ask for missing optionsinstall
: make help more understandable.install
: also initialize git submodules.
Fixed
- Bug whan downloads plugins whose name has more than one word.
- Uncaught option parsing exceptions.
install
default options.- administator_email empty with
install
command. - Typo in
install
command. install
: do not ask for other options if only -v is given