Changeset 2449827
- Timestamp:
- 01/04/2021 09:43:03 AM (5 years ago)
- Location:
- 2fas-light/trunk
- Files:
-
- 7 edited
-
changelog.txt (modified) (1 diff)
-
constants.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
src/Hooks/Add_Custom_Column_Filter.php (modified) (1 diff)
-
twofas_light.php (modified) (1 diff)
-
vendor/composer/InstalledVersions.php (modified) (2 diffs)
-
vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
2fas-light/trunk/changelog.txt
r2443462 r2449827 1 1 == Changelog == 2 2 3 = 3.0 (Dec.21, 2020) = 3 = 3.0.1 (Jan. 1, 2021) = 4 * Fixed bug in custom column filter 5 6 = 3.0 (Dec. 21, 2020) = 4 7 * Major update of plugin core 5 8 * Dropped support for PHP 5.* Minimum required PHP version is now 7.0 -
2fas-light/trunk/constants.php
r2443462 r2449827 15 15 define( 'TWOFAS_LIGHT_TEMPLATES_PATH', $templates_path ); 16 16 define( 'TWOFAS_LIGHT_WP_ADMIN_PATH', $admin_url ); 17 define( 'TWOFAS_LIGHT_PLUGIN_VERSION', '3.0. 0' );17 define( 'TWOFAS_LIGHT_PLUGIN_VERSION', '3.0.1' ); -
2fas-light/trunk/readme.txt
r2443462 r2449827 103 103 == Changelog == 104 104 105 = 3.0.1 (Jan. 1, 2021) = 106 * Fixed bug in custom column filter 107 105 108 = 3.0 (Dec.21, 2020) = 106 109 * Major update of plugin core -
2fas-light/trunk/src/Hooks/Add_Custom_Column_Filter.php
r2443462 r2449827 74 74 * @throws NotFoundException 75 75 */ 76 public function manage_users_custom_column( string$value, string $column_name, int $user_id ): string {76 public function manage_users_custom_column( $value, string $column_name, int $user_id ): string { 77 77 switch ( $column_name ) { 78 78 case 'twofas_2fa_status': -
2fas-light/trunk/twofas_light.php
r2443462 r2449827 4 4 * Plugin URI: https://wordpress.org/plugins/2fas-light/ 5 5 * Description: Free, simple, token-based authentication (Google Authenticator) for your WordPress. No registration needed. 6 * Version: 3.0 6 * Version: 3.0.1 7 7 * Requires PHP: 7.0 8 8 * Requires at least: 4.9 -
2fas-light/trunk/vendor/composer/InstalledVersions.php
r2443462 r2449827 20 20 array ( 21 21 ), 22 'reference' => ' a90676183d331bae902c8c623190a481dbb667c3',22 'reference' => '6a5bc1a9c38312b15f39bf27d550475c5fec9e8c', 23 23 'name' => 'twofas/wp-plugin-secure', 24 24 ), … … 210 210 array ( 211 211 ), 212 'reference' => ' a90676183d331bae902c8c623190a481dbb667c3',212 'reference' => '6a5bc1a9c38312b15f39bf27d550475c5fec9e8c', 213 213 ), 214 214 'whichbrowser/parser' => -
2fas-light/trunk/vendor/composer/installed.php
r2443462 r2449827 7 7 array ( 8 8 ), 9 'reference' => ' a90676183d331bae902c8c623190a481dbb667c3',9 'reference' => '6a5bc1a9c38312b15f39bf27d550475c5fec9e8c', 10 10 'name' => 'twofas/wp-plugin-secure', 11 11 ), … … 197 197 array ( 198 198 ), 199 'reference' => ' a90676183d331bae902c8c623190a481dbb667c3',199 'reference' => '6a5bc1a9c38312b15f39bf27d550475c5fec9e8c', 200 200 ), 201 201 'whichbrowser/parser' =>
Note: See TracChangeset
for help on using the changeset viewer.