Bulk Delete - Version 1.8

Version Description

Download this release

Release Info

Developer sudar
Plugin Icon 128x128 Bulk Delete
Version 1.8
Comparing to
See all releases

Code changes from version 1.7 to 1.8

Files changed (2) hide show
  1. bulk-delete.php +3 -2
  2. readme.txt +4 -1
bulk-delete.php CHANGED
@@ -5,7 +5,7 @@ Plugin Script: bulk-delete.php
5
  Plugin URI: http://sudarmuthu.com/wordpress/bulk-delete
6
  Description: Bulk delete posts from selected categories or tags. Use it with caution.
7
  Donate Link: http://sudarmuthu.com/if-you-wanna-thank-me
8
- Version: 1.7
9
  License: GPL
10
  Author: Sudar
11
  Author URI: http://sudarmuthu.com/
@@ -28,6 +28,7 @@ Text Domain: bulk-delete
28
  2011-11-13 - v1.5 - Added Spanish translations
29
  2011-11-28 - v1.6 - Added Italian translations
30
  2012-01-12 - v1.7 - Added Bulgarian translations
 
31
 
32
  /* Copyright 2009 Sudar Muthu (email : sudar@sudarmuthu.com)
33
 
@@ -795,7 +796,7 @@ function get_tax_post($tax) {
795
  if(!function_exists('smbd_add_menu')) {
796
  function smbd_add_menu() {
797
  //Add a submenu to Manage
798
- $page = add_options_page("Bulk Delete", "Bulk Delete", 8, basename(__FILE__), "smbd_displayOptions");
799
  add_action('admin_print_scripts-' . $page, 'smbd_print_scripts');
800
  }
801
  }
5
  Plugin URI: http://sudarmuthu.com/wordpress/bulk-delete
6
  Description: Bulk delete posts from selected categories or tags. Use it with caution.
7
  Donate Link: http://sudarmuthu.com/if-you-wanna-thank-me
8
+ Version: 1.8
9
  License: GPL
10
  Author: Sudar
11
  Author URI: http://sudarmuthu.com/
28
  2011-11-13 - v1.5 - Added Spanish translations
29
  2011-11-28 - v1.6 - Added Italian translations
30
  2012-01-12 - v1.7 - Added Bulgarian translations
31
+ 2012-01-31 - v1.8 - Added roles and capabilities for menu
32
 
33
  /* Copyright 2009 Sudar Muthu (email : sudar@sudarmuthu.com)
34
 
796
  if(!function_exists('smbd_add_menu')) {
797
  function smbd_add_menu() {
798
  //Add a submenu to Manage
799
+ $page = add_options_page("Bulk Delete", "Bulk Delete", 'manage_options', basename(__FILE__), "smbd_displayOptions");
800
  add_action('admin_print_scripts-' . $page, 'smbd_print_scripts');
801
  }
802
  }
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: post, comment, delete, bulk, draft, revision, page
4
  Requires at least: 2.0
5
  Tested up to: 3.3.1
6
  Donate Link: http://sudarmuthu.com/if-you-wanna-thank-me
7
- Stable tag: 1.7
8
 
9
  Bulk delete posts from selected categories or tags
10
 
@@ -131,6 +131,9 @@ In particular try to change the following settings
131
  ###v1.7 (2012-01-12)
132
  * Added Bulgarian translations
133
 
 
 
 
134
  ==Readme Generator==
135
 
136
  This Readme file was generated using <a href = 'http://sudarmuthu.com/wordpress/wp-readme'>wp-readme</a>, which generates readme files for WordPress Plugins.
4
  Requires at least: 2.0
5
  Tested up to: 3.3.1
6
  Donate Link: http://sudarmuthu.com/if-you-wanna-thank-me
7
+ Stable tag: 1.8
8
 
9
  Bulk delete posts from selected categories or tags
10
 
131
  ###v1.7 (2012-01-12)
132
  * Added Bulgarian translations
133
 
134
+ ###v1.8 (2012-01-31)
135
+ * Added roles and capabilities for menu
136
+
137
  ==Readme Generator==
138
 
139
  This Readme file was generated using <a href = 'http://sudarmuthu.com/wordpress/wp-readme'>wp-readme</a>, which generates readme files for WordPress Plugins.