Plugin Directory

Changeset 3468742


Ignore:
Timestamp:
02/24/2026 03:38:04 PM (6 weeks ago)
Author:
tmcwidgets
Message:

Updating to version 2.0.3.1 with a minor fix

Location:
music-smartlink-maker
Files:
15 added
2 edited

Legend:

Unmodified
Added
Removed
  • music-smartlink-maker/trunk/music-smartlink-maker.php

    r3468724 r3468742  
    44 * Plugin URI:        https://tmcwidgets.com/
    55 * Description:       Complete solution for Music Smartlinks and Concerts management. Merges functionality of Smartlink Maker and Concerts plugins.
    6  * Version:           2.0.3
     6 * Version:           2.0.3.1
    77 * Requires at least: 6.0
    88 * Requires PHP:      7.4
     
    1717}
    1818
    19 define('MSLM_VERSION', '2.0.3');
     19define('MSLM_VERSION', '2.0.3.1');
    2020define('MSLM_PATH', plugin_dir_path(__FILE__));
    2121define('MSLM_URL', plugin_dir_url(__FILE__));
     
    8282
    8383    return $template;
    84 });
     84}, 99999);
    8585
    8686/**
     
    9595    }
    9696    return $do;
    97 }, 10, 2);
     97}, 100, 2);
  • music-smartlink-maker/trunk/readme.txt

    r3468724 r3468742  
    44Requires at least: 6.0
    55Tested up to: 6.9
    6 Stable tag: 2.0.3
     6Stable tag: 2.0.3.1
    77Requires PHP: 7.4
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.