Skip to content

Commit a3dc31c

Browse files
authored
Merge pull request #51 from kimcheung/FixPasswordNameSpace
Fix namespacing and version bump
2 parents 0d15dea + 5096a83 commit a3dc31c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/class-wordpress-options-panels.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @authors 🌵 WordPress Phoenix 🌵 / Seth Carstens, David Ryan
66
* @package wpop
7-
* @version 5.0.5
7+
* @version 5.0.6
88
* @license GPL-2.0+ - please retain comments that express original build of this file by the author.
99
*/
1010

src/inc/api/class-mcrypt.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* Class Mcrypt
1313
*
14-
* @package WPOP\V_4_0
14+
* @package WPOP\V_5_0
1515
*/
1616
class Mcrypt {
1717

@@ -72,7 +72,7 @@ public static function upgrade_mcrypt_option( $encrypted_string ) {
7272
}
7373

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

7777
return $result;
7878
}

0 commit comments

Comments
 (0)