Changeset 1243292
- Timestamp:
- 09/11/2015 11:43:26 AM (11 years ago)
- Location:
- belcoio/trunk
- Files:
-
- 2 edited
-
belco.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
belcoio/trunk/belco.php
r1234616 r1243292 2 2 /** 3 3 * @package Belco 4 * @version 0.3. 84 * @version 0.3.9 5 5 * 6 6 */ … … 9 9 Plugin URI: http://www.belco.io 10 10 Description: Telephony for webshops 11 Version: 0.3. 811 Version: 0.3.9 12 12 Author: Forwarder B.V. 13 13 Author URI: http://www.forwarder.nl … … 134 134 public function add_menu() 135 135 { 136 add_menu_page('Belco settings', 'Belco', 'manage_options', 'belco', array(&$this, 'settings_page'), null, 60);136 add_menu_page('Belco settings', 'Belco', 'manage_options', 'belco', array(&$this, 'settings_page'), null, 58); 137 137 } 138 138 -
belcoio/trunk/readme.txt
r1234616 r1243292 5 5 Requires at least: 3.9.1 6 6 Tested up to: 4.3 7 Stable tag: 0.3. 87 Stable tag: 0.3.9 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 45 45 == Changelog == 46 46 47 = 0.3.9 = 48 - Fixed menu position overriding Appearance 49 47 50 = 0.3.8 = 48 51 - Code clean-up
Note: See TracChangeset
for help on using the changeset viewer.