Plugin Directory

Changeset 1725277


Ignore:
Timestamp:
09/06/2017 01:00:06 AM (9 years ago)
Author:
mrdink
Message:

guess i didn't update the project before working on it...

Location:
env-bar
Files:
7 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • env-bar/tags/0.2.1/languages/env-bar.pot

    r1725275 r1725277  
    55"Project-Id-Version: \n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/env-bar\n"
    7 "POT-Creation-Date: 2017-09-06 00:43:12+00:00\n"
     7"POT-Creation-Date: 2017-09-06 00:58:34+00:00\n"
    88"MIME-Version: 1.0\n"
    99"Content-Type: text/plain; charset=utf-8\n"
  • env-bar/tags/0.2.1/readme.txt

    r1725275 r1725277  
    4040
    4141= 0.2.1 =
     42
    4243* removing dev files from trunk and using git for development
    4344
  • env-bar/trunk/env-bar.php

    r1718975 r1725277  
    44 *
    55 * @package Env_Bar
    6  * @version 0.2.0
     6 * @version 0.2.1
    77 */
    88
     
    1111Plugin URI: https://wordpress.org/plugin/env-bar
    1212Description: Display a colored bar to help distinguish between different environments.
    13 Version: 0.2.0
     13Version: 0.2.1
    1414Author: Justin Peacock
    1515Author URI: https://byjust.in
  • env-bar/trunk/languages/env-bar.pot

    r1722766 r1725277  
    1 # Copyright (C) 2017 Justin Peacock
    2 # This file is distributed under the GNU General Public License v2 or later.
     1# Copyright (C) 2017
     2# This file is distributed under the same license as the  package.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Env Bar 0.2.0\n"
     5"Project-Id-Version: \n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/env-bar\n"
    7 "POT-Creation-Date: 2017-08-31 15:18:15+00:00\n"
     7"POT-Creation-Date: 2017-09-06 00:58:34+00:00\n"
    88"MIME-Version: 1.0\n"
    99"Content-Type: text/plain; charset=utf-8\n"
     
    2525"X-Generator: grunt-wp-i18n1.0.0\n"
    2626
    27 #. Plugin Name of the plugin/theme
     27#: dist/env-bar/env-bar.php:43 dist/env-bar/env-bar.php:77 env-bar.php:43
     28#: env-bar.php:77
    2829msgid "Env Bar"
    2930msgstr ""
     
    5960msgid "Env Bar Settings"
    6061msgstr ""
    61 
    62 #. Plugin URI of the plugin/theme
    63 msgid "https://wordpress.org/plugin/env-bar"
    64 msgstr ""
    65 
    66 #. Description of the plugin/theme
    67 msgid "Display a colored bar to help distinguish between different environments."
    68 msgstr ""
    69 
    70 #. Author of the plugin/theme
    71 msgid "Justin Peacock"
    72 msgstr ""
    73 
    74 #. Author URI of the plugin/theme
    75 msgid "https://byjust.in"
    76 msgstr ""
  • env-bar/trunk/readme.txt

    r1718989 r1725277  
    55Requires at least: 3.7
    66Tested up to: 4.8.1
    7 Stable tag: 0.1.3
     7Stable tag: 0.2.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3939== Changelog ==
    4040
     41= 0.2.1 =
     42
     43* removing dev files from trunk and using git for development
     44
    4145= 0.2.0 =
    4246
Note: See TracChangeset for help on using the changeset viewer.