Skip to content
This repository was archived by the owner on Dec 6, 2019. It is now read-only.

Commit 8d0120a

Browse files
author
Alec Ritson
committed
Version bump and manifest update
1 parent 4c8f920 commit 8d0120a

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

placid/PlacidPlugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function getName()
1010
}
1111
function getVersion()
1212
{
13-
return '1.7.119';
13+
return '1.7.120';
1414
}
1515
public function getSchemaVersion()
1616
{

placid/manifest.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
[
2-
{
2+
{
3+
"version": "1.7.120",
4+
"downloadUrl": "https://github.com/alecritson/Placid/archive/master.zip",
5+
"date": "2016-05-18T00:00:00+00:00",
6+
"notes": [
7+
"# Fixes",
8+
"[Fixed] Correct misnamed $token variable in Placid_RequestService (thanks Jonathan)",
9+
]
10+
},
11+
{
312
"version": "1.7.119",
413
"downloadUrl": "https://github.com/alecritson/Placid/archive/master.zip",
514
"date": "2016-04-28T00:00:00+00:00",

0 commit comments

Comments
 (0)