Skip to content

Commit

Permalink
Merge branch 'hotfix/1.1.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Funk committed Mar 4, 2012
2 parents a932753 + a5af577 commit 4e3f2c1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Setup
2. [Install this spark](http://getsparks.org/packages/ci_authentication/versions/HEAD/show)
2. Edit **config/ci_authentication.php** with the proper stuff like redirect urls, etc.
3. Import **setup.sql** in PHPMyAdmin or something
4. Load the spark: ```$this->load->spark('ci_authentication/1.1.5');```
4. Load the spark: ```$this->load->spark('ci_authentication/1.1.6');```
5. Load the library: ```$this->load->library('ci_authentication');```

*NOTE: If cloning this directly, be sure to also clone [CI Alerts](https://github.com/mikedfunk/CI-Alerts) version 1.1.2 as a spark and load it. CI Alerts are required for CI Authentication. The spark format requires this already as a dependency.*
Expand Down
2 changes: 1 addition & 1 deletion config/ci_authentication.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @email mike@mikefunk.com
*
* @file ci_authentication.php
* @version 1.1.5
* @version 1.1.6
* @date 02/17/2012
*
* Copyright (c) 2012
Expand Down
2 changes: 1 addition & 1 deletion helpers/ci_authentication_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @email mike@mikefunk.com
*
* @file ci_authentication_helper.php
* @version 1.1.5
* @version 1.1.6
* @date 02/17/2012
*
* Copyright (c) 2012
Expand Down
2 changes: 1 addition & 1 deletion helpers/encrypt_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @email mike@mikefunk.com
*
* @file
* @version 1.1.5
* @version 1.1.6
* @date 10/14/2011
*
* Copyright (c) 2011
Expand Down
2 changes: 1 addition & 1 deletion libraries/ci_authentication.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @email mike@mikefunk.com
*
* @file ci_authentication.php
* @version 1.1.5
* @version 1.1.6
* @date 02/17/2012
*
* Copyright (c) 2012
Expand Down
2 changes: 1 addition & 1 deletion models/ci_authentication_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @email mike@mikefunk.com
*
* @file ci_authentication_model.php
* @version 1.1.5
* @version 1.1.6
* @date 02/17/2012
*
* Copyright (c) 2012
Expand Down
2 changes: 1 addition & 1 deletion spark.info
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: CI Authentication

# This is the current version of this spark. All sparks should be in
# x.x.x format. Validation will fail otherwise.
version: 1.1.5
version: 1.1.6

# This is the version of CodeIgniter this spark is compatible up to. It should
# be in x.x.x format
Expand Down

0 comments on commit 4e3f2c1

Please sign in to comment.