Skip to content

Commit

Permalink
Merge pull request #1 from fabianmieller/develop
Browse files Browse the repository at this point in the history
added new plugin
  • Loading branch information
fabianmieller authored Jun 18, 2019
2 parents cf2086a + 720a9cd commit 0c32d02
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions plugin-test/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "Plugin Test",
"maintainer": "Fabian Mieller",
"versions": [
{
"version": "0.0.2",
"download": "http://downloadlink.com",
"hash": "fb6e2acebd55c2c8144580e99a71bb327c45806592c9283228a5c4920dcd12ad",
"require": {
"php": "7.2.19",
"pro": "1.21.0",
"wordpress": "5.2"
}
},
{
"version": "0.0.1",
"download": "http://downloadlink.com",
"hash": "01bba586cb22d63ccb46060bf25f4e786df5c485ce977567d994eeb50968475c",
"require": {
"php": "7.2.19",
"pro": "1.11.0",
"wordpress": "5.0"
}
}
]
}

0 comments on commit 0c32d02

Please sign in to comment.