Skip to content

Commit

Permalink
deprecate keychain for 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 committed Sep 21, 2016
1 parent 3e4b2fe commit e72d772
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions bin/keychain.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
*
* @copyright Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*
* @deprecated 4.0 Deprecated without replacement
*/

// Make sure we're being called from the command line, not a web interface
Expand Down
3 changes: 2 additions & 1 deletion libraries/joomla/keychain/keychain.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
/**
* Keychain Class
*
* @since 12.3
* @since 12.3
* @deprecated 4.0 Deprecated without replacement
*/
class JKeychain extends \Joomla\Registry\Registry
{
Expand Down

0 comments on commit e72d772

Please sign in to comment.