Skip to content

Commit

Permalink
this is a strange app. it does not have appinfo and no info.xml
Browse files Browse the repository at this point in the history
but the version number is hidden in app/config/container.php
  • Loading branch information
jnweiger committed Jul 13, 2023
1 parent e2bbc82 commit ee951f0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
18 changes: 5 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- Added support for PHP 7.4

### Changed
- Bump symfony/process from 3.4.39 to 3.4.40 - [#549](https://github.com/owncloud/updater/pull/549)
- Bump symfony/console from 3.4.39 to 3.4.40 - [#548](https://github.com/owncloud/updater/pull/548)
- Bump symfony/process from 3.4.38 to 3.4.39 - [#547](https://github.com/owncloud/updater/pull/547)
- Bump symfony/console from 3.4.38 to 3.4.39 - [#546](https://github.com/owncloud/updater/pull/546)
- Bump psr/log from 1.1.2 to 1.1.3 - [#540](https://github.com/owncloud/updater/pull/540)
- Bump symfony/console from 3.4.37 to 3.4.38 - [#539](https://github.com/owncloud/updater/pull/539)
- Bump symfony/process from 3.4.37 to 3.4.38 - [#538](https://github.com/owncloud/updater/pull/538)
- Bump symfony/process from 3.4.36 to 3.4.37 - [#537](https://github.com/owncloud/updater/pull/537)
- Bump symfony/console from 3.4.36 to 3.4.37 - [#536](https://github.com/owncloud/updater/pull/536)
- Bump symfony/process from 3.4.35 to 3.4.36 - [#535](https://github.com/owncloud/updater/pull/535)
- Bump symfony/console from 3.4.33 to 3.4.36 - [#534](https://github.com/owncloud/updater/pull/534)
- Bump symfony/process from 3.4.33 to 3.4.35 - [#532](https://github.com/owncloud/updater/pull/532)

* [#711](https://github.com/owncloud/updater/pull/711) - Always return an int from Symfony Command execute method
* Bump libraries

## [1.0.1]

Expand Down Expand Up @@ -51,6 +42,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- Removed support for PHP 5.6


[Unreleased]: https://github.com/owncloud/updater/compare/v1.0.1...master
[Unreleased]: https://github.com/owncloud/updater/compare/v1.1.0...master
[1.1.0]: https://github.com/owncloud/updater/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/owncloud/updater/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/owncloud/updater/compare/v10.1.1...v1.0.0
2 changes: 1 addition & 1 deletion app/config/container.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
};

$c['application'] = function ($c) {
$application = new Application('ownCloud updater', '1.0.1');
$application = new Application('ownCloud updater', '1.1.0');
$application->setContainer($c);
$application->addCommands($c['commands']);
$application->setDefaultCommand($c['command.start']->getName());
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Organization and project keys are displayed in the right sidebar of the project homepage
sonar.organization=owncloud-1
sonar.projectKey=owncloud_updater
sonar.projectVersion=1.0
sonar.projectVersion=1.1.0
sonar.host.url=https://sonarcloud.io

# =====================================================
Expand Down

0 comments on commit ee951f0

Please sign in to comment.