Skip to content

Commit

Permalink
Merge pull request #1 from code4recovery/master
Browse files Browse the repository at this point in the history
Upstream
  • Loading branch information
machouinard authored Sep 21, 2020
2 parents 218bd4b + a12d107 commit c1a0812
Show file tree
Hide file tree
Showing 16 changed files with 913 additions and 654 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules
.idea
Dockerfile
docker-compose.yml
.vscode
6 changes: 5 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"trailingComma": "none"
"trailingComma": "none",
"singleQuote": true,
"printWidth": 140,
"bracketSpacing": false,
"useTabs": true
}
4 changes: 2 additions & 2 deletions 12-step-meeting-list.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: 12 Step Meeting List
Plugin URI: https://wordpress.org/plugins/12-step-meeting-list/
Description: Manage a list of recovery meetings
Version: 3.7.2
Version: 3.8.0
Author: Code4Recovery
Author URI: https://github.com/code4recovery/12-step-meeting-list
Text Domain: 12-step-meeting-list
Expand All @@ -23,7 +23,7 @@
}

if (!defined('TSML_VERSION')) {
define('TSML_VERSION', '3.7.2');
define('TSML_VERSION', '3.8.0');
}

//include these files first
Expand Down
2 changes: 1 addition & 1 deletion assets/js/admin.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/public.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit c1a0812

Please sign in to comment.