Changeset 2743458
- Timestamp:
- 06/16/2022 11:31:42 AM (4 years ago)
- Location:
- hellodialog/trunk
- Files:
-
- 3 edited
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
shortcodes/shortcode.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hellodialog/trunk/index.php
r2485065 r2743458 4 4 * Plugin URI: https://www.hellodialog.com 5 5 * Description: This plugin connects Wordpress to the Hellodialog API. 6 * Version: 1.7. 76 * Version: 1.7.8 7 7 * Author: Webreact 8 8 * Author URI: https://www.webreact.nl … … 136 136 function hd_plugin_menu() { 137 137 add_menu_page( 'Hello Dialog', 'Hellodialog', 'administrator', 'hellodialog-main', '', 'dashicons-format-chat'); 138 add_submenu_page( 'hellodialog-main', __('Placeholders', 'hellodialog'), __('Placeholders', 'hellodialog'), 'administrator', 'hd-placeholders', 'hd_plugin_placeholders', 'dashicons-admin-generic',10);139 add_submenu_page( 'hellodialog-main', __('Settings', 'hellodialog'), __('Settings', 'hellodialog'), 'administrator', 'hd-settings', 'hd_plugin_settings', 'dashicons-admin-generic',1);138 add_submenu_page( 'hellodialog-main', __('Placeholders', 'hellodialog'), __('Placeholders', 'hellodialog'), 'administrator', 'hd-placeholders', 'hd_plugin_placeholders', 10); 139 add_submenu_page( 'hellodialog-main', __('Settings', 'hellodialog'), __('Settings', 'hellodialog'), 'administrator', 'hd-settings', 'hd_plugin_settings', 1); 140 140 } 141 141 -
hellodialog/trunk/readme.txt
r2662949 r2743458 4 4 Tags: hellodialog, emailmarkteting, api connect, hello dialog, nieuwsbrief, newsletter 5 5 Requires at least: 4.8 6 Tested up to: 5.97 Stable tag: 1.7. 76 Tested up to: 6.0 7 Stable tag: 1.7.8 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 48 48 49 49 == Changelog == 50 = 1.7.8 = 51 * Correct usage of add_submenu_page. 52 * WordPress 6.0 compatibility. 53 50 54 = 1.7.6 = 51 55 * String translations. -
hellodialog/trunk/shortcodes/shortcode.php
r2110039 r2743458 176 176 } 177 177 } 178 $size = count($decodedGroups); 178 179 if ($decodedGroups) { 180 $size = count($decodedGroups); 181 } 182 179 183 /** 180 184 * If there are more then 1 groups, then make a selection!
Note: See TracChangeset
for help on using the changeset viewer.