Skip to content

Commit

Permalink
Create release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdhoine authored and github-actions[bot] committed Feb 1, 2024
1 parent 004af96 commit 73e0f9a
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 24 deletions.
40 changes: 22 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,68 +7,72 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0] - 2024-02-01

### Changed

- Dictionaries with .json files are no longer showed in dictionary
list: [#8](https://github.com/orbinson/aem-dictionary-translator/pull/5)
- Labels with no translation for a specific language no longer have a
sling:message so the value won't be empty but will have a fallback
from another language or the key itself: [#12](https://github.com/orbinson/aem-dictionary-translator/pull/12)
- Dictionaries with .json files are no longer showed in dictionary
list: [#8](https://github.com/orbinson/aem-dictionary-translator/pull/5)
- Labels with no translation for a specific language no longer have a
sling:message so the value won't be empty but will have a fallback
from another language or the key itself: [#12](https://github.com/orbinson/aem-dictionary-translator/pull/12)

### Added

- Publish specific labels in a dictionary: [#8](https://github.com/orbinson/aem-dictionary-translator/pull/5)
- Export/Import CSV files of/to dictionaries: [#10](https://github.com/orbinson/aem-dictionary-translator/issues/10)
- Publish specific labels in a dictionary: [#8](https://github.com/orbinson/aem-dictionary-translator/pull/5)
- Export/Import CSV files of/to dictionaries: [#10](https://github.com/orbinson/aem-dictionary-translator/issues/10)

## [1.0.6] - 2023-09-12

### Changed

- Add breadcrumbs to the dictionary labels page: [#3](https://github.com/orbinson/aem-dictionary-translator/issues/3)
- Add breadcrumbs to the dictionary labels page: [#3](https://github.com/orbinson/aem-dictionary-translator/issues/3)

## [1.0.5] - 2023-08-30

### Fixed

- Fix labels not working anymore when a new language is added
- Fix labels not working anymore when a new language is added

## [1.0.4] - 2023-08-16

### Fixed

- Use the distribution API to be able to deep replicate a
dictionary: [#1](https://github.com/orbinson/aem-dictionary-translator/pull/1)
- Use the distribution API to be able to deep replicate a
dictionary: [#1](https://github.com/orbinson/aem-dictionary-translator/pull/1)

## [1.0.3] - 2023-08-14

### Changed

- Set minimum required SDK version to 2023.6.12255.20230608T053118Z-230400
- Set minimum required SDK version to 2023.6.12255.20230608T053118Z-230400

## [1.0.2] - 2023-08-11

### Fixed

- When adding new languages existing labels could not be updated
- When adding new languages existing labels could not be updated

### Changed

- Update README.md documentation
- Update README.md documentation

## [1.0.1] - 2023-08-10

### Fixed

- Use correct user mapping for service user
- Use correct user mapping for service user

## [1.0.0] - 2023-08-09

### Added

- Create, publish and edit dictionaries
- Create, delete and update labels in a dictionary
- Create, publish and edit dictionaries
- Create, delete and update labels in a dictionary

[Unreleased]: https://github.com/orbinson/aem-dictionary-translator/compare/1.1.0...HEAD

[Unreleased]: https://github.com/orbinson/aem-dictionary-translator/compare/1.0.6...HEAD
[1.1.0]: https://github.com/orbinson/aem-dictionary-translator/compare/1.0.6...1.1.0

[1.0.6]: https://github.com/orbinson/aem-dictionary-translator/compare/1.0.5...1.0.6

Expand Down
2 changes: 1 addition & 1 deletion all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>be.orbinson.aem</groupId>
<artifactId>aem-dictionary-translator</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>be.orbinson.aem</groupId>
<artifactId>aem-dictionary-translator</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>be.orbinson.aem</groupId>
<artifactId>aem-dictionary-translator</artifactId>
<packaging>pom</packaging>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>

<name>AEM Dictionary Translator</name>
<description>Tool to translate AEM i18 labels for internationalization</description>
Expand Down
2 changes: 1 addition & 1 deletion ui.apps.structure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>be.orbinson.aem</groupId>
<artifactId>aem-dictionary-translator</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ui.apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>be.orbinson.aem</groupId>
<artifactId>aem-dictionary-translator</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ui.config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>be.orbinson.aem</groupId>
<artifactId>aem-dictionary-translator</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 73e0f9a

Please sign in to comment.