Skip to content

Commit

Permalink
v0.5 added composer.json
Browse files Browse the repository at this point in the history
Props @Chrico!
  • Loading branch information
glueckpress committed Nov 24, 2015
1 parent 0ea7717 commit 9cd0a3b
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# No Comment Changelog

## 0.5
* Added composer.json. Props @Chrico!

## 0.4
* Added confirmation dialogue after plugin activation. (Plugin will “soft”-activate, actual operations take place only after promted user confirmation.)
* Added support for removing comment feeds from wp_head.
Expand Down
26 changes: 26 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "glueckpress/no-comment",
"description": "A plugin to close, disable and remove comments from the WordPress admin UI.",
"version": "0.5",
"type": "wordpress-plugin",
"keywords": [
"comments"
],
"license": "GPL-3.0",
"authors": [
{
"name": "Caspar Hübinger",
"email": "glueck@glueckpress.com",
"homepage": "https://profiles.wordpress.org/glueckpress",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/glueckpress/no-comment/issues",
"source": "https://github.com/glueckpress/no-comment/issues",
"docs": "https://github.com/glueckpress/no-comment/blob/master/README.md"
},
"require": {
"php": ">=5.3",
}
}
2 changes: 1 addition & 1 deletion no-comment.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: No Comment
* Description: A plugin to close, disable and remove comments from the WordPress admin UI.
* Version: 0.4
* Version: 0.5
* Author: Caspar Hübinger
* Plugin URI: https://github.com/glueckpress/no-comment/
* GitHub Plugin URI: https://github.com/glueckpress/no-comment
Expand Down

0 comments on commit 9cd0a3b

Please sign in to comment.