Plugin Directory

Changeset 1737017


Ignore:
Timestamp:
09/27/2017 11:25:58 AM (8 years ago)
Author:
loonpwn
Message:

bumping version

Location:
easy-development/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • easy-development/trunk/init.php

    r1736999 r1737017  
    44Plugin URI: https://github.com/loonpwn/wp-development-environment
    55Description: Run extra components in our development environment for easier debugging and usability
    6 Version: 1.0.3
     6Version: 1.0.4
    77Author: Harlan Wilton
    88Author URI: https://harlanzw.com
     
    1919    require 'vendor/autoload.php';
    2020    // check the php version
    21     $update_php = new WPUpdatePhp( '7' );
    22     if (!$update_php->does_it_meet_required_php_version()) {
    23         return;
    24     }
    25     // initialize our plugin
    26     global $development_environment;
    27     // we store our value in a global
    28     $development_environment = new DevelopmentEnvironment();
     21    $update_php = new WPUpdatePhp( '7' );
     22    if (!$update_php->does_it_meet_required_php_version()) {
     23        return;
     24    }
     25    // initialize our plugin
     26    global $development_environment;
     27    // we store our value in a global
     28    $development_environment = new DevelopmentEnvironment();
    2929};
    3030
  • easy-development/trunk/readme.txt

    r1737015 r1737017  
    6363== Changelog ==
    6464
    65 See changelog on github here - https://github.com/loonpwn/wp-development-environment/releases
     65See changelog on (github)[https://github.com/loonpwn/wp-development-environment/releases]
Note: See TracChangeset for help on using the changeset viewer.