diff --git a/.gitignore b/.gitignore index 775882d..1395c2d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ .idea/ out/ -src/testdata/ diff --git a/META-INF/plugin.xml b/META-INF/plugin.xml index 3a7876b..6e3dc77 100644 --- a/META-INF/plugin.xml +++ b/META-INF/plugin.xml @@ -1,7 +1,7 @@ be.wimsymons.intellij.polopolyimport Polopoly Importer - 1.4 + 1.5 Wim Symons +
1.5
+
Fixed charset conversion issues
+
1.4
-
1.4 Fixed NullPointerException on IDEA 12
+
Fixed NullPointerException on IDEA 12
1.3
Fixed issue with Guava deprecating Closeables.closeQuietly in Guava 15
@@ -76,4 +79,4 @@ This version keeps state on application-level, not on project level. -
\ No newline at end of file + diff --git a/README.md b/README.md index cf228d4..6fa9410 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Polopoly Importer Plugin for IntelliJ -Based on Marc Viane's work (https://github.com/mavicon/intellij-ppimport) and inspiration -from Johan Rylander's Atex Polopoly plugin for IntelliJ (https://github.com/jrylander/PolopolyIntelliJPlugin). +Based on Marc Viane's work and inspiration +from Johan Rylander's Atex Polopoly plugin for IntelliJ . This plugin is written to simplify import of content XML files into the Polopoly CMS. @@ -20,6 +20,7 @@ This is different from Johan or Marc's plugin, which store this information sepa ## Change log + 1.5 Fixed charset conversion issues 1.4 Fixed NullPointerException on IDEA 12 1.3 Fixed issue with Guava deprecating Closeables.closeQuietly in Guava 15 1.2 Fixed ArrayIndexOutOfBoundsException: 0 when there are no replacements. @@ -45,22 +46,22 @@ This is different from Johan or Marc's plugin, which store this information sepa Requires IntelliJ IDEA 11 or later. -Download the **polopoly-import-1.4.jar** from the **distributable** folder. +Download the **polopoly-import-1.5.jar** from the **distributable** folder. 1. Start IntelliJ IDEA. 2. Open the plugin manager dialog (**Menu: File > Settings > Plugins**) 3. Click **Install plugin from disk** button to open the **Choose Plugin file** dialog. -4. Select the **polopoly-import-1.4.jar** file and click **OK** to close the dialog. +4. Select the **polopoly-import-1.5.jar** file and click **OK** to close the dialog. 5. Click **OK** to close the **Settings** dialog. 6. Restart IntelliJ IDEA. ## Libraries -This software uses the [Swizzle Stream](http://swizzle.codehaus.org/Swizzle+Stream) library from The Codehaus. +This software uses parts of distributed under Apache License 2.0. ## Copyright and license -Copyright 2013 Wim Symons +Copyright 2016 Wim Symons Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. @@ -72,4 +73,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file +limitations under the License. diff --git a/distributable/polopoly-import-1.4.jar b/distributable/polopoly-import-1.4.jar deleted file mode 100644 index da858c1..0000000 Binary files a/distributable/polopoly-import-1.4.jar and /dev/null differ diff --git a/distributable/polopoly-import-1.5.jar b/distributable/polopoly-import-1.5.jar new file mode 100644 index 0000000..6eb9200 Binary files /dev/null and b/distributable/polopoly-import-1.5.jar differ diff --git a/intellij-ppimport.iml b/intellij-ppimport.iml index 68eb9d2..4dcf428 100644 --- a/intellij-ppimport.iml +++ b/intellij-ppimport.iml @@ -6,6 +6,7 @@ + @@ -17,5 +18,4 @@