Plugin Directory

Changeset 1053260


Ignore:
Timestamp:
12/24/2014 09:47:16 AM (11 years ago)
Author:
kushsharma
Message:

Added santa

Location:
kush-micro-news/trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • kush-micro-news/trunk/includes/admin.php

    r1053230 r1053260  
    1111add_submenu_page('micro-news','Micro News Add New', 'Add New', 'administrator','micro-news-new', 'micro_news_html_page_add_new');
    1212add_submenu_page('micro-news','Micro News Settings', 'Settings', 'administrator','micro-news-config', 'micro_news_config_page');
     13
     14    //check for plugin version and updating default
     15    $d = get_plugin_data( KUSH_MICRO_NEWS_DIR.'index.php');
     16    if($d['Version'] == "1.4.4")//
     17    {
     18        update_option("kush_mn_load_nav_swap","true");
     19    }
     20
    1321}
    1422
  • kush-micro-news/trunk/index.php

    r1053230 r1053260  
    33Plugin Name: Kush Micro News
    44Description: Spread the news in shortest possible way. Use links to refer data and title to concise it.
    5 Version: 1.5
     5Version: 1.5.1
    66Author: Kush Sharma
    77Author Email: thekushsharma@gmail.com
     
    163163   
    164164        //setting default values
    165         add_option('kush_mn_db_version', "1.0" );
     165        add_option('kush_mn_db_version', "1.0" );       
    166166        add_option('kush_mn_num_news',"5");
    167167        add_option('kush_mn_show_lborder','true');
  • kush-micro-news/trunk/readme.txt

    r1053230 r1053260  
    55Requires at least: 3.0.1
    66Tested up to: 4.1
    7 Stable tag: 1.5
     7Stable tag: 1.5.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8484== Changelog ==
    8585
     86= 1.5.1 =
     87* Set default value of some variables[minor bug fix]
     88
    8689= 1.5 =
    8790* New Feature: Load more news by appending instead of swapping
    88 * Minor Bug fix
     91* Bug fix
    8992
    9093= 1.4.5 =
Note: See TracChangeset for help on using the changeset viewer.