Changeset 2410368
- Timestamp:
- 10/31/2020 03:36:38 PM (5 years ago)
- Location:
- 12-step-meeting-list/trunk
- Files:
-
- 3 edited
-
12-step-meeting-list.php (modified) (2 diffs)
-
includes/functions.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
12-step-meeting-list/trunk/12-step-meeting-list.php
r2410191 r2410368 4 4 Plugin URI: https://wordpress.org/plugins/12-step-meeting-list/ 5 5 Description: Manage a list of recovery meetings 6 Version: 3.9. 06 Version: 3.9.1 7 7 Author: Code4Recovery 8 8 Author URI: https://github.com/code4recovery/12-step-meeting-list … … 24 24 25 25 if (!defined('TSML_VERSION')) { 26 define('TSML_VERSION', '3.9. 0');26 define('TSML_VERSION', '3.9.1'); 27 27 } 28 28 -
12-step-meeting-list/trunk/includes/functions.php
r2410191 r2410368 1 1 <?php 2 2 3 include_once dirname(__FILE__) . '/database_updates.php'; 3 // include_once dirname(__FILE__) . '/database_updates.php'; 4 include_once TSML_PATH . '/includes/database_updates.php'; 4 5 5 6 //function: helper for debugging -
12-step-meeting-list/trunk/readme.txt
r2410191 r2410368 206 206 == Changelog == 207 207 208 = 3.9.1 = 209 * Hot fix. 210 208 211 = 3.9.0 = 209 212 * Added tracking of approximate location. Markers/Directions are not
Note: See TracChangeset
for help on using the changeset viewer.