Skip to content

Commit 86386b7

Browse files
committed
Updated version
1 parent edfc34e commit 86386b7

5 files changed

Lines changed: 27 additions & 94 deletions

File tree

boost/boost.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
* @author Matthew McNaney <mcnaneym@appstate.edu>
66
*/
77
$proper_name = 'Counseling Check In';
8-
$version = '2.3.1';
8+
$version = '2.3.2';
99
$import_sql = false;
1010
$image_dir = true;

boost/update.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@ function counseling_update(&$content, $version)
7474
--------------
7575
+ Added react-fontawesome
7676
</pre>
77+
EOF;
78+
case version_compare($version, '2.3.2', '<'):
79+
$content[] = <<<EOF
80+
<pre>2.3.2
81+
--------------
82+
+ Bug fixes
83+
</pre>
7784
EOF;
7885
}
7986

package-lock.json

Lines changed: 17 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Counseling-Center-Check-In",
3-
"version": "1.0.0",
3+
"version": "2.3.2",
44
"description": "Tracks appointments and walk ins to counseling center",
55
"devDependencies": {
66
"@babel/core": "^7.4.5",
@@ -27,8 +27,7 @@
2727
"strip-loader": "^0.1.2",
2828
"style-loader": "^0.23.1",
2929
"terser": "^3.17.0",
30-
"terser-webpack-plugin": "^1.2.4",
31-
"url-loader": "^0.5.9",
30+
"terser-webpack-plugin": "^1.3.0",
3231
"webpack": "^4.32.2",
3332
"webpack-cli": "^3.3.2"
3433
},

webpack.production.config.js

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)