Skip to content

Commit

Permalink
Bump version number to 3.0.0rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
Arul- committed Apr 13, 2014
1 parent a65319b commit 1f60c4d
Show file tree
Hide file tree
Showing 40 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion ApcCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* @copyright 2013 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
class ApcCache implements iCache
{
Expand Down
2 changes: 1 addition & 1 deletion AutoLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @subpackage helper
* @author Nick Lombard <github@jigsoft.co.za>
* @copyright 2012 Luracast
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
class AutoLoader
{
Expand Down
2 changes: 1 addition & 1 deletion CommentParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
class CommentParser
{
Expand Down
2 changes: 1 addition & 1 deletion Data/ApiMethodInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
class ApiMethodInfo extends ValueObject
{
Expand Down
2 changes: 1 addition & 1 deletion Data/Invalid.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
class Invalid extends Exception
{
Expand Down
2 changes: 1 addition & 1 deletion Data/Object.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
class Object
{
Expand Down
2 changes: 1 addition & 1 deletion Data/ValidationInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
class ValidationInfo implements iValueObject
{
Expand Down
2 changes: 1 addition & 1 deletion Data/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
class Validator implements iValidate
{
Expand Down
2 changes: 1 addition & 1 deletion Data/ValueObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
class ValueObject implements iValueObject
{
Expand Down
2 changes: 1 addition & 1 deletion Data/iValidate.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
interface iValidate {

Expand Down
2 changes: 1 addition & 1 deletion Data/iValueObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
interface iValueObject
{
Expand Down
2 changes: 1 addition & 1 deletion Defaults.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
class Defaults
{
Expand Down
2 changes: 1 addition & 1 deletion EventDispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
use Closure;

Expand Down
2 changes: 1 addition & 1 deletion Filter/RateLimit.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
class RateLimit implements iFilter, iUseAuthentication
{
Expand Down
2 changes: 1 addition & 1 deletion Format/AmfFormat.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
class AmfFormat extends Format
{
Expand Down
2 changes: 1 addition & 1 deletion Format/CsvFormat.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
class CsvFormat extends Format
{
Expand Down
2 changes: 1 addition & 1 deletion Format/Format.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
abstract class Format implements iFormat
{
Expand Down
2 changes: 1 addition & 1 deletion Format/HtmlFormat.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
class HtmlFormat extends Format
{
Expand Down
2 changes: 1 addition & 1 deletion Format/JsFormat.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
class JsFormat extends JsonFormat
{
Expand Down
2 changes: 1 addition & 1 deletion Format/JsonFormat.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
class JsonFormat extends Format
{
Expand Down
2 changes: 1 addition & 1 deletion Format/MultiFormat.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
abstract class MultiFormat implements iFormat
{
Expand Down
2 changes: 1 addition & 1 deletion Format/PlistFormat.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
class PlistFormat extends MultiFormat
{
Expand Down
2 changes: 1 addition & 1 deletion Format/TsvFormat.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
class TsvFormat extends CsvFormat
{
Expand Down
2 changes: 1 addition & 1 deletion Format/UploadFormat.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
class UploadFormat extends Format
{
Expand Down
2 changes: 1 addition & 1 deletion Format/UrlEncodedFormat.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
class UrlEncodedFormat extends Format
{
Expand Down
2 changes: 1 addition & 1 deletion Format/XmlFormat.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
class XmlFormat extends Format
{
Expand Down
2 changes: 1 addition & 1 deletion Format/YamlFormat.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
class YamlFormat extends Format
{
Expand Down
2 changes: 1 addition & 1 deletion Format/iFormat.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
interface iFormat
{
Expand Down
2 changes: 1 addition & 1 deletion HumanReadableCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
class HumanReadableCache implements iCache
{
Expand Down
2 changes: 1 addition & 1 deletion Resources.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
class Resources implements iUseAuthentication
{
Expand Down
4 changes: 2 additions & 2 deletions Restler.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
class Restler extends EventDispatcher
{
const VERSION = '3.0.0rc4';
const VERSION = '3.0.0rc5';

// ==================================================================
//
Expand Down
2 changes: 1 addition & 1 deletion Routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
class Routes
{
Expand Down
2 changes: 1 addition & 1 deletion User.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
class User implements iUser
{
Expand Down
2 changes: 1 addition & 1 deletion Util.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
class Util
{
Expand Down
2 changes: 1 addition & 1 deletion iAuthenticate.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
interface iAuthenticate extends iFilter
{
Expand Down
2 changes: 1 addition & 1 deletion iCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
interface iCache
{
Expand Down
2 changes: 1 addition & 1 deletion iCompose.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
interface iCompose {
/**
Expand Down
2 changes: 1 addition & 1 deletion iFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
interface iFilter
{
Expand Down
2 changes: 1 addition & 1 deletion iUseAuthentication.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
interface iUseAuthentication
{
Expand Down
2 changes: 1 addition & 1 deletion iUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @copyright 2010 Luracast
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link http://luracast.com/products/restler/
* @version 3.0.0rc4
* @version 3.0.0rc5
*/
interface iUser
{
Expand Down

0 comments on commit 1f60c4d

Please sign in to comment.