Skip to content
This repository has been archived by the owner on Jul 20, 2018. It is now read-only.

Commit

Permalink
Updating plugin version number and changelog.
Browse files Browse the repository at this point in the history
Many new things in the plugin - methinks its time to ++ that version number.

Also adding myself to contributors :)
  • Loading branch information
Mobius5150 committed Mar 21, 2014
1 parent 9116e9a commit 676c9e6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A WordPress plugin that enables you to scan all sorts of themes and files and things.

Contributors: [Mohammad Jangda](http://profiles.wordpress.org/batmoo/), [Automattic](http://profiles.wordpress.org/automattic/), [Thorsten Ott](http://profiles.wordpress.org/tott/), [Michael Fields](http://profiles.wordpress.org/mfields/), [Filipe Varela](http://profiles.wordpress.org/keoshi/), [Josh Betz](http://profiles.wordpress.org/betzster/), and [Nick Daugherty](http://profiles.wordpress.org/nickdaugherty/)
Contributors: [Mohammad Jangda](http://profiles.wordpress.org/batmoo/), [Automattic](http://profiles.wordpress.org/automattic/), [Thorsten Ott](http://profiles.wordpress.org/tott/), [Michael Fields](http://profiles.wordpress.org/mfields/), [Filipe Varela](http://profiles.wordpress.org/keoshi/), [Josh Betz](http://profiles.wordpress.org/betzster/), [Mike Blouin](https://github.com/Mobius5150), and [Nick Daugherty](http://profiles.wordpress.org/nickdaugherty/)

Requires WordPress version 3.4 or greater.

Expand Down Expand Up @@ -30,6 +30,15 @@ Install using the Plugin Installer.
Changelog
---------

__0.6__

* Analysis tab for analysing functions, classes, namespaces, shortcodes, actions, filters, capabilities, roles, CPTs, taxonomies, scripts, and styles.
* WP CLI command for analysis: `wp vip-scanner analyze-theme`
* New checks, including VCMergeConflictCheck, WordPressCodingStandardsCheck
* [PHP Code Sniffer](http://pear.php.net/package/PHP_CodeSniffer/) integration using the [WordPress Coding Standards](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards)
* Check improvements: VIPRestrictedCommandsCheck, VIPRestrictedPatternsCheck, PHPShortTagsCheck
* Added unit testing for some tests

__0.5__

* ClamAV Integration
Expand Down
2 changes: 1 addition & 1 deletion vip-scanner.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: http://vip.wordpress.com
Description: Easy to use UI for the VIP Scanner.
Author: Automattic (Original code by Pross, Otto42, and Thorsten Ott)
Version: 0.4
Version: 0.6
License: GPLv2
*/
Expand Down

0 comments on commit 676c9e6

Please sign in to comment.