Skip to content

Commit

Permalink
Merge pull request #16 from ONLYOFFICE/develop
Browse files Browse the repository at this point in the history
Release/2.2.1
  • Loading branch information
LinneyS authored May 27, 2020
2 parents 915571d + ea2e3f6 commit 5ab4ec0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 2.2.1
## Changed
- Updated marketplace version

## 2.2.0
## Fixed
- ANSI encoding issue
Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,15 @@ Community Edition vs Integration Edition comparison can be found [here](#onlyoff
## Installing Confluence ONLYOFFICE integration plugin

Upload the compiled ***target/onlyoffice-confluence-plugin.jar*** to Confluence on the `Manage add-ons` page.
The latest compiled package files are available [here](https://github.com/onlyoffice/onlyoffice-confluence/releases).

The latest compiled package files are available [here](https://github.com/onlyoffice/onlyoffice-confluence/releases) and on [Atlassian Marketplace](https://marketplace.atlassian.com/apps/1218214/onlyoffice-connector-for-confluence).

You could also install plugin from Confluence administration panel:

1. Navigate to `Manage add-ons` page.
2. Click **Find new apps** or **Find new add-ons** on the left panel.
3. Locate **ONLYOFFICE Connector for Confluence** using search.
4. Click **Install** to download and install the app.

## Configuring Confluence ONLYOFFICE integration plugin

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>onlyoffice</groupId>
<artifactId>onlyoffice-confluence-plugin</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>

<organization>
<name>Ascensio System SIA</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/atlassian-plugin-marketing.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<atlassian-plugin-marketing>
<compatibility>
<product name="confluence" min="6.0.0" max="7.3.1" />
<product name="confluence" min="6.0.0" max="7.6.1" />
</compatibility>

<logo image="images/144.png"/>
Expand Down

0 comments on commit 5ab4ec0

Please sign in to comment.