Plugin Directory

Changeset 1399282


Ignore:
Timestamp:
04/19/2016 11:43:07 AM (10 years ago)
Author:
robmcvey
Message:

Tested up to WP 4.5

Location:
copify/trunk
Files:
5 edited

Legend:

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

    r1399273 r1399282  
    1212 * Plugin version
    1313 */
    14     protected $version = '1.1.2';
     14    protected $version = '1.1.3';
    1515
    1616/**
  • copify/trunk/Test/Lib/CopifyWordpressTest.php

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

    r1399272 r1399282  
    1010// Dev mode
    1111if (!defined('COPIFY_DEVMODE')) {
    12     define('COPIFY_DEVMODE', true);
     12    define('COPIFY_DEVMODE', false);
    1313}
    1414
  • copify/trunk/copify.php

    r1293339 r1399282  
    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.1.2
     6Version: 1.1.3
    77Author: Rob McVey
    88Author URI: http://uk.copify.com/
  • copify/trunk/readme.txt

    r1399276 r1399282  
    11=== Copify ===
    2 Version: 1.1.2
     2Version: 1.1.3
    33Contributors: robmcvey
    44Tags: blog writers, automatic blogging, post writers, auto blogging, content, copywriting, copywriters, blogging, writers, writing, seo
     
    3939== Changelog ==
    4040
     41= 1.1.3 =
     42* Tested up to WP 4.5
     43
    4144= 1.1.2 =
    4245* Tested up to WP 4.4
Note: See TracChangeset for help on using the changeset viewer.