Changeset 1589072
- Timestamp:
- 02/04/2017 09:18:55 PM (9 years ago)
- Location:
- wordpress-gps/trunk
- Files:
-
- 3 edited
-
gb_gps.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
scenarios.php (modified) (13 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-gps/trunk/gb_gps.php
r794422 r1589072 2 2 /* 3 3 Plugin Name: WordPress GPS 4 Plugin URI: http ://www.globalis-ms.com4 Plugin URI: https://github.com/lpointet/wordpress-gps 5 5 Description: This plugin Provide an admin screen to WordPress users in which they will choose one scenario to play. That scenario will help them through the WordPress administration thanks to WP-Pointers API 6 Version: 1.0.1 37 Author: Lionel POINTET , GLOBALIS media systems8 Author URI: http ://www.globalis-ms.com6 Version: 1.0.14 7 Author: Lionel POINTET 8 Author URI: https://github.com/lpointet/ 9 9 License: GPL2 10 10 */ -
wordpress-gps/trunk/readme.txt
r794422 r1589072 3 3 Tags: admin, help, tutorial, scenario, pointers, backend, plugin, training 4 4 Requires at least: 3.3.0 5 Tested up to: 3.66 Stable tag: 1.0.1 35 Tested up to: 4.7.2 6 Stable tag: 1.0.14 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 46 46 47 47 == Changelog == 48 49 = 1.0.14 = 50 * Fix old class names 51 * Fix old way to position pointers (offset) 48 52 49 53 = 1.0.13 = -
wordpress-gps/trunk/scenarios.php
r794422 r1589072 22 22 'edit.php' => array( 23 23 array( 24 'selector' => '. add-new-h2',24 'selector' => '.page-title-action', 25 25 'post_type' => 'post', 26 26 'content' => '<h3>' . GB_GPS_ADD_FROM_LIST_POINTER_TITLE . '</h3><p>' . sprintf(GB_GPS_ADD_FROM_LIST_POINTER_CONTENT, __('post')) . '</p>', 27 27 'position' => array( 28 28 'edge' => 'top', 29 'offset' => '-40 0', 29 'at' => 'bottom', 30 'my' => 'left-20% top', 30 31 ), 31 32 ), … … 59 60 'edge' => 'bottom', 60 61 'align' => 'right', 61 'offset' => '-100 23', 62 'at' => 'left', 63 'my' => 'left+35 top-140', 62 64 ), 63 65 ), … … 70 72 'position' => array( 71 73 'edge' => 'bottom', 72 'offset' => '0 -5',73 74 ), 74 75 ), … … 96 97 'users.php' => array( 97 98 array( 98 'selector' => '. add-new-h2',99 'selector' => '.page-title-action', 99 100 'content' => '<h3>' . GB_GPS_ADD_FROM_LIST_POINTER_TITLE . '</h3><p>' . sprintf(GB_GPS_ADD_FROM_LIST_POINTER_CONTENT, GB_GPS_LOWER_CASE_USER) . '</p>', 100 101 'position' => array( 101 102 'edge' => 'top', 102 'offset' => '-40 0', 103 'at' => 'bottom', 104 'my' => 'left-20% top', 103 105 ), 104 106 ), … … 110 112 'position' => array( 111 113 'edge' => 'left', 112 'offset' => '0 -30',114 'at' => 'right top-100%', 113 115 ), 114 116 ), … … 118 120 'position' => array( 119 121 'edge' => 'left', 120 ' offset' => '0 -30',121 ), 122 ), 123 array( 124 'selector' => ' #pass1',122 'at' => 'right top-100%', 123 ), 124 ), 125 array( 126 'selector' => '.user-pass1-wrap', 125 127 'content' => '<p>' . GB_GPS_PASSWORD_FIELD_POINTER_CONTENT . '</p>', 126 128 'position' => array( 127 129 'edge' => 'left', 128 ' offset' => '0 -30',130 'at' => 'left+44% top-10%', 129 131 ), 130 132 ), … … 158 160 'upload.php' => array( 159 161 array( 160 'selector' => '. add-new-h2',162 'selector' => '.page-title-action', 161 163 'content' => '<h3>' . GB_GPS_ADD_FROM_LIST_POINTER_TITLE . '</h3><p>' . sprintf(GB_GPS_ADD_FROM_LIST_POINTER_CONTENT, GB_GPS_LOWER_CASE_MEDIA) . '</p>', 162 164 'position' => array( 163 165 'edge' => 'top', 164 'offset' => '-40 0', 166 'at' => 'bottom', 167 'my' => 'left-20% top', 165 168 ), 166 169 ), … … 172 175 'position' => array( 173 176 'edge' => 'top', 174 'offset' => '-25 0',175 177 ), 176 178 ), … … 197 199 'themes.php' => array( 198 200 array( 199 'selector' => '#menu-appearance a[href= nav-menus\\\.php]',201 'selector' => '#menu-appearance a[href="nav-menus.php"]', 200 202 'content' => '<h3>' . sprintf(GB_GPS_MENU_POINTER_TITLE, __('Menus')) . '</h3><p>' . sprintf(GB_GPS_MENU_POINTER_CONTENT, __('Menus'), __('menus')) . '</p>', 201 203 'position' => array( … … 206 208 'nav-menus.php' => array( 207 209 array( 208 'selector' => '. menu-add-new',210 'selector' => '.add-edit-menu-action', 209 211 'content' => '<p>' . GB_GPS_UPDATE_MENUS_CHOOSE_MENU_POINTER_CONTENT . '</p>', 210 212 'position' => array( 211 213 'edge' => 'left', 212 'offset' => '0 -35', 214 'at' => 'right top', 215 'my' => 'left top-35%', 213 216 ), 214 217 ), … … 218 221 'position' => array( 219 222 'edge' => 'left', 220 'offset' => '0 -35', 223 'at' => 'right', 224 'my' => 'left', 221 225 ), 222 226 ), … … 226 230 'position' => array( 227 231 'edge' => 'right', 228 'offset' => '-15 -37', 232 'at' => 'left', 233 'my' => 'right', 229 234 ), 230 235 ), … … 257 262 'edge' => 'bottom', 258 263 'align' => 'right', 259 'offset' => '100 10', 260 ), 261 ), 262 array( 263 'selector' => '.row-actions-visible:first', 264 'at' => 'center', 265 'my' => 'bottom', 266 ), 267 ), 268 array( 269 'selector' => '.row-actions.visible:first', 264 270 'content' => '<h3>' . GB_GPS_ACTIVATE_PLUGIN_LIST_ACTIONS_POINTER_TITLE . '</h3><p>' . GB_GPS_ACTIVATE_PLUGIN_LIST_POINTER_ACTIONS_CONTENT . '</p>', 265 271 'position' => array(
Note: See TracChangeset
for help on using the changeset viewer.