Plugin Directory

Changeset 3363595


Ignore:
Timestamp:
09/18/2025 03:13:10 AM (5 months ago)
Author:
wpshuffle
Message:

Floating Side Tab: Released new version

Location:
floating-side-tab
Files:
364 added
1 edited

Legend:

Unmodified
Added
Removed
  • floating-side-tab/trunk/floating-side-tab.php

    r3363594 r3363595  
    2727            defined('FSDT_PATH') or define('FSDT_PATH', untrailingslashit(plugin_dir_path(__FILE__)));
    2828            defined('FSDT_URL') or define('FSDT_URL', untrailingslashit(plugin_dir_url(__FILE__)));
    29             defined('FSDT_VERSION') or define('FSDT_VERSION', '1.1.4');
     29            defined('FSDT_VERSION') or define('FSDT_VERSION', '1.1.5');
    3030            defined('FSDT_IMG_DIR') or define('FSDT_IMG_DIR', plugin_dir_url(__FILE__) . 'images');
    3131            defined('FSDT_CSS_DIR') or define('FSDT_CSS_DIR', untrailingslashit(plugin_dir_url(__FILE__)) . '/assets/css'); // plugin's CSS directory URL
Note: See TracChangeset for help on using the changeset viewer.