Changeset 1053260
- Timestamp:
- 12/24/2014 09:47:16 AM (11 years ago)
- Location:
- kush-micro-news/trunk
- Files:
-
- 1 added
- 3 edited
-
assets/img/santa-hat-icon.png (added)
-
includes/admin.php (modified) (1 diff)
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kush-micro-news/trunk/includes/admin.php
r1053230 r1053260 11 11 add_submenu_page('micro-news','Micro News Add New', 'Add New', 'administrator','micro-news-new', 'micro_news_html_page_add_new'); 12 12 add_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 13 21 } 14 22 -
kush-micro-news/trunk/index.php
r1053230 r1053260 3 3 Plugin Name: Kush Micro News 4 4 Description: Spread the news in shortest possible way. Use links to refer data and title to concise it. 5 Version: 1.5 5 Version: 1.5.1 6 6 Author: Kush Sharma 7 7 Author Email: thekushsharma@gmail.com … … 163 163 164 164 //setting default values 165 add_option('kush_mn_db_version', "1.0" ); 165 add_option('kush_mn_db_version', "1.0" ); 166 166 add_option('kush_mn_num_news',"5"); 167 167 add_option('kush_mn_show_lborder','true'); -
kush-micro-news/trunk/readme.txt
r1053230 r1053260 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.1 7 Stable tag: 1.5 7 Stable tag: 1.5.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 84 84 == Changelog == 85 85 86 = 1.5.1 = 87 * Set default value of some variables[minor bug fix] 88 86 89 = 1.5 = 87 90 * New Feature: Load more news by appending instead of swapping 88 * MinorBug fix91 * Bug fix 89 92 90 93 = 1.4.5 =
Note: See TracChangeset
for help on using the changeset viewer.