All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add missing use statement in AzureFactory (#49)
- Closes #44
- Upped version number to
v3.1.0
- Allow to configure the module entirely from
local.config.php
(fixes #19)
- Upped version number to
v3.0.0
- Upgraded for Omeka S v4 compatibility
- Updated Flysystem to v3
- Removed Rackspace adapter
- Upped version number to
v2.0.0
- Upgraded for Omeka S v3 compatibility
- Updated to latest composer repositories for dependencies
- Upped version number to
v1.1.5
- Added public visibility for all S3 Storage adapter cloud items by default (thanks @jajm)
- Upped version number to
v1.1.4
- Added
README.md
to binary download
- Upped version number to
v1.1.3
- Fixed code style errors
- Made more compatible with PHP 7
- Upped version number to
v1.1.2
- Updated
composer
packages - Fixes issue #10
- Upped version number to
v1.1.1
- Fixed style problems from StyleCI
- Support for Omeka S
^2.0.0
- Upped version number to
v1.1.0
- Updated
README.md
to indicate Wasabi is now a supported cloud storage service - Fixes issue #7
- Wasabi Cloud Storage adapter
- Upped version number to
v1.0.2
- Fixed style problems from StyleCI
- Fixed javascript loading problem for
toggle.js
- Updated
README.md
to indicate the module now has a DOI
CONTRIBUTORS.md
file- DOI for the module
- Upped version number to
v1.0.1
- Fixed #4 (thanks @jonfackrell)
- Fixed
.zip
release to includeModule.php
- Upped version number to
v1.0.0
- Minimum Omeka S version to
module.ini
(may work with earlier versions but only tested on 1.3.0 and up)
- Upped version number to
v0.3.2
- Fixed bug when
default
adapter is selected - Added
README.md
to bundle so description shows up in Omeka’s website
- Upped version number to
v0.3.1
- Reduced complexity of
AnyCloudFactory.php
- Reduced complexity of
ConfigForm.php
- Fixed markdown style to be consistent
- Scrutinizer integration
- Code Climate integration
- StyleCI integration
- Unused files
- Upped version number to
v0.3.0
- Updated
README.md
- Simplified settings for fewer database entries in
setting
table (breaking change—should be last breaking change for a while)
- User friendly configuration form for multiple cloud adapters
- Removed the need for users to manually change the file store alias in
config/local.config.php
- Upped version number to
v0.2.0
- Updated
README.md
- Allow settings to be configurable by the user from the Admin side of the system
- Changed the names of variables used to set up adapters (breaking change)
- Moved reused adapter code to a trait (
src/Service/File/Adapter/Common.php
) - Updated
.gitignore
file to ignoreCHANGELOG.md
when exporting project
- Added
CHANGELOG.md
- Added
CODE_OF_CONDUCT.md
- Added templates for filing issues and requesting features
- Initial release
- Minimally viable module