Plugin Directory

Changeset 2353998


Ignore:
Timestamp:
08/06/2020 01:50:00 PM (5 years ago)
Author:
siteattention
Message:

rewrite major update plugin in version 3.0.2

Location:
siteattention/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • siteattention/trunk/README.txt

    r2353991 r2353998  
    107107
    108108* API updated & optimizations
     109
     110= 3.0.2 =
     111
     112* Fixed some UI issues
  • siteattention/trunk/siteattention.php

    r2353991 r2353998  
    1616 * Plugin Name:       SiteAttention
    1717 * Description:       Simple and intuitive SEO tool to help improve seach ranking.
    18  * Version:           3.0.1
     18 * Version:           3.0.2
    1919 * Author:            siteattention
    2020 * Author URI:        https://siteattention.com
     
    2525 */
    2626
    27 define('SITEATTENTION_API_URL', 'https://laraveldev.siteattention.com/api');
     27define('SITEATTENTION_API_URL', 'https://rest.siteattention.com/api');
    2828define('SITEATTENTION_DASH_URL', 'https://dashboard.siteattention.com');
    2929define('SITEATTENTION_PL_URL', rtrim(plugin_dir_url(__FILE__), '/'));
Note: See TracChangeset for help on using the changeset viewer.