Changeset 1193511
- Timestamp:
- 07/06/2015 05:27:34 PM (11 years ago)
- Location:
- post-index/trunk
- Files:
-
- 3 edited
-
php/settings.php (modified) (1 diff)
-
post-index.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
post-index/trunk/php/settings.php
r1193503 r1193511 57 57 58 58 function CreateMenu() { 59 add_options_page($this->pluginLabel, $this->pluginLabel, 10, $this->pluginName, array($this, 'OptionsPage'));59 add_options_page($this->pluginLabel, $this->pluginLabel, 'edit_plugins', $this->pluginName, array($this, 'OptionsPage')); 60 60 } 61 61 -
post-index/trunk/post-index.php
r1193496 r1193511 4 4 Plugin URI: http://wordpress.org/extend/plugins/post-index/ 5 5 Description: This plugin summarises all found blog posts added to a specific category and lists them alphabetically. Additional custom fields could be used to display links to other pages or additional information to a post. 6 Version: 0.7. 26 Version: 0.7.3 7 7 Author: Thomas A. Hirsch 8 8 Author URI: http://www.thirsch.de/ -
post-index/trunk/readme.txt
r1193502 r1193511 6 6 Requires at least: 2.7 7 7 Tested up to: 4.2.2 8 Stable tag: 0.7. 28 Stable tag: 0.7.3 9 9 License: GPLv2 or later 10 10 … … 72 72 == Upgrade Notice == 73 73 74 = 0.7.3 = 75 76 * Removed deprecation warning, caused by the use of old user levels. The call has been replaced by using a role name. 77 74 78 = 0.7.2 = 75 79
Note: See TracChangeset
for help on using the changeset viewer.