Changeset 1859714
- Timestamp:
- 04/17/2018 11:34:06 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
r1859712 r1859714 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 * Code improvements to work with wider range of installations 73 * README updated with min. requirements for PHP 74 70 75 == Upgrade Notice == 71 76 -
siteattention/tags/1.0.7/siteattention.php
r1859712 r1859714 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/' );
Note: See TracChangeset
for help on using the changeset viewer.