Changeset 484269
- Timestamp:
- 01/04/2012 04:11:58 AM (14 years ago)
- Location:
- coupon-grab/trunk
- Files:
-
- 2 edited
-
coupongrab.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
coupon-grab/trunk/coupongrab.php
r482469 r484269 6 6 Description: Post Coupons to your blog 7 7 Author: Nick Powers 8 Version: 1. 08 Version: 1.1 9 9 Author URI: http://www.nickpowers.info 10 10 */ … … 96 96 $options['coupon_maxpost'] = get_option('coupon_maxpost', '1'); 97 97 98 $url = 'http://clipncrazy.com/cfeed.xml ';98 $url = 'http://clipncrazy.com/cfeed.xml?site='.urlencode(get_site_url()); 99 99 $xml = simplexml_load_file($url); 100 100 … … 175 175 $min_id = get_cat_ID($mincat); 176 176 if(!$min_id) { 177 require_once (ABSPATH.'/wp-admin/includes/taxonomy.php'); 177 178 $maj_id = get_cat_ID($majcat); 178 179 if(!$maj_id) { -
coupon-grab/trunk/readme.txt
r482300 r484269 3 3 Tags: coupon, feed, autoblogging, couponing, coupons, grocery coupons, online coupons, print coupons 4 4 Requires at least: 3.2.1 5 Tested up to: 3.3 6 Stable tag: 1. 05 Tested up to: 3.3.1 6 Stable tag: 1.1 7 7 8 8 The Coupon Grab WordPress Plugin grabs printable coupons and will save them as draft, pending, private or publish them automatically to your blog. … … 71 71 == Changelog == 72 72 73 = 1.1 = 74 * Fixed call to undefined function wp_create_category 75 * Fixed admin panel icon 76 * Fixed error in initial DB creation 77 73 78 = 1.0 = 74 79 * Initial public release
Note: See TracChangeset
for help on using the changeset viewer.