Plugin Directory

Changeset 484269


Ignore:
Timestamp:
01/04/2012 04:11:58 AM (14 years ago)
Author:
nickpowers
Message:

code efficiency update

Location:
coupon-grab/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • coupon-grab/trunk/coupongrab.php

    r482469 r484269  
    66Description: Post Coupons to your blog
    77Author: Nick Powers
    8 Version: 1.0
     8Version: 1.1
    99Author URI: http://www.nickpowers.info
    1010*/
     
    9696        $options['coupon_maxpost'] = get_option('coupon_maxpost', '1');
    9797
    98         $url = 'http://clipncrazy.com/cfeed.xml';
     98        $url = 'http://clipncrazy.com/cfeed.xml?site='.urlencode(get_site_url());
    9999        $xml = simplexml_load_file($url);
    100100
     
    175175        $min_id = get_cat_ID($mincat);
    176176        if(!$min_id) {
     177            require_once (ABSPATH.'/wp-admin/includes/taxonomy.php');
    177178            $maj_id = get_cat_ID($majcat);
    178179            if(!$maj_id) {
  • coupon-grab/trunk/readme.txt

    r482300 r484269  
    33Tags: coupon, feed, autoblogging, couponing, coupons, grocery coupons, online coupons, print coupons
    44Requires at least: 3.2.1
    5 Tested up to: 3.3
    6 Stable tag: 1.0
     5Tested up to: 3.3.1
     6Stable tag: 1.1
    77
    88The Coupon Grab WordPress Plugin grabs printable coupons and will save them as draft, pending, private or publish them automatically to your blog.
     
    7171== Changelog ==
    7272
     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
    7378= 1.0 =
    7479* Initial public release
Note: See TracChangeset for help on using the changeset viewer.