Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

solves #45, solves #44 Move replication to /bin/replicate using javas… #50

Merged
merged 7 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,17 @@ 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)
- Add option to publish to preview [#43](https://github.com/orbinson/aem-dictionary-translator/issues/43)
- 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)

### Fixed

- Fix publication error on too many keys selected [#45](https://github.com/orbinson/aem-dictionary-translator/issues/45)
- Fix publication timeout error on too large dictionary [#44](https://github.com/orbinson/aem-dictionary-translator/issues/44)
- Updated terminology to message entry and key instead of label [#33](https://github.com/orbinson/aem-dictionary-translator/issues/33)

## [1.1.4] - 2024-09-16

### Fixed
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.5-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</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.5-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

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.5-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>

<name>AEM Dictionary Translator</name>
<description>Tool to translate AEM i18 dictionaries 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.5-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</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.5-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#base=js
publish.js
Loading
Loading