Skip to content

Commit

Permalink
Tag 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbabker committed Nov 15, 2015
1 parent deaeaaa commit d265a96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cipher/Crypto.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* Joomla cipher for encryption, decryption and key generation via the php-encryption library.
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
*/
class Cipher_Crypto implements CipherInterface
{
Expand All @@ -23,7 +23,7 @@ class Cipher_Crypto implements CipherInterface
*
* @return string The decrypted data string.
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
* @throws \InvalidArgumentException
* @throws \RuntimeException
*/
Expand Down Expand Up @@ -62,7 +62,7 @@ public function decrypt($data, Key $key)
*
* @return string The encrypted data string.
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
* @throws \InvalidArgumentException
* @throws \RuntimeException
*/
Expand Down Expand Up @@ -96,7 +96,7 @@ public function encrypt($data, Key $key)
*
* @return Key
*
* @since __DEPLOY_VERSION__
* @since 1.3.0
* @throws \RuntimeException
*/
public function generateKey(array $options = array())
Expand Down

0 comments on commit d265a96

Please sign in to comment.