Changeset 1293339
- Timestamp:
- 11/24/2015 10:44:51 AM (10 years ago)
- Location:
- copify/trunk
- Files:
-
- 3 edited
-
Lib/CopifyWordpress.php (modified) (1 diff)
-
copify.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
copify/trunk/Lib/CopifyWordpress.php
r1193395 r1293339 265 265 $newJob['brief'] .= "\n\nThis blog will be posted on " . $_SERVER['HTTP_HOST']; 266 266 } 267 // parse_str will add slashes if magic quotes on 268 $newJob = array_map("stripslashes", $newJob); 267 269 $response['response'] = $this->Api->jobsAdd($newJob); 268 270 $response['message'] = 'New job added'; -
copify/trunk/copify.php
r1193395 r1293339 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. 16 Version: 1.1.2 7 7 Author: Rob McVey 8 8 Author URI: http://uk.copify.com/ -
copify/trunk/readme.txt
r1193395 r1293339 1 1 === Copify === 2 Version: 1.1. 12 Version: 1.1.2 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: 4. 2.26 Tested up to: 4.4.0 7 7 Stable tag: trunk 8 8 Github Stable tag: master … … 39 39 == Changelog == 40 40 41 = 1.1.2 = 42 * Tested up to WP 4.4 43 * Fix slashes in new orders 44 41 45 = 1.1.0 = 42 46 * Use and standard dashicon in admin menu
Note: See TracChangeset
for help on using the changeset viewer.