Plugin Directory

Changeset 2410368


Ignore:
Timestamp:
10/31/2020 03:36:38 PM (5 years ago)
Author:
tech2serve
Message:

3.9.1 Hot fix

Location:
12-step-meeting-list/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • 12-step-meeting-list/trunk/12-step-meeting-list.php

    r2410191 r2410368  
    44Plugin URI: https://wordpress.org/plugins/12-step-meeting-list/
    55Description: Manage a list of recovery meetings
    6 Version: 3.9.0
     6Version: 3.9.1
    77Author: Code4Recovery
    88Author URI: https://github.com/code4recovery/12-step-meeting-list
     
    2424
    2525if (!defined('TSML_VERSION')) {
    26     define('TSML_VERSION', '3.9.0');
     26    define('TSML_VERSION', '3.9.1');
    2727}
    2828
  • 12-step-meeting-list/trunk/includes/functions.php

    r2410191 r2410368  
    11<?php
    22
    3 include_once dirname(__FILE__) . '/database_updates.php';
     3// include_once dirname(__FILE__) . '/database_updates.php';
     4include_once TSML_PATH . '/includes/database_updates.php';
    45
    56//function: helper for debugging
  • 12-step-meeting-list/trunk/readme.txt

    r2410191 r2410368  
    206206== Changelog ==
    207207
     208= 3.9.1 =
     209* Hot fix.
     210
    208211= 3.9.0 =
    209212* Added tracking of approximate location. Markers/Directions are not
Note: See TracChangeset for help on using the changeset viewer.