Skip to content

Commit 018765c

Browse files
committed
Version ++
1 parent 68a5879 commit 018765c

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
##Version 0.7.0
4+
5+
* Added map parcelation
6+
* Parcelation is not generated for fields with transient modifier
7+
* Date parcelation fixes
8+
* Enum parcelation fixes
9+
310
##Version 0.6.3
411

512
* Now generating parcelable also for base cass fields

META-INF/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
** limitations under the License.
1616
*/
1717
-->
18-
<idea-plugin version="7">
18+
<idea-plugin version="8">
1919
<id>pl.charmas.parcelablegenerator</id>
2020
<name>Android Parcelable code generator</name>
21-
<version>0.6.3</version>
21+
<version>0.7.0</version>
2222
<vendor email="[email protected]" url="http://blog.charmas.pl">Michal Charmas</vendor>
2323

2424
<description><![CDATA[

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This tool generates an Android [Parcelable](https://developer.android.com/refere
77
Plugin is uploaded to plugin repository.
88
If you like, you can install it manually:
99

10-
0. Download `ParcelableGenerator` [release](https://github.com/mcharmas/android-parcelable-intellij-plugin/releases/tag/v0.6.3)
10+
0. Download `ParcelableGenerator` [release](https://github.com/mcharmas/android-parcelable-intellij-plugin/releases/tag/v0.7.0)
1111
0. Open IntelliJ/Android Studio
1212
0. *Preferences* -> *Plugins* -> *Install plugin from disk...*.
1313
0. Choose the downloaded jar file

0 commit comments

Comments
 (0)