Plugin Directory

Changeset 1991933


Ignore:
Timestamp:
12/11/2018 03:30:13 PM (7 years ago)
Author:
mrdink
Message:

bumping for 5.0

Location:
env-bar/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • env-bar/trunk/env-bar.php

    r1725277 r1991933  
    1111Plugin URI: https://wordpress.org/plugin/env-bar
    1212Description: Display a colored bar to help distinguish between different environments.
    13 Version: 0.2.1
    14 Author: Justin Peacock
    15 Author URI: https://byjust.in
     13Version: 0.3.0
     14Author: Sixteenbit
     15Author URI: https://sixteenbit.com
    1616Text Domain: env-bar
    1717Domain Path: /languages/
     
    206206                'page'    => 'env_bar_network_options_page',
    207207                'updated' => 'true',
    208             ), network_admin_url( 'settings.php' )
     208            ),
     209            network_admin_url( 'settings.php' )
    209210        )
    210211    );
     
    267268function env_bar_body_classes( $classes ) {
    268269
    269     $environment_option = (int) get_site_option( 'environment_setting' );
     270    $environment_option    = (int) get_site_option( 'environment_setting' );
    270271    $environment_classes[] = 'env-bar';
    271272
     
    291292function env_bar_admin_body_classes() {
    292293
    293     $environment_option = (int) get_site_option( 'environment_setting' );
     294    $environment_option    = (int) get_site_option( 'environment_setting' );
    294295    $environment_classes[] = 'env-bar';
    295296
  • env-bar/trunk/readme.txt

    r1725277 r1991933  
    44Tags: development, tools, environment, server
    55Requires at least: 3.7
    6 Tested up to: 4.8.1
    7 Stable tag: 0.2.1
     6Tested up to: 5.0.0
     7Stable tag: 0.3.0
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3939== Changelog ==
    4040
     41= 0.3.0 =
     42
     43* tested with 5.0 release
     44
    4145= 0.2.1 =
    4246
Note: See TracChangeset for help on using the changeset viewer.