All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
0.9.0 - 2024-06-04
- #1292 - fix: use webpack 5
- 23 security reports fixed
- Dependencies updated
0.8.0 - 2023-08-11
- #1233 - Always return an int from Symfony Command execute method
- #1230 - Update suggested use for major update
- Minimum core version 10.11, minimum php version 7.4
- Dependencies updated
0.7.0 - 2022-07-05
- #39387 - Update guzzle major version to 7
- This version requires ownCloud 10.11.0 or above
0.6.3 - 2022-02-16
- replace marketplace storage urls in csp - #913
0.6.2 - 2021-12-29
- Fix issues when the market API key is an empty string - #870
0.6.1 - 2021-06-18
- Use relative url instead of absoulute url - #650
0.6.0 - 2020-07-10
- Set owncloud min-version to 10.5
- Only enable enterprise_key for versions < 10.5.0
- Bump libraries
- [Snyk] Security upgrade easygettext from 2.7.0 to 2.8.0 - #533
- [Security] Bump lodash from 4.17.11 to 4.17.15 - #518
- [Security] Bump https-proxy-agent from 2.2.1 to 2.2.4 - #505
- [Security] Bump mixin-deep from 1.3.1 to 1.3.2 - #497
- [Security] Bump jquery from 3.4.1 to 3.5.0 - #556
- [Synk] Security upgrade snyk from 1.269.0 to 1.290.1 - #527
- [Synk] Security upgrade node-sass from 4.12.0 to 4.13.1 - #523
- [Synk] Security upgrade sass-loader from 6.0.6 to 6.0.7 - #524
0.5.1 - 2020-07-28
- Notification about new trial - #586
0.5.0 - 2019-06-24
- Provided information on how/where to retrieve API keys for the market app #468
- Library updates #465 #466 #467 #474 #476 #478 #482
0.4.0 - 2019-03-14
- Login directly from market-app to auto-install api-key - #443
- Bump npm-watch from 0.1.9 to 0.5.0 - #429
- Bump vue-router from 2.7.0 to 3.0.2 - #431
- Bump vue-gettext from 2.0.23 to 2.1.2 - #440
- Bump vue and vue-template-compiler - #428
- Bump uikit from 3.0.0-beta.34 to 3.0.0-rc.26 - #441
- Bump uglify-js from 3.1.3 to 3.4.9 - #394
- Library updates to resolve vulnerabilities - #377 #445
- Hide api key in xhr-responses if key is configured in config.php - #454
- Hide 'Edit/Add API Key' button if not changeable - #185
- Fix "Logged In" is shown despite being logged out - #450
- Fix typo "Logged In" - #448
- Prevent uninstalling market app from within market app - #145
0.3.0 - 2018-12-20
- Set max version to 10.1 because core platform is switching to Semver
- Admins can now choose between minor or major update of an app - #391
- Bugfix/update dependencies breaking - #407 #408
- Bump jakub-onderka/php-console-highlighter from 0.3.2 to 0.4 - #392
- Bump constantinople from 3.0.2 to 3.1.2 - #412
0.2.5 - 2018-07-25
- Rebuild top-left navigation if app was (de)installed - #359
- Check license of latest marketplace release - #362
0.2.4 - 2018-04-17
- Automatic cache invalidation when starting a enterprise trail #282
- Prevent update notifications for uninstalled apps #285
0.2.3 - 2017-11-14
- Show more detailed update information - #159
- Darken card box-shadow - #136
- Handle cluster setups better - #125 #184
0.2.2 - 2017-09-15
- Added market:uninstall command - #125
- Added background job to notify admins about app updates - #108
occ market:list
will return a alphabetical sorted list - #122occ market
commands will return non-zero exit codes on failure - #143- Provide more detailed information when marketplace could not be reached - #141
- Better handling for cluster setups - #125
- Only show enterprise trail button when no license key is set - #142
- Top right menu will no longer be condensed - #149
- Only show links to publisher pages that are active - #157
0.2.1 - 2017-07-06
- Ability to start an enterprise trail from within owncloud - #107
- If apps are not downloadable, a link to marketplace is provided - #93