Changeset 1859708
- Timestamp:
- 04/17/2018 11:17:22 AM (8 years ago)
- Location:
- siteattention/tags/1.0.7
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
siteattention.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
siteattention/tags/1.0.7/README.txt
r1859702 r1859708 6 6 Requires at least: 4.5 7 7 Tested up to: 4.9 8 Stable tag: 1.0. 48 Stable tag: 1.0.7 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 68 68 * new UI for SiteAttention settings 69 69 70 = 1.0.7 = 71 72 * API updates to improve module core functionality 73 * README updated to reflect minimum PHP requirements as well 74 70 75 == Upgrade Notice == 71 76 -
siteattention/tags/1.0.7/siteattention.php
r1788585 r1859708 16 16 * Plugin Name: SiteAttention 17 17 * Description: Simple and intuitive SEO tool to help improve seach ranking. 18 * Version: 1.0. 618 * Version: 1.0.7 19 19 * Author: siteattention 20 20 * Author URI: https://siteattention.com … … 112 112 113 113 114 define ( 'SITEATTENTION_VERSION' , '1.0. 6' );114 define ( 'SITEATTENTION_VERSION' , '1.0.7' ); 115 115 define ( 'SITEATTENTION_NAME' , 'SiteAttention' ); 116 116 define ( 'SITEATTENTION_URL' , 'https://api.siteattention.com/' ); 117 //define ( 'SITEATTENTION_URL' , 'https://dev.siteattention.com/' );118 //define ( 'SITEATTENTION_URL' , 'http://api.local/' );119 117 120 118 $SiteAttention = new SiteAttention();
Note: See TracChangeset
for help on using the changeset viewer.