Skip to content

Commit 9c9b01e

Browse files
committed
Merge branch 'nb100dev'
2 parents cda346a + 3198440 commit 9c9b01e

5 files changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,10 @@ If development version exists, it will be available in the same archive as stabl
190190

191191
[github releases](https://github.com/junichi11/netbeans-wordpress-plugin/releases)
192192

193+
## Donation
194+
195+
<a href="https://www.patreon.com/junichi11"><img src="https://c5.patreon.com/external/logo/become_a_patron_button@2x.png" height="50"></a>
196+
193197
## License
194198

195199
[Common Development and Distribution License (CDDL) v1.0 and GNU General Public License (GPL) v2](http://netbeans.org/cddl-gplv2.html)

manifest.mf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ Manifest-Version: 1.0
22
OpenIDE-Module: org.netbeans.modules.php.wordpress
33
OpenIDE-Module-Layer: org/netbeans/modules/php/wordpress/resources/layer.xml
44
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/php/wordpress/Bundle.properties
5-
OpenIDE-Module-Specification-Version: 0.9.5
5+
OpenIDE-Module-Specification-Version: 0.10.0
66
OpenIDE-Module-Install: org/netbeans/modules/php/wordpress/WordPressModuleInstall.class

nbproject/genfiles.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
build.xml.data.CRC32=1a9c0250
22
build.xml.script.CRC32=f6cbff90
3-
build.xml.stylesheet.CRC32=a56c6a5b@2.72.1
3+
build.xml.stylesheet.CRC32=15ca8a54@2.74.1
44
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
55
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
66
nbproject/build-impl.xml.data.CRC32=1a9c0250
77
nbproject/build-impl.xml.script.CRC32=bfa38a5f
8-
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.72.1
8+
nbproject/build-impl.xml.stylesheet.CRC32=49aa68b0@2.74.1

test/unit/src/org/netbeans/modules/php/wordpress/util/UnderscoresUtilsTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
*/
4242
package org.netbeans.modules.php.wordpress.util;
4343

44-
import static junit.framework.Assert.assertEquals;
4544
import org.junit.Test;
4645
import org.netbeans.junit.NbTestCase;
4746

test/unit/src/org/netbeans/modules/php/wordpress/validators/WordPressDirectoryNameValidatorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
import java.util.Arrays;
4545
import java.util.Collections;
46-
import junit.framework.Assert;
46+
import org.junit.Assert;
4747
import org.junit.Test;
4848
import org.netbeans.modules.php.api.validation.ValidationResult;
4949

0 commit comments

Comments
 (0)