Changeset 2353998
- Timestamp:
- 08/06/2020 01:50:00 PM (5 years ago)
- Location:
- siteattention/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
siteattention.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
siteattention/trunk/README.txt
r2353991 r2353998 107 107 108 108 * API updated & optimizations 109 110 = 3.0.2 = 111 112 * Fixed some UI issues -
siteattention/trunk/siteattention.php
r2353991 r2353998 16 16 * Plugin Name: SiteAttention 17 17 * Description: Simple and intuitive SEO tool to help improve seach ranking. 18 * Version: 3.0. 118 * Version: 3.0.2 19 19 * Author: siteattention 20 20 * Author URI: https://siteattention.com … … 25 25 */ 26 26 27 define('SITEATTENTION_API_URL', 'https:// laraveldev.siteattention.com/api');27 define('SITEATTENTION_API_URL', 'https://rest.siteattention.com/api'); 28 28 define('SITEATTENTION_DASH_URL', 'https://dashboard.siteattention.com'); 29 29 define('SITEATTENTION_PL_URL', rtrim(plugin_dir_url(__FILE__), '/'));
Note: See TracChangeset
for help on using the changeset viewer.