Skip to content

Commit

Permalink
Update maven depedencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bdhoine committed Nov 14, 2024
1 parent 1f025c5 commit c0e6888
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 71 deletions.
69 changes: 40 additions & 29 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,102 +9,113 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Updated terminology to message entry and key instead of label [#33](https://github.com/orbinson/aem-dictionary-translator/issues/33)
- Updated terminology to message entry and key instead of
label [#33](https://github.com/orbinson/aem-dictionary-translator/issues/33)
- Added /conf as editable root for dictionaries [#46](https://github.com/orbinson/aem-dictionary-translator/issues/46)
- Update maven dependencies [#51](https://github.com/orbinson/aem-dictionary-translator/pull/51)

## [1.1.4] - 2024-09-16

### Fixed

- Language nodes can be different than the jcr:language property value [#37](https://github.com/orbinson/aem-dictionary-translator/issues/37)
- Allow nt:folder as language node [#38](https://github.com/orbinson/aem-dictionary-translator/issues/38)
- Language nodes can be names different between the languages [#39](https://github.com/orbinson/aem-dictionary-translator/issues/39)
- Update all responses to use HTML based error responses so that Granite UI shows them in the dialogs: [#24](https://github.com/orbinson/aem-dictionary-translator/issues/24)
- Don't swallow the replication exceptions, but show the user that it does not have the rights: [#23](https://github.com/orbinson/aem-dictionary-translator/issues/23)
- Language nodes can be different than the jcr:language property
value [#37](https://github.com/orbinson/aem-dictionary-translator/issues/37)
- Allow nt:folder as language node [#38](https://github.com/orbinson/aem-dictionary-translator/issues/38)
- Language nodes can be names different between the
languages [#39](https://github.com/orbinson/aem-dictionary-translator/issues/39)
- Update all responses to use HTML based error responses so that Granite UI shows them in the
dialogs: [#24](https://github.com/orbinson/aem-dictionary-translator/issues/24)
- Don't swallow the replication exceptions, but show the user that it does not have the
rights: [#23](https://github.com/orbinson/aem-dictionary-translator/issues/23)

## [1.1.3] - 2024-08-03

### Fixed

- Add sling:key to message entries for a newly created language: [#28](https://github.com/orbinson/aem-dictionary-translator/issues/28)
- Add sling:key to message entries for a newly created
language: [#28](https://github.com/orbinson/aem-dictionary-translator/issues/28)

## [1.1.2] - 2024-02-28

## [1.1.1] - 2024-02-08

### Added

- CSV files with other languages than the dictionary currently has will not be imported: [#17](https://github.com/orbinson/aem-dictionary-translator/pull/17)
- CSV files with other languages than the dictionary currently has will not be
imported: [#17](https://github.com/orbinson/aem-dictionary-translator/pull/17)

### Fixed

- Resolved errors occurring when publishing message entries: [#13](https://github.com/orbinson/aem-dictionary-translator/issues/13)
- Reactivated publish button for dictionaries: [#13](https://github.com/orbinson/aem-dictionary-translator/issues/13)
- Exporting a csv sometimes gives completely empty file: [#15](https://github.com/orbinson/aem-dictionary-translator/issues/15)
- Importing a csv with the correct languages sometimes still gives the error of wrong languages: [#19](https://github.com/orbinson/aem-dictionary-translator/issues/19)
- Resolved errors occurring when publishing message
entries: [#13](https://github.com/orbinson/aem-dictionary-translator/issues/13)
- Reactivated publish button for dictionaries: [#13](https://github.com/orbinson/aem-dictionary-translator/issues/13)
- Exporting a csv sometimes gives completely empty
file: [#15](https://github.com/orbinson/aem-dictionary-translator/issues/15)
- Importing a csv with the correct languages sometimes still gives the error of wrong
languages: [#19](https://github.com/orbinson/aem-dictionary-translator/issues/19)

## [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)
- Message entries 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)
- Message entries 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 message entries 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 message entries 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 page: [#3](https://github.com/orbinson/aem-dictionary-translator/issues/3)
- Add breadcrumbs to the dictionary page: [#3](https://github.com/orbinson/aem-dictionary-translator/issues/3)

## [1.0.5] - 2023-08-30

### Fixed

- Fix message entries not working anymore when a new language is added
- Fix message entries 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 message entries could not be updated
- When adding new languages existing message entries 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 message entries in a dictionary
- Create, publish and edit dictionaries
- Create, delete and update message entries in a dictionary

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

Expand Down
1 change: 0 additions & 1 deletion all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
<version>1.10.0</version>
</dependency>
</dependencies>
</project>
Loading

0 comments on commit c0e6888

Please sign in to comment.