From 60c3c7bebdfad38ebed60f0717ead06ee9f97355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20Wr=C3=B3tniak?= Date: Tue, 13 Mar 2018 21:11:22 +0100 Subject: [PATCH] Release 1.0.12 --- CHANGELOG.md | 7 +++++-- LICENSE | 4 ++-- gradle.properties | 4 ++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c16832..a2a20a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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. \ No newline at end of file +Changes also contain documentation updates, typofixes, and trivial code clean-ups. diff --git a/LICENSE b/LICENSE index bd98918..9e27d30 100644 --- a/LICENSE +++ b/LICENSE @@ -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 @@ -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. \ No newline at end of file +SOFTWARE. diff --git a/gradle.properties b/gradle.properties index efc07b1..7c023de 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 @@ -19,4 +19,4 @@ POM_INCEPTION_YEAR=2014 POM_DEVELOPER_NAME=Karol Wrótniak BINTRAY_API_KEY= NEXUS_USERNAME= -NEXUS_PASSWORD= \ No newline at end of file +NEXUS_PASSWORD=