Skip to content

Commit

Permalink
Merge pull request #51 from kimcheung/FixPasswordNameSpace
Browse files Browse the repository at this point in the history
Fix namespacing and version bump
  • Loading branch information
kimcheung authored May 24, 2021
2 parents 0d15dea + 5096a83 commit a3dc31c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/class-wordpress-options-panels.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @authors 🌵 WordPress Phoenix 🌵 / Seth Carstens, David Ryan
* @package wpop
* @version 5.0.5
* @version 5.0.6
* @license GPL-2.0+ - please retain comments that express original build of this file by the author.
*/

Expand Down
4 changes: 2 additions & 2 deletions src/inc/api/class-mcrypt.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* Class Mcrypt
*
* @package WPOP\V_4_0
* @package WPOP\V_5_0
*/
class Mcrypt {

Expand Down Expand Up @@ -72,7 +72,7 @@ public static function upgrade_mcrypt_option( $encrypted_string ) {
}

// Re-encrypt with OpenSSL.
Password::encrypt( $result );
Fields\Password::encrypt( $result );

return $result;
}
Expand Down

0 comments on commit a3dc31c

Please sign in to comment.