Plugin Directory

Changeset 1293339


Ignore:
Timestamp:
11/24/2015 10:44:51 AM (10 years ago)
Author:
robmcvey
Message:

Conflicts:

copify.php
readme.txt

Location:
copify/trunk
Files:
3 edited

Legend:

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

    r1193395 r1293339  
    265265                $newJob['brief'] .= "\n\nThis blog will be posted on " . $_SERVER['HTTP_HOST'];
    266266            }
     267            // parse_str will add slashes if magic quotes on
     268            $newJob = array_map("stripslashes", $newJob);
    267269            $response['response'] = $this->Api->jobsAdd($newJob);
    268270            $response['message'] = 'New job added';
  • copify/trunk/copify.php

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

    r1193395 r1293339  
    11=== Copify ===
    2 Version: 1.1.1
     2Version: 1.1.2
    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: 4.2.2
     6Tested up to: 4.4.0
    77Stable tag: trunk
    88Github Stable tag: master
     
    3939== Changelog ==
    4040
     41= 1.1.2 =
     42* Tested up to WP 4.4
     43* Fix slashes in new orders
     44
    4145= 1.1.0 =
    4246* Use and standard dashicon in admin menu
Note: See TracChangeset for help on using the changeset viewer.