Plugin Directory

Changeset 3271475


Ignore:
Timestamp:
04/12/2025 01:19:11 PM (10 months ago)
Author:
handyplugins
Message:

Update to version 1.0.3 from GitHub

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

Legend:

Unmodified
Added
Removed
  • security-txt-manager/assets/blueprints/blueprint.json

    r3054460 r3271475  
    11{
    2   "landingPage": "\/wp-admin\/plugins.php",
     2  "landingPage": "\/wp-admin\/admin.php?page=security-txt-settings",
    33  "preferredVersions": {
    44    "php": "8.0",
  • security-txt-manager/tags/1.0.3/languages/security-txt-manager.pot

    r3054460 r3271475  
    1 # Copyright (C) 2024 HandyPlugins
     1# Copyright (C) 2025 HandyPlugins
    22# This file is distributed under the GPL v2 or later.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Security.txt Manager 1.0.2\n"
     5"Project-Id-Version: Security.txt Manager 1.0.3\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: 2024-03-19T13:10:33+00:00\n"
     12"POT-Creation-Date: 2025-04-12T13:16:14+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    14 "X-Generator: WP-CLI 2.9.0\n"
     14"X-Generator: WP-CLI 2.11.0\n"
    1515"X-Domain: security-txt-manager\n"
    1616
    1717#. Plugin Name of the plugin
     18#: plugin.php
    1819#: includes/admin.php:71
    1920msgid "Security.txt Manager"
     
    2122
    2223#. Plugin URI of the plugin
     24#: plugin.php
    2325msgid "https://github.com/HandyPlugins/security-txt-manager"
    2426msgstr ""
    2527
    2628#. Description of the plugin
     29#: plugin.php
    2730msgid "Security.txt Manager for WordPress."
    2831msgstr ""
    2932
    3033#. Author of the plugin
     34#: plugin.php
    3135msgid "HandyPlugins"
    3236msgstr ""
    3337
    3438#. Author URI of the plugin
     39#: plugin.php
    3540msgid "https://handyplugins.co/"
    3641msgstr ""
  • security-txt-manager/tags/1.0.3/plugin.php

    r3054460 r3271475  
    44 * Plugin URI:        https://github.com/HandyPlugins/security-txt-manager
    55 * Description:       Security.txt Manager for WordPress.
    6  * Version:           1.0.2
     6 * Version:           1.0.3
    77 * Requires at least: 5.7
    88 * Requires PHP:      7.2
     
    2424
    2525// Useful global constants.
    26 define( 'SECURITY_TXT_MANAGER_VERSION', '1.0.2' );
     26define( 'SECURITY_TXT_MANAGER_VERSION', '1.0.3' );
    2727define( 'SECURITY_TXT_MANAGER_PLUGIN_FILE', __FILE__ );
    2828define( 'SECURITY_TXT_MANAGER_URL', plugin_dir_url( __FILE__ ) );
  • security-txt-manager/tags/1.0.3/readme.txt

    r3183562 r3271475  
    33Tags:              security.txt, security, responsible disclosure, bug bounty
    44Requires at least: 5.7
    5 Tested up to:      6.7
     5Tested up to:      6.8
    66Requires PHP:      7.2
    7 Stable tag:        1.0.2
     7Stable tag:        1.0.3
    88License:           GPLv2 or later
    99License URI:       http://www.gnu.org/licenses/gpl-2.0.html
     
    7777== Changelog ==
    7878
     79= 1.0.3 (12 April, 2025)  =
     80* Tested with WP 6.8
     81* Dependency updates.
     82
    7983= 1.0.2 (19 March, 2024)  =
    8084* Tested with WP 6.5
  • security-txt-manager/trunk/languages/security-txt-manager.pot

    r3054460 r3271475  
    1 # Copyright (C) 2024 HandyPlugins
     1# Copyright (C) 2025 HandyPlugins
    22# This file is distributed under the GPL v2 or later.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Security.txt Manager 1.0.2\n"
     5"Project-Id-Version: Security.txt Manager 1.0.3\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: 2024-03-19T13:10:33+00:00\n"
     12"POT-Creation-Date: 2025-04-12T13:16:14+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    14 "X-Generator: WP-CLI 2.9.0\n"
     14"X-Generator: WP-CLI 2.11.0\n"
    1515"X-Domain: security-txt-manager\n"
    1616
    1717#. Plugin Name of the plugin
     18#: plugin.php
    1819#: includes/admin.php:71
    1920msgid "Security.txt Manager"
     
    2122
    2223#. Plugin URI of the plugin
     24#: plugin.php
    2325msgid "https://github.com/HandyPlugins/security-txt-manager"
    2426msgstr ""
    2527
    2628#. Description of the plugin
     29#: plugin.php
    2730msgid "Security.txt Manager for WordPress."
    2831msgstr ""
    2932
    3033#. Author of the plugin
     34#: plugin.php
    3135msgid "HandyPlugins"
    3236msgstr ""
    3337
    3438#. Author URI of the plugin
     39#: plugin.php
    3540msgid "https://handyplugins.co/"
    3641msgstr ""
  • security-txt-manager/trunk/plugin.php

    r3054460 r3271475  
    44 * Plugin URI:        https://github.com/HandyPlugins/security-txt-manager
    55 * Description:       Security.txt Manager for WordPress.
    6  * Version:           1.0.2
     6 * Version:           1.0.3
    77 * Requires at least: 5.7
    88 * Requires PHP:      7.2
     
    2424
    2525// Useful global constants.
    26 define( 'SECURITY_TXT_MANAGER_VERSION', '1.0.2' );
     26define( 'SECURITY_TXT_MANAGER_VERSION', '1.0.3' );
    2727define( 'SECURITY_TXT_MANAGER_PLUGIN_FILE', __FILE__ );
    2828define( 'SECURITY_TXT_MANAGER_URL', plugin_dir_url( __FILE__ ) );
  • security-txt-manager/trunk/readme.txt

    r3183562 r3271475  
    33Tags:              security.txt, security, responsible disclosure, bug bounty
    44Requires at least: 5.7
    5 Tested up to:      6.7
     5Tested up to:      6.8
    66Requires PHP:      7.2
    7 Stable tag:        1.0.2
     7Stable tag:        1.0.3
    88License:           GPLv2 or later
    99License URI:       http://www.gnu.org/licenses/gpl-2.0.html
     
    7777== Changelog ==
    7878
     79= 1.0.3 (12 April, 2025)  =
     80* Tested with WP 6.8
     81* Dependency updates.
     82
    7983= 1.0.2 (19 March, 2024)  =
    8084* Tested with WP 6.5
Note: See TracChangeset for help on using the changeset viewer.