Changeset 2990092
- Timestamp:
- 11/06/2023 04:22:51 PM (2 years ago)
- Location:
- fuerte-wp/trunk
- Files:
-
- 5 edited
-
CHANGELOG.md (modified) (1 diff)
-
SECURITY.md (modified) (1 diff)
-
fuerte-wp.php (modified) (3 diffs)
-
includes/class-fuerte-wp-two-factor.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fuerte-wp/trunk/CHANGELOG.md
r2990084 r2990092 1 1 # Changelog 2 2 3 # 1.4. 5/ 2023-11-063 # 1.4.6 / 2023-11-06 4 4 - Updated Carbon Fields to fix PHP 8.x and WP 6.2 compatibility issues. 5 5 -
fuerte-wp/trunk/SECURITY.md
r2990084 r2990092 5 5 | Version | Supported | 6 6 | ------- | ------------------ | 7 | 1.4. 5| :white_check_mark: |8 | <1.4. 5| :x: |7 | 1.4.6 | :white_check_mark: | 8 | <1.4.6 | :x: | 9 9 10 10 ## Reporting a Vulnerability -
fuerte-wp/trunk/fuerte-wp.php
r2990084 r2990092 6 6 * Plugin URI: https://github.com/TCattd/Fuerte-WP 7 7 * Description: Stronger WP. Limit access to critical WordPress areas, even other for admins. 8 * Version: 1.4. 58 * Version: 1.4.6 9 9 * Author: Esteban Cuevas 10 10 * Author URI: https://actitud.xyz … … 14 14 * Domain Path: /languages 15 15 * Requires at least: 5.8 16 * Tested up to: 6. 116 * Tested up to: 6.2 17 17 * Requires PHP: 7.3 18 18 * … … 32 32 * Rename this for your plugin and update it as you release new versions. 33 33 */ 34 define('FUERTEWP_VERSION', '1.4. 5');34 define('FUERTEWP_VERSION', '1.4.6'); 35 35 define('FUERTEWP_PATH', realpath(plugin_dir_path(__FILE__)) . '/'); 36 36 define('FUERTEWP_URL', trailingslashit(plugin_dir_url(__FILE__)),); -
fuerte-wp/trunk/includes/class-fuerte-wp-two-factor.php
r2990084 r2990092 5 5 * 6 6 * @link https://actitud.xyz 7 * @since 1.4.58 7 * 9 8 * @package Fuerte_Wp -
fuerte-wp/trunk/readme.txt
r2990084 r2990092 2 2 Contributors: tcattd 3 3 Tags: security 4 Stable tag: 1.4. 54 Stable tag: 1.4.6 5 5 Requires at least: 5.8 6 Tested up to: 6. 16 Tested up to: 6.2 7 7 Requires PHP: 7.3 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.