Changeset 563975
- Timestamp:
- 06/26/2012 10:32:42 AM (14 years ago)
- Location:
- wordpress-gps/trunk
- Files:
-
- 3 edited
-
gb_gps.php (modified) (1 diff)
-
include/gb_gps.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-gps/trunk/gb_gps.php
r563554 r563975 4 4 Plugin URI: http://www.globalis-ms.com 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. 56 Version: 1.0.6 7 7 Author: Lionel POINTET, GLOBALIS media systems 8 8 Author URI: http://www.globalis-ms.com -
wordpress-gps/trunk/include/gb_gps.php
r562386 r563975 96 96 97 97 if(GBGPS_Scenario::STOP == $this->scenarios[$id]->process($pagenow)) { 98 //$this->set_active_scenario();98 $this->set_active_scenario(); 99 99 } 100 100 } -
wordpress-gps/trunk/readme.txt
r563554 r563975 4 4 Requires at least: 3.3.0 5 5 Tested up to: 3.4 6 Stable tag: 1.0. 56 Stable tag: 1.0.6 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.6 = 50 * Decommented a line commented for debug purposes... 48 51 49 52 = 1.0.5 =
Note: See TracChangeset
for help on using the changeset viewer.