Changeset 3275317
- Timestamp:
- 04/17/2025 05:01:57 AM (10 months ago)
- File:
-
- 1 edited
-
linkmaster/tags/2.2.0/linkmaster.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
linkmaster/tags/2.2.0/linkmaster.php
r3275311 r3275317 3 3 Plugin Name: LinkMaster 4 4 Description: The ultimate WordPress plugin for managing custom permalinks, SEO redirects, broken link detection, and link tracking. Supports advanced URL structures, query parameters, file extensions, and smart redirections to boost SEO and user experience. 5 Version: 2. 5.05 Version: 2.2.0 6 6 Author: Codeace 7 7 Author URI: https://codeace.com … … 16 16 17 17 // Define plugin constants 18 define('LINKMASTER_VERSION', '2. 5.0');18 define('LINKMASTER_VERSION', '2.2.0'); 19 19 define('LINKMASTER_PLUGIN_DIR', plugin_dir_path(__FILE__)); 20 20 define('LINKMASTER_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.