Changeset 1007319
- Timestamp:
- 10/14/2014 02:35:22 PM (11 years ago)
- Location:
- copify/trunk
- Files:
-
- 4 edited
-
Lib/CopifyWordpress.php (modified) (1 diff)
-
Test/Lib/CopifyWordpressTest.php (modified) (1 diff)
-
copify.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
copify/trunk/Lib/CopifyWordpress.php
r1004461 r1007319 12 12 * Plugin version 13 13 */ 14 protected $version = '1.0. 8';14 protected $version = '1.0.9'; 15 15 16 16 /** -
copify/trunk/Test/Lib/CopifyWordpressTest.php
r1004461 r1007319 236 236 $this->CopifyWordpress = $this->getMock('CopifyWordpress', array('wordpress', 'outputJson', 'setheader')); 237 237 $version = $this->CopifyWordpress->getVersion(); 238 $this->assertEquals('1.0. 8', $version);238 $this->assertEquals('1.0.9', $version); 239 239 $mockVal = array( 240 240 'CopifyEmail' => 'foo@bar.com', -
copify/trunk/copify.php
r1004461 r1007319 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.0. 86 Version: 1.0.9 7 7 Author: Rob McVey 8 8 Author URI: http://uk.copify.com/ -
copify/trunk/readme.txt
r1004461 r1007319 1 1 === Copify === 2 Version: 1.0. 82 Version: 1.0.9 3 3 Contributors: robmcvey 4 4 Tags: blog writers, automatic blogging, post writers, auto blogging, content, copywriting, copywriters, blogging, writers, writing, seo 5 5 Requires at least: 3.2.0 6 Tested up to: 3.9.06 Tested up to: 4.0.0 7 7 Stable tag: trunk 8 8 Github Stable tag: master
Note: See TracChangeset
for help on using the changeset viewer.