Plugin Directory

Changeset 3400871


Ignore:
Timestamp:
11/22/2025 10:43:02 AM (3 months ago)
Author:
handyplugins
Message:

Update to version 1.1 from GitHub

Location:
security-txt-manager
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • security-txt-manager/tags/1.1/languages/security-txt-manager.pot

    r3271475 r3400871  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Security.txt Manager 1.0.3\n"
     5"Project-Id-Version: Security.txt Manager 1.1\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/security-txt-manager\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-04-12T13:16:14+00:00\n"
     12"POT-Creation-Date: 2025-11-22T10:34:15+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    14 "X-Generator: WP-CLI 2.11.0\n"
     14"X-Generator: WP-CLI 2.12.0\n"
    1515"X-Domain: security-txt-manager\n"
    1616
     
    5050#. Translators: %1$s Link to securitytxt.org website
    5151#: includes/admin.php:83
     52#, php-format
    5253msgid "You can generate security.txt content on %1$s"
    5354msgstr ""
  • security-txt-manager/tags/1.1/plugin.php

    r3271475 r3400871  
    44 * Plugin URI:        https://github.com/HandyPlugins/security-txt-manager
    55 * Description:       Security.txt Manager for WordPress.
    6  * Version:           1.0.3
     6 * Version:           1.1
    77 * Requires at least: 5.7
    88 * Requires PHP:      7.2
     
    2424
    2525// Useful global constants.
    26 define( 'SECURITY_TXT_MANAGER_VERSION', '1.0.3' );
     26define( 'SECURITY_TXT_MANAGER_VERSION', '1.1' );
    2727define( 'SECURITY_TXT_MANAGER_PLUGIN_FILE', __FILE__ );
    2828define( 'SECURITY_TXT_MANAGER_URL', plugin_dir_url( __FILE__ ) );
     
    4141require_once SECURITY_TXT_MANAGER_INC . 'admin.php';
    4242
    43 $network_activated = Utils\is_network_wide( SECURITY_TXT_MANAGER_PLUGIN_FILE );
     43$security_txt_manager_network_activated = Utils\is_network_wide( SECURITY_TXT_MANAGER_PLUGIN_FILE );
    4444if ( ! defined( 'SECURITY_TXT_MANAGER_IS_NETWORK' ) ) {
    45     define( 'SECURITY_TXT_MANAGER_IS_NETWORK', $network_activated );
     45    define( 'SECURITY_TXT_MANAGER_IS_NETWORK', $security_txt_manager_network_activated );
    4646}
    4747
  • security-txt-manager/tags/1.1/readme.txt

    r3271476 r3400871  
    33Tags:              security.txt, security, responsible disclosure, bug bounty
    44Requires at least: 5.7
    5 Tested up to:      6.8
     5Tested up to:      6.9
    66Requires PHP:      7.2
    7 Stable tag:        1.0.3
     7Stable tag:        1.1
    88License:           GPLv2 or later
    99License URI:       http://www.gnu.org/licenses/gpl-2.0.html
     
    7777== Changelog ==
    7878
     79= 1.1 (22 November, 2025)  =
     80* Minor tweaks.
     81* Tested with WP 6.9
     82* Dependency updates.
     83
     84= 1.0.3 (12 April, 2025)  =
     85* Tested with WP 6.8
     86* Dependency updates.
     87
    7988= 1.0.2 (19 March, 2024)  =
    8089* Tested with WP 6.5
  • security-txt-manager/trunk/languages/security-txt-manager.pot

    r3271475 r3400871  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Security.txt Manager 1.0.3\n"
     5"Project-Id-Version: Security.txt Manager 1.1\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/security-txt-manager\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-04-12T13:16:14+00:00\n"
     12"POT-Creation-Date: 2025-11-22T10:34:15+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    14 "X-Generator: WP-CLI 2.11.0\n"
     14"X-Generator: WP-CLI 2.12.0\n"
    1515"X-Domain: security-txt-manager\n"
    1616
     
    5050#. Translators: %1$s Link to securitytxt.org website
    5151#: includes/admin.php:83
     52#, php-format
    5253msgid "You can generate security.txt content on %1$s"
    5354msgstr ""
  • security-txt-manager/trunk/plugin.php

    r3271475 r3400871  
    44 * Plugin URI:        https://github.com/HandyPlugins/security-txt-manager
    55 * Description:       Security.txt Manager for WordPress.
    6  * Version:           1.0.3
     6 * Version:           1.1
    77 * Requires at least: 5.7
    88 * Requires PHP:      7.2
     
    2424
    2525// Useful global constants.
    26 define( 'SECURITY_TXT_MANAGER_VERSION', '1.0.3' );
     26define( 'SECURITY_TXT_MANAGER_VERSION', '1.1' );
    2727define( 'SECURITY_TXT_MANAGER_PLUGIN_FILE', __FILE__ );
    2828define( 'SECURITY_TXT_MANAGER_URL', plugin_dir_url( __FILE__ ) );
     
    4141require_once SECURITY_TXT_MANAGER_INC . 'admin.php';
    4242
    43 $network_activated = Utils\is_network_wide( SECURITY_TXT_MANAGER_PLUGIN_FILE );
     43$security_txt_manager_network_activated = Utils\is_network_wide( SECURITY_TXT_MANAGER_PLUGIN_FILE );
    4444if ( ! defined( 'SECURITY_TXT_MANAGER_IS_NETWORK' ) ) {
    45     define( 'SECURITY_TXT_MANAGER_IS_NETWORK', $network_activated );
     45    define( 'SECURITY_TXT_MANAGER_IS_NETWORK', $security_txt_manager_network_activated );
    4646}
    4747
  • security-txt-manager/trunk/readme.txt

    r3271476 r3400871  
    33Tags:              security.txt, security, responsible disclosure, bug bounty
    44Requires at least: 5.7
    5 Tested up to:      6.8
     5Tested up to:      6.9
    66Requires PHP:      7.2
    7 Stable tag:        1.0.3
     7Stable tag:        1.1
    88License:           GPLv2 or later
    99License URI:       http://www.gnu.org/licenses/gpl-2.0.html
     
    7777== Changelog ==
    7878
     79= 1.1 (22 November, 2025)  =
     80* Minor tweaks.
     81* Tested with WP 6.9
     82* Dependency updates.
     83
     84= 1.0.3 (12 April, 2025)  =
     85* Tested with WP 6.8
     86* Dependency updates.
     87
    7988= 1.0.2 (19 March, 2024)  =
    8089* Tested with WP 6.5
Note: See TracChangeset for help on using the changeset viewer.