Skip to content

Commit d281119

Browse files
committed
Updated npm packages
1 parent 7272731 commit d281119

4 files changed

Lines changed: 2030 additions & 2262 deletions

File tree

boost/boost.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @author Matthew McNaney <mcnaney at gmail dot com>
55
*/
66
$proper_name = 'Contact';
7-
$version = '1.5.8';
7+
$version = '1.5.9';
88
$version_http = null;
99
$import_sql = false;
1010
$about = false;

boost/update.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,13 @@ function contact_update(&$content, $currentVersion)
160160
1.5.8
161161
-----------
162162
+ NPM update</pre>
163+
EOF;
164+
case version_compare($currentVersion, '1.5.9', '<'):
165+
$content[] = <<<EOF
166+
<pre>
167+
1.5.9
168+
-----------
169+
+ NPM update</pre>
163170
EOF;
164171

165172
return true;

0 commit comments

Comments
 (0)