Skip to content

Commit 486b3bf

Browse files
committed
Bump v2.5.0
1 parent 2d827e2 commit 486b3bf

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## [V2.5.0](https://github.com/Airsaid/AndroidLocalizePlugin/releases/tag/v2.5.0) (2022-02-11)
4+
- Support for preserving comments, blank lines and other characters.
5+
36
## [V2.4.0](https://github.com/Airsaid/AndroidLocalizePlugin/releases/tag/v2.4.0) (2022-01-21)
47
- Supported custom google api key.
58
- Supported plurals&string-array tags.

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
pluginGroup = com.airsaid
55
pluginName = AndroidLocalize
66
# SemVer format -> https://semver.org
7-
pluginVersion = 2.4.0
7+
pluginVersion = 2.5.0
88

99
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
# for insight into build numbers and IntelliJ Platform versions.

src/main/resources/META-INF/plugin.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737

3838
<change-notes><![CDATA[
3939
<ul>
40-
<li>Supported custom google api key.</li>
41-
<li>Supported plurals&string-array tags.</li>
40+
<li>Support for preserving comments, blank lines and other characters.</li>
4241
</ul>
4342
<a href="https://github.com/Airsaid/AndroidLocalizePlugin/blob/master/CHANGELOG.md"><b>Full Changelog History</b></a>
4443
]]></change-notes>

0 commit comments

Comments
 (0)