Skip to content

Commit

Permalink
version bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
norcross committed Jul 27, 2017
1 parent 892036f commit 77710f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ Allows users with admin access to view and purge the `debug.log` file kept insid

## Changelog

#### Version 0.0.3 - 2017/07/27
* Simplify reasoning a bit. Props [@jtsternberg](https://github.com/jtsternberg)

#### Version 0.0.2 - 2017/07/12
* Changed method for pulling and display log file to check for memory overload. Props [@rarst](https://github.com/Rarst)

Expand Down
4 changes: 2 additions & 2 deletions debug-quick-look.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Creates an admin bar link to view or purge the debug log file
* Author: Andrew Norcross
* Author URI: http://andrewnorcross.com/
* Version: 0.0.2
* Version: 0.0.3
* Text Domain: debug-quick-look
* Requires WP: 4.4
* Domain Path: languages
Expand Down Expand Up @@ -39,7 +39,7 @@

// Define our version.
if ( ! defined( 'DEBUG_QUICK_LOOK_VERS' ) ) {
define( 'DEBUG_QUICK_LOOK_VERS', '0.0.2' );
define( 'DEBUG_QUICK_LOOK_VERS', '0.0.3' );
}

/**
Expand Down

0 comments on commit 77710f4

Please sign in to comment.