Plugin Directory

Changeset 1859708


Ignore:
Timestamp:
04/17/2018 11:17:22 AM (8 years ago)
Author:
siteattention
Message:

Updated texts and module scaffold to version 1.0.7

Location:
siteattention/tags/1.0.7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • siteattention/tags/1.0.7/README.txt

    r1859702 r1859708  
    66Requires at least: 4.5
    77Tested up to: 4.9
    8 Stable tag: 1.0.4
     8Stable tag: 1.0.7
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6868* new UI for SiteAttention settings
    6969
     70= 1.0.7 =
     71
     72* API updates to improve module core functionality
     73* README updated to reflect minimum PHP requirements as well
     74
    7075== Upgrade Notice ==
    7176
  • siteattention/tags/1.0.7/siteattention.php

    r1788585 r1859708  
    1616 * Plugin Name:       SiteAttention
    1717 * Description:       Simple and intuitive SEO tool to help improve seach ranking.
    18  * Version:           1.0.6
     18 * Version:           1.0.7
    1919 * Author:            siteattention
    2020 * Author URI:        https://siteattention.com
     
    112112
    113113
    114 define ( 'SITEATTENTION_VERSION' , '1.0.6' );
     114define ( 'SITEATTENTION_VERSION' , '1.0.7' );
    115115define ( 'SITEATTENTION_NAME' , 'SiteAttention' );
    116116define ( 'SITEATTENTION_URL' , 'https://api.siteattention.com/' );
    117 //define ( 'SITEATTENTION_URL' , 'https://dev.siteattention.com/' );
    118 //define ( 'SITEATTENTION_URL' , 'http://api.local/' );
    119117
    120118$SiteAttention = new SiteAttention();
Note: See TracChangeset for help on using the changeset viewer.