Skip to content

Commit

Permalink
chore(version): Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
leemason committed Dec 22, 2020
1 parent 850f39b commit 43134bc
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**Tags:** git
**Requires at least:** 5.0
**Tested up to:** 5.6
**Stable tag:** 1.0.0
**Stable tag:** 1.0.1
**Requires PHP:** 7.2
**License:** GPLv2 or later
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -55,6 +55,9 @@ Anyone with the `manage_options` permissions can see/edit the git status admin p

## Changelog ##

### 1.0.1 ###
* Fix Command and XXS inject, props to @xrzhev

### 1.0.0 ###
* Initial Release

Expand Down
4 changes: 2 additions & 2 deletions display-git-status.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Plugin Name: Display Display Git Status
* Version: 1.0.0
* Version: 1.0.1
* Plugin URI: https://wpgitupdater.dev/docs/latest/plugins#display-display-git-status
* Author: WP Git Updater
* Author URI: https://wpgitupdater.dev
Expand Down Expand Up @@ -34,7 +34,7 @@
return;
}

define( 'DISPLAY_GIT_STATUS_VERSION', '1.0.0' );
define( 'DISPLAY_GIT_STATUS_VERSION', '1.0.1' );
define(
'DISPLAY_GIT_STATUS_WP_GIT_UPDATER_LOGO_SVG',
'<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 544.1 85" xml:space="preserve" style="max-height: 100%;width: auto;">
Expand Down
4 changes: 2 additions & 2 deletions languages/display-git-status.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# This file is distributed under the GPLv2.
msgid ""
msgstr ""
"Project-Id-Version: Display Display Git Status 1.0.0\n"
"Project-Id-Version: Display Display Git Status 1.0.1\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/display-git-status\n"
"POT-Creation-Date: 2020-12-18 20:23:10+00:00\n"
"POT-Creation-Date: 2020-12-22 16:38:51+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "display-git-status",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://wpgitupdater.dev/docs/latest/plugins#display-git-status",
"bugs": {
"url": "https://github.com/wpgitupdater/display-git-status/issues"
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: wpgitupdater
Tags: git
Requires at least: 5.0
Tested up to: 5.6
Stable tag: 1.0.0
Stable tag: 1.0.1
Requires PHP: 7.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -49,6 +49,9 @@ Anyone with the `manage_options` permissions can see/edit the git status admin p

== Changelog ==

= 1.0.1 =
* Fix Command and XXS inject, props to @xrzhev

= 1.0.0 =
* Initial Release

Expand Down

0 comments on commit 43134bc

Please sign in to comment.