Plugin Directory

Changeset 1007319


Ignore:
Timestamp:
10/14/2014 02:35:22 PM (11 years ago)
Author:
robmcvey
Message:

Squashed commit of the following:

commit 7e8e5eb03e5724720dc3700de5094eb9bd237c56
Author: Rob McVey <robmcvey@…>
Date: Fri Oct 10 09:38:24 2014 +0100

tested up to wordpress 4.0

Location:
copify/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • copify/trunk/Lib/CopifyWordpress.php

    r1004461 r1007319  
    1212 * Plugin version
    1313 */
    14     protected $version = '1.0.8';
     14    protected $version = '1.0.9';
    1515
    1616/**
  • copify/trunk/Test/Lib/CopifyWordpressTest.php

    r1004461 r1007319  
    236236        $this->CopifyWordpress = $this->getMock('CopifyWordpress', array('wordpress', 'outputJson', 'setheader'));
    237237        $version = $this->CopifyWordpress->getVersion();
    238         $this->assertEquals('1.0.8', $version);
     238        $this->assertEquals('1.0.9', $version);
    239239        $mockVal = array(
    240240            'CopifyEmail' => 'foo@bar.com',
  • copify/trunk/copify.php

    r1004461 r1007319  
    44Plugin URI: https://github.com/copify/copify-wordpress
    55Description: Automatically publish unique, relevant content every week from Copify's team of professional writers.
    6 Version: 1.0.8
     6Version: 1.0.9
    77Author: Rob McVey
    88Author URI: http://uk.copify.com/
  • copify/trunk/readme.txt

    r1004461 r1007319  
    11=== Copify ===
    2 Version: 1.0.8
     2Version: 1.0.9
    33Contributors: robmcvey
    44Tags: blog writers, automatic blogging, post writers, auto blogging, content, copywriting, copywriters, blogging, writers, writing, seo
    55Requires at least: 3.2.0
    6 Tested up to: 3.9.0
     6Tested up to: 4.0.0
    77Stable tag: trunk
    88Github Stable tag: master
Note: See TracChangeset for help on using the changeset viewer.