Plugin Directory

Changeset 1788585


Ignore:
Timestamp:
12/18/2017 09:00:56 AM (8 years ago)
Author:
siteattention
Message:

Update module to vers 1.0.6, also adding min. tested WP-version to 4.9

Location:
siteattention/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • siteattention/trunk/README.txt

    r1736194 r1788585  
    55Tags: SEO, Content analysis, Readability
    66Requires at least: 4.5
    7 Tested up to: 4.8
     7Tested up to: 4.9
    88Stable tag: 1.0.4
    99License: GPLv2 or later
     
    6363* API fix that was preventing the post from being sync from the WP posts page
    6464
    65 = 1.0.5 =
     65= 1.0.6 =
    6666
    6767* API updates & optimisations
  • siteattention/trunk/admin/class-siteattention-admin.php

    r1736194 r1788585  
    237237    }
    238238
     239
     240
    239241    /**
    240242     * Syncronising post and pages with SiteAttention server
     
    244246     * @return [type]              [description]
    245247     */
     248        // SiteAttentionAbstract::contentStatusChange.
    246249    public function admin_sync_post($post_ID,$post_after,$post_before) {
    247250
  • siteattention/trunk/siteattention.php

    r1736194 r1788585  
    1616 * Plugin Name:       SiteAttention
    1717 * Description:       Simple and intuitive SEO tool to help improve seach ranking.
    18  * Version:           1.0.5
     18 * Version:           1.0.6
    1919 * Author:            siteattention
    2020 * Author URI:        https://siteattention.com
     
    112112
    113113
    114 define ( 'SITEATTENTION_VERSION' , '1.0.5' );
     114define ( 'SITEATTENTION_VERSION' , '1.0.6' );
    115115define ( 'SITEATTENTION_NAME' , 'SiteAttention' );
    116116define ( 'SITEATTENTION_URL' , 'https://api.siteattention.com/' );
Note: See TracChangeset for help on using the changeset viewer.