Changeset 1399282
- Timestamp:
- 04/19/2016 11:43:07 AM (10 years ago)
- Location:
- copify/trunk
- Files:
-
- 5 edited
-
Lib/CopifyWordpress.php (modified) (1 diff)
-
Test/Lib/CopifyWordpressTest.php (modified) (1 diff)
-
basics.php (modified) (1 diff)
-
copify.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
copify/trunk/Lib/CopifyWordpress.php
r1399273 r1399282 12 12 * Plugin version 13 13 */ 14 protected $version = '1.1. 2';14 protected $version = '1.1.3'; 15 15 16 16 /** -
copify/trunk/Test/Lib/CopifyWordpressTest.php
r1399280 r1399282 236 236 $this->CopifyWordpress = $this->getMock('CopifyWordpress', array('wordpress', 'outputJson', 'setheader')); 237 237 $version = $this->CopifyWordpress->getVersion(); 238 $this->assertEquals('1.1. 2', $version);238 $this->assertEquals('1.1.3', $version); 239 239 $mockVal = array( 240 240 'CopifyEmail' => 'foo@bar.com', -
copify/trunk/basics.php
r1399272 r1399282 10 10 // Dev mode 11 11 if (!defined('COPIFY_DEVMODE')) { 12 define('COPIFY_DEVMODE', true);12 define('COPIFY_DEVMODE', false); 13 13 } 14 14 -
copify/trunk/copify.php
r1293339 r1399282 4 4 Plugin URI: https://github.com/copify/copify-wordpress 5 5 Description: Automatically publish unique, relevant content every week from Copify's team of professional writers. 6 Version: 1.1. 26 Version: 1.1.3 7 7 Author: Rob McVey 8 8 Author URI: http://uk.copify.com/ -
copify/trunk/readme.txt
r1399276 r1399282 1 1 === Copify === 2 Version: 1.1. 22 Version: 1.1.3 3 3 Contributors: robmcvey 4 4 Tags: blog writers, automatic blogging, post writers, auto blogging, content, copywriting, copywriters, blogging, writers, writing, seo … … 39 39 == Changelog == 40 40 41 = 1.1.3 = 42 * Tested up to WP 4.5 43 41 44 = 1.1.2 = 42 45 * Tested up to WP 4.4
Note: See TracChangeset
for help on using the changeset viewer.