Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Oct 25, 2013
1 parent 00d23dd commit 79fee63
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
##Changelog

###**v4.0.0** [2013-10-25]

* [new] Fix #20: Ease personalized plugin configuration [@bar]
* [fix] Fix #33: Don't use `sudo` when the current user is already the target user
* [fix] Default process owner is the one running the webserver, and not the one owning the file
* [fix] Fix #25: Workers now works with exotic directory structure

###**v3.3.8** [2013-08-22]

* [fix] Handle custom cake `app` folder name
Expand Down
2 changes: 1 addition & 1 deletion Console/Command/CakeResqueShell.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class CakeResqueShell extends Shell {
/**
* Plugin version
*/
const VERSION = '3.3.8';
const VERSION = '4.0.0';

/**
* Startup callback.
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": "CakeResque",
"version": "3.3.6",
"version": "4.0.0",
"description": "Resque plugin for CakePHP : for creating background jobs that can be processed offline later",
"keywords": [
"php-resque",
Expand Down

0 comments on commit 79fee63

Please sign in to comment.