Skip to content

Commit

Permalink
Bump version to 1.1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Dec 9, 2022
1 parent d598aa3 commit 992e299
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 9 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 1.1.4

### Fixed

- Set allow_local_remote_servers to true for integration tests @juliushaertl [#290](https://github.com/nextcloud/officeonline/pull/290)
- Replace deprecated String.prototype.substr() @CommanderRoot [#282](https://github.com/nextcloud/officeonline/pull/282)
- Do not use libxml_disable_entity_loader on PHP 8 or later @juliushaertl [#289](https://github.com/nextcloud/officeonline/pull/289)
- Move to QBMapper @juliushaertl [#371](https://github.com/nextcloud/officeonline/pull/371)
- Do not use DOMContentLoaded for registering the viewer handler @juliushaertl [#378](https://github.com/nextcloud/officeonline/pull/378)
- Fix viewer positioning on newer nextcloud releases @juliushaertl [#370](https://github.com/nextcloud/officeonline/pull/370)
- Unify middleware checks @juliushaertl [#384](https://github.com/nextcloud/officeonline/pull/384)


## 1.1.3

### Fixed
Expand Down
15 changes: 7 additions & 8 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<?xml version="1.0" encoding="utf-8"?>
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>officeonline</id>
<name>Office Online integration</name>
<summary>Edit office documents directly in your browser.</summary>
<description>This application can connect to an Office Online server with Nextcloud.</description>

<version>1.1.3</version>
<version>1.1.4</version>
<licence>agpl</licence>

<author>Julius Härtl</author>

<types>
<filesystem />
<dav />
<prevent_group_restriction />
<filesystem/>
<dav/>
<prevent_group_restriction/>
</types>

<documentation>
Expand All @@ -29,7 +28,7 @@
<screenshot>https://github.com/nextcloud/officeonline/raw/master/screenshot.png</screenshot>

<dependencies>
<nextcloud min-version="22" max-version="26" />
<nextcloud min-version="22" max-version="26"/>
</dependencies>

<settings>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "officeonline",
"description": "Collabora online integration",
"version": "1.1.3",
"version": "1.1.4",
"authors": [
{
"name": "Julius Härtl",
Expand Down

0 comments on commit 992e299

Please sign in to comment.