Plugin Directory

Changeset 2990092


Ignore:
Timestamp:
11/06/2023 04:22:51 PM (2 years ago)
Author:
TCattd
Message:

1.4.6

Location:
fuerte-wp/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • fuerte-wp/trunk/CHANGELOG.md

    r2990084 r2990092  
    11# Changelog
    22
    3 # 1.4.5 / 2023-11-06
     3# 1.4.6 / 2023-11-06
    44- Updated Carbon Fields to fix PHP 8.x and WP 6.2 compatibility issues.
    55
  • fuerte-wp/trunk/SECURITY.md

    r2990084 r2990092  
    55| Version | Supported          |
    66| ------- | ------------------ |
    7 | 1.4.5   | :white_check_mark: |
    8 | <1.4.5  | :x:                |
     7| 1.4.6   | :white_check_mark: |
     8| <1.4.6  | :x:                |
    99
    1010## Reporting a Vulnerability
  • fuerte-wp/trunk/fuerte-wp.php

    r2990084 r2990092  
    66 * Plugin URI:        https://github.com/TCattd/Fuerte-WP
    77 * Description:       Stronger WP. Limit access to critical WordPress areas, even other for admins.
    8  * Version:           1.4.5
     8 * Version:           1.4.6
    99 * Author:            Esteban Cuevas
    1010 * Author URI:        https://actitud.xyz
     
    1414 * Domain Path:       /languages
    1515 * Requires at least: 5.8
    16  * Tested up to:      6.1
     16 * Tested up to:      6.2
    1717 * Requires PHP:      7.3
    1818 *
     
    3232 * Rename this for your plugin and update it as you release new versions.
    3333 */
    34 define('FUERTEWP_VERSION', '1.4.5');
     34define('FUERTEWP_VERSION', '1.4.6');
    3535define('FUERTEWP_PATH', realpath(plugin_dir_path(__FILE__)) . '/');
    3636define('FUERTEWP_URL',  trailingslashit(plugin_dir_url(__FILE__)),);
  • fuerte-wp/trunk/includes/class-fuerte-wp-two-factor.php

    r2990084 r2990092  
    55 *
    66 * @link       https://actitud.xyz
    7  * @since      1.4.5
    87 *
    98 * @package    Fuerte_Wp
  • fuerte-wp/trunk/readme.txt

    r2990084 r2990092  
    22Contributors: tcattd
    33Tags: security
    4 Stable tag: 1.4.5
     4Stable tag: 1.4.6
    55Requires at least: 5.8
    6 Tested up to: 6.1
     6Tested up to: 6.2
    77Requires PHP: 7.3
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.