Skip to content

Commit

Permalink
Fix namespacing and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kimcheung committed May 23, 2021
1 parent 0d15dea commit 5096a83
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 5096a83

Please sign in to comment.