Changeset 1725277
- Timestamp:
- 09/06/2017 01:00:06 AM (9 years ago)
- Location:
- env-bar
- Files:
-
- 7 deleted
- 5 edited
-
tags/0.2.1/languages/env-bar.pot (modified) (1 diff)
-
tags/0.2.1/readme.txt (modified) (1 diff)
-
trunk/Gruntfile.js (deleted)
-
trunk/composer.json (deleted)
-
trunk/composer.lock (deleted)
-
trunk/env-bar.php (modified) (2 diffs)
-
trunk/grunt (deleted)
-
trunk/languages/env-bar.pot (modified) (3 diffs)
-
trunk/package-lock.json (deleted)
-
trunk/package.json (deleted)
-
trunk/phpcs.ruleset.xml (deleted)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
env-bar/tags/0.2.1/languages/env-bar.pot
r1725275 r1725277 5 5 "Project-Id-Version: \n" 6 6 "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" 8 8 "MIME-Version: 1.0\n" 9 9 "Content-Type: text/plain; charset=utf-8\n" -
env-bar/tags/0.2.1/readme.txt
r1725275 r1725277 40 40 41 41 = 0.2.1 = 42 42 43 * removing dev files from trunk and using git for development 43 44 -
env-bar/trunk/env-bar.php
r1718975 r1725277 4 4 * 5 5 * @package Env_Bar 6 * @version 0.2. 06 * @version 0.2.1 7 7 */ 8 8 … … 11 11 Plugin URI: https://wordpress.org/plugin/env-bar 12 12 Description: Display a colored bar to help distinguish between different environments. 13 Version: 0.2. 013 Version: 0.2.1 14 14 Author: Justin Peacock 15 15 Author URI: https://byjust.in -
env-bar/trunk/languages/env-bar.pot
r1722766 r1725277 1 # Copyright (C) 2017 Justin Peacock2 # 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. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Env Bar 0.2.0\n"5 "Project-Id-Version: \n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/env-bar\n" 7 "POT-Creation-Date: 2017-0 8-31 15:18:15+00:00\n"7 "POT-Creation-Date: 2017-09-06 00:58:34+00:00\n" 8 8 "MIME-Version: 1.0\n" 9 9 "Content-Type: text/plain; charset=utf-8\n" … … 25 25 "X-Generator: grunt-wp-i18n1.0.0\n" 26 26 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 28 29 msgid "Env Bar" 29 30 msgstr "" … … 59 60 msgid "Env Bar Settings" 60 61 msgstr "" 61 62 #. Plugin URI of the plugin/theme63 msgid "https://wordpress.org/plugin/env-bar"64 msgstr ""65 66 #. Description of the plugin/theme67 msgid "Display a colored bar to help distinguish between different environments."68 msgstr ""69 70 #. Author of the plugin/theme71 msgid "Justin Peacock"72 msgstr ""73 74 #. Author URI of the plugin/theme75 msgid "https://byjust.in"76 msgstr "" -
env-bar/trunk/readme.txt
r1718989 r1725277 5 5 Requires at least: 3.7 6 6 Tested up to: 4.8.1 7 Stable tag: 0. 1.37 Stable tag: 0.2.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 39 39 == Changelog == 40 40 41 = 0.2.1 = 42 43 * removing dev files from trunk and using git for development 44 41 45 = 0.2.0 = 42 46
Note: See TracChangeset
for help on using the changeset viewer.