Skip to content

Commit

Permalink
Release 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
koral-- committed Mar 13, 2018
1 parent f0f3e77 commit 60c3c7b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
### 1.0.11-SNAPSHOT
### 1.0.12
- `handleEmptyTranslationsAsDefault` config parameter added - [#36](https://github.com/koral--/android-gradle-localization-plugin/pull/36)

### 1.0.11
- multisheet support added - [#33](https://github.com/koral--/android-gradle-localization-plugin/pull/33)
- dependencies versions bump
- treating CDATA sections like tags in terms of `tagEscapingStrategy` so they are not escaped in `IF_TAGS_ABSENT` mode
Expand All @@ -20,4 +23,4 @@
- `formatted` attribute support added
- ability to specify all custom column names added

Changes also contain documentation updates, typofixes, and trivial code clean-ups.
Changes also contain documentation updates, typofixes, and trivial code clean-ups.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014 - 2017 Karol Wrótniak
Copyright (c) 2014 - present Karol Wrótniak

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=1.0.11
VERSION_NAME=1.0.12
GROUP=pl.droidsonroids.gradle.localization

POM_DESCRIPTION=Gradle plugin for generating localized string resources
Expand All @@ -19,4 +19,4 @@ POM_INCEPTION_YEAR=2014
POM_DEVELOPER_NAME=Karol Wrótniak
BINTRAY_API_KEY=
NEXUS_USERNAME=
NEXUS_PASSWORD=
NEXUS_PASSWORD=

0 comments on commit 60c3c7b

Please sign in to comment.