Skip to content

Commit

Permalink
Added DevDemon Updater compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
leigeber committed May 8, 2013
1 parent 7294abc commit abd2f1b
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 1.3.0

2013-05-08

- Added DevDemon Updater compatability

# 1.2.0

2013-01-13

- Resolved issue with deimal padding and rounding

# 1.1.0

2013-01-04

- Plugin now strips non-numeric characters out of passed parameters
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"schema_version": "1.0",
"name" : "math",
"label": "Math",
"version": "1.3.0",
"types": ["plugin"],
"paths": {
"system": [
"system/expressionengine/third_party/math"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$plugin_info = array (
'pi_name' => 'Math',
'pi_version' => '1.2.0',
'pi_version' => '1.3.0',
'pi_author' => 'Michael Leigeber',
'pi_author_url' => 'http://www.caddis.co',
'pi_description' => 'Use Math to execute PHP supported math formulas.',
Expand Down

0 comments on commit abd2f1b

Please sign in to comment.