Changeset 941614
- Timestamp:
- 07/01/2014 03:20:29 PM (12 years ago)
- Location:
- copify/trunk
- Files:
-
- 2 edited
-
copify.php (modified) (4 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
copify/trunk/copify.php
r941530 r941614 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. 56 Version: 1.0.6 7 7 Author: Rob McVey 8 8 Author URI: http://uk.copify.com/ … … 25 25 */ 26 26 require_once('basics.php'); 27 require_once(ABSPATH . 'wp-admin/includes/plugin.php'); 27 28 require_once(COPIFY_PATH . COPIFY_DS . 'Lib/Api.php'); 28 29 require_once(COPIFY_PATH . COPIFY_DS . 'Lib/CopifyWordpress.php'); … … 36 37 // Hook in to the featured image HTML 37 38 add_filter('post_thumbnail_html', array($CopifyWordpress, 'CopifyThumbnailHtml')); 38 39 // Add our js and css40 add_action('admin_init', array($CopifyWordpress, 'CopifyCssAndScripts'));41 39 42 40 // Run requests through our custom method … … 60 58 // Ajax method to post a new job 61 59 add_action('wp_ajax_CopifyAjaxOrder', array($CopifyWordpress, 'CopifyAjaxOrder')); 60 61 // Add our js and css 62 add_action('admin_init', array($CopifyWordpress, 'CopifyCssAndScripts')); -
copify/trunk/readme.txt
r941532 r941614 1 1 === Copify === 2 Version: 1.0. 52 Version: 1.0.6 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.0.6 = 42 * Fixes issue with other plugins calling methods in wp-admin/includes/plugin.php such as is_plugin_active() 43 41 44 = 1.0.5 = 42 * Plugin now allows Copify to publish Creative Commons photo as "Featured Image" when blog package has auto-publish enabled.45 * Plugin now allows Copify to publish Creative Commons License photo as "Featured Image" when blog package has auto-publish enabled. 43 46 44 47 = 1.0.4 =
Note: See TracChangeset
for help on using the changeset viewer.