Changeset 3400871
- Timestamp:
- 11/22/2025 10:43:02 AM (3 months ago)
- Location:
- security-txt-manager
- Files:
-
- 6 edited
- 1 copied
-
tags/1.1 (copied) (copied from security-txt-manager/trunk)
-
tags/1.1/languages/security-txt-manager.pot (modified) (3 diffs)
-
tags/1.1/plugin.php (modified) (3 diffs)
-
tags/1.1/readme.txt (modified) (2 diffs)
-
trunk/languages/security-txt-manager.pot (modified) (3 diffs)
-
trunk/plugin.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
security-txt-manager/tags/1.1/languages/security-txt-manager.pot
r3271475 r3400871 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Security.txt Manager 1. 0.3\n"5 "Project-Id-Version: Security.txt Manager 1.1\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/security-txt-manager\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "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" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 "X-Generator: WP-CLI 2.1 1.0\n"14 "X-Generator: WP-CLI 2.12.0\n" 15 15 "X-Domain: security-txt-manager\n" 16 16 … … 50 50 #. Translators: %1$s Link to securitytxt.org website 51 51 #: includes/admin.php:83 52 #, php-format 52 53 msgid "You can generate security.txt content on %1$s" 53 54 msgstr "" -
security-txt-manager/tags/1.1/plugin.php
r3271475 r3400871 4 4 * Plugin URI: https://github.com/HandyPlugins/security-txt-manager 5 5 * Description: Security.txt Manager for WordPress. 6 * Version: 1. 0.36 * Version: 1.1 7 7 * Requires at least: 5.7 8 8 * Requires PHP: 7.2 … … 24 24 25 25 // Useful global constants. 26 define( 'SECURITY_TXT_MANAGER_VERSION', '1. 0.3' );26 define( 'SECURITY_TXT_MANAGER_VERSION', '1.1' ); 27 27 define( 'SECURITY_TXT_MANAGER_PLUGIN_FILE', __FILE__ ); 28 28 define( 'SECURITY_TXT_MANAGER_URL', plugin_dir_url( __FILE__ ) ); … … 41 41 require_once SECURITY_TXT_MANAGER_INC . 'admin.php'; 42 42 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 ); 44 44 if ( ! 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 ); 46 46 } 47 47 -
security-txt-manager/tags/1.1/readme.txt
r3271476 r3400871 3 3 Tags: security.txt, security, responsible disclosure, bug bounty 4 4 Requires at least: 5.7 5 Tested up to: 6. 85 Tested up to: 6.9 6 6 Requires PHP: 7.2 7 Stable tag: 1. 0.37 Stable tag: 1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 77 77 == Changelog == 78 78 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 79 88 = 1.0.2 (19 March, 2024) = 80 89 * Tested with WP 6.5 -
security-txt-manager/trunk/languages/security-txt-manager.pot
r3271475 r3400871 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Security.txt Manager 1. 0.3\n"5 "Project-Id-Version: Security.txt Manager 1.1\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/security-txt-manager\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "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" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 "X-Generator: WP-CLI 2.1 1.0\n"14 "X-Generator: WP-CLI 2.12.0\n" 15 15 "X-Domain: security-txt-manager\n" 16 16 … … 50 50 #. Translators: %1$s Link to securitytxt.org website 51 51 #: includes/admin.php:83 52 #, php-format 52 53 msgid "You can generate security.txt content on %1$s" 53 54 msgstr "" -
security-txt-manager/trunk/plugin.php
r3271475 r3400871 4 4 * Plugin URI: https://github.com/HandyPlugins/security-txt-manager 5 5 * Description: Security.txt Manager for WordPress. 6 * Version: 1. 0.36 * Version: 1.1 7 7 * Requires at least: 5.7 8 8 * Requires PHP: 7.2 … … 24 24 25 25 // Useful global constants. 26 define( 'SECURITY_TXT_MANAGER_VERSION', '1. 0.3' );26 define( 'SECURITY_TXT_MANAGER_VERSION', '1.1' ); 27 27 define( 'SECURITY_TXT_MANAGER_PLUGIN_FILE', __FILE__ ); 28 28 define( 'SECURITY_TXT_MANAGER_URL', plugin_dir_url( __FILE__ ) ); … … 41 41 require_once SECURITY_TXT_MANAGER_INC . 'admin.php'; 42 42 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 ); 44 44 if ( ! 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 ); 46 46 } 47 47 -
security-txt-manager/trunk/readme.txt
r3271476 r3400871 3 3 Tags: security.txt, security, responsible disclosure, bug bounty 4 4 Requires at least: 5.7 5 Tested up to: 6. 85 Tested up to: 6.9 6 6 Requires PHP: 7.2 7 Stable tag: 1. 0.37 Stable tag: 1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 77 77 == Changelog == 78 78 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 79 88 = 1.0.2 (19 March, 2024) = 80 89 * Tested with WP 6.5
Note: See TracChangeset
for help on using the changeset viewer.