Plugin Directory

Changeset 926771


Ignore:
Timestamp:
06/04/2014 09:17:08 PM (12 years ago)
Author:
ashdurham
Message:
  • URL to ajax loader image fixed up
  • KPP logo update
Location:
rsskingpro
Files:
38 added
7 edited

Legend:

Unmodified
Added
Removed
  • rsskingpro/trunk/includes/admin_area.php

    r811275 r926771  
    2828        'ajaxurl' => admin_url( 'admin-ajax.php' ),
    2929        'ajaxnonce' => wp_create_nonce( 'akpN0nc3' ),
    30         'pluginurl' => plugins_url('/')
     30        'pluginurl' => plugins_url('/', dirname(__FILE__))
    3131        )
    3232    );
  • rsskingpro/trunk/readme.txt

    r912275 r926771  
    44Tags: rss, feed, items, links, rss feed, ajax, paging
    55Requires at least: 3.0.1
    6 Tested up to: 3.9
    7 Stable tag: 1.0.7
     6Tested up to: 3.9.1
     7Stable tag: 1.0.8
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    150150== Changelog ==
    151151
     152= 1.0.8 =
     153* URL to ajax loader image fixed up
     154* KPP logo update
     155
    152156= 1.0.7 =
    153157* Addition of paginglocation shortcode option to control the output location of the pagination.
     
    181185== Upgrade Notice ==
    182186
     187= 1.0.8 =
     188* URL to ajax loader image fixed up
     189* KPP logo update
     190
    183191= 1.0.7 =
    184192* Addition of paginglocation shortcode option to control the output location of the pagination.
  • rsskingpro/trunk/rsskingpro.php

    r912275 r926771  
    44    Plugin URI: http://kingpro.me/plugins/rss-king-pro/
    55    Description: RSS King Pro allows you display and format a RSS feed on a page
    6     Version: 1.0.7
     6    Version: 1.0.8
    77    Author: Ash Durham
    88    Author URI: http://durham.net.au/
     
    2828
    2929    global $rsskp_db_version;
    30     $rsskp_db_version = "1.0.7";
     30    $rsskp_db_version = "1.0.8";
    3131
    3232    function rsskp_install() {
Note: See TracChangeset for help on using the changeset viewer.