Plugin Directory

Changeset 563975


Ignore:
Timestamp:
06/26/2012 10:32:42 AM (14 years ago)
Author:
lpointet
Message:

Decommented a line commented for debug purposes...

Location:
wordpress-gps/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wordpress-gps/trunk/gb_gps.php

    r563554 r563975  
    44Plugin URI: http://www.globalis-ms.com
    55Description: 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.5
     6Version: 1.0.6
    77Author: Lionel POINTET, GLOBALIS media systems
    88Author URI: http://www.globalis-ms.com
  • wordpress-gps/trunk/include/gb_gps.php

    r562386 r563975  
    9696
    9797        if(GBGPS_Scenario::STOP == $this->scenarios[$id]->process($pagenow)) {
    98             // $this->set_active_scenario();
     98            $this->set_active_scenario();
    9999        }
    100100    }
  • wordpress-gps/trunk/readme.txt

    r563554 r563975  
    44Requires at least: 3.3.0
    55Tested up to: 3.4
    6 Stable tag: 1.0.5
     6Stable tag: 1.0.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4646
    4747== Changelog ==
     48
     49= 1.0.6 =
     50* Decommented a line commented for debug purposes...
    4851
    4952= 1.0.5 =
Note: See TracChangeset for help on using the changeset viewer.