Plugin Directory

Changeset 3481493


Ignore:
Timestamp:
03/12/2026 08:55:01 PM (2 weeks ago)
Author:
runthingsdev
Message:

Update to version 1.2.1 from GitHub

Location:
bulk-page-stub-creator
Files:
7 added
6 deleted
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • bulk-page-stub-creator/assets/banner-1544x500.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • bulk-page-stub-creator/assets/banner-772x250.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • bulk-page-stub-creator/assets/icon-128x128.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • bulk-page-stub-creator/assets/icon-256x256.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • bulk-page-stub-creator/tags/1.2.1/bulk-page-stub-creator.php

    r3282367 r3481493  
    33/**
    44* Plugin Name: Bulk Page Stub Creator
    5 * Plugin URI: https://github.com/rtpHarry/BulkPageStubCreator-WordPress
     5* Plugin URI: https://runthings.dev/wordpress-plugins/bulk-page-stub-creator/
    66* Description: Bulk create page stubs by simply providing a plain text list of titles and slugs.
    7 * Version: 1.2
    8 * Author: rtpHarry
     7* Version: 1.2.1
     8* Author: runthingsdev
    99* Author URI: https://runthings.dev/
    1010* License: GPL3
     
    1717    Bulk create page stubs by simply providing a plain text list of titles and slugs.
    1818
    19     https://github.com/rtpHarry/BulkPageStubCreator-WordPress
     19    https://github.com/runthings-dev/bulk-page-stub-creator
    2020
    2121    This program is free software: you can redistribute it and/or modify
  • bulk-page-stub-creator/tags/1.2.1/languages/bulk-page-stub-creator.pot

    r3282367 r3481493  
    1 # Copyright (C) 2025 rtpHarry
     1# Copyright (C) 2026 runthingsdev
    22# This file is distributed under the GPL3.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Bulk Page Stub Creator 1.2\n"
     5"Project-Id-Version: Bulk Page Stub Creator 1.2.1\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/bulk-page-stub-creator\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-26T10:51:27+00:00\n"
     12"POT-Creation-Date: 2026-03-12T20:54:23+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: bulk-page-stub-creator\n"
    1616
     
    2626#. Plugin URI of the plugin
    2727#: bulk-page-stub-creator.php
    28 msgid "https://github.com/rtpHarry/BulkPageStubCreator-WordPress"
     28msgid "https://runthings.dev/wordpress-plugins/bulk-page-stub-creator/"
    2929msgstr ""
    3030
     
    3636#. Author of the plugin
    3737#: bulk-page-stub-creator.php
    38 msgid "rtpHarry"
     38msgid "runthingsdev"
    3939msgstr ""
    4040
  • bulk-page-stub-creator/tags/1.2.1/readme.txt

    r3282369 r3481493  
    11=== Bulk Page Stub Creator ===
    2 Contributors: rtpHarry, runthingsdev
     2Contributors: runthingsdev
    33Tags: admin, developer
    44Requires at least: 4.0
    5 Tested up to: 6.8
    6 Stable tag: 1.2.0
     5Tested up to: 6.9
     6Stable tag: 1.2.1
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.txt
     
    4848= I have some other great idea for the plugin =
    4949
    50 Great! Open an issue on https://github.com/rtpHarry/BulkPageStubCreator-WordPress/issues and lets discuss it.
     50Great! Open an issue on https://github.com/runthings-dev/bulk-page-stub-creator/issues and lets discuss it.
    5151
    5252== Who This Is Aimed At ==
     
    8080== Changelog ==
    8181
    82 = 1.2 =
    83 * 2025-04-26
     82= 1.2.1 - 12th March 2026 =
     83* Bump tested up to 6.9
     84* Move over to rtp-build system
     85* Add README.md
     86
     87= 1.2.0 - 26th April 2025 =
    8488* Refactor to address reflected xss security issue raised
    8589
    86 = 1.1 =
    87 * 2017-11-21
     90= 1.1.0 - 21st November 2017 =
    8891* Update WordPress supported version to 4.9
    8992* Fix typos in documentation
    9093* Fix unitialized variable errors shown when WP_DEBUG is on
    9194
    92 = 1.0 =
    93 * 2014-10-01
     95= 1.0.0 - 1st October 2014 =
    9496* Initial release
  • bulk-page-stub-creator/trunk/bulk-page-stub-creator.php

    r3282367 r3481493  
    33/**
    44* Plugin Name: Bulk Page Stub Creator
    5 * Plugin URI: https://github.com/rtpHarry/BulkPageStubCreator-WordPress
     5* Plugin URI: https://runthings.dev/wordpress-plugins/bulk-page-stub-creator/
    66* Description: Bulk create page stubs by simply providing a plain text list of titles and slugs.
    7 * Version: 1.2
    8 * Author: rtpHarry
     7* Version: 1.2.1
     8* Author: runthingsdev
    99* Author URI: https://runthings.dev/
    1010* License: GPL3
     
    1717    Bulk create page stubs by simply providing a plain text list of titles and slugs.
    1818
    19     https://github.com/rtpHarry/BulkPageStubCreator-WordPress
     19    https://github.com/runthings-dev/bulk-page-stub-creator
    2020
    2121    This program is free software: you can redistribute it and/or modify
  • bulk-page-stub-creator/trunk/languages/bulk-page-stub-creator.pot

    r3282367 r3481493  
    1 # Copyright (C) 2025 rtpHarry
     1# Copyright (C) 2026 runthingsdev
    22# This file is distributed under the GPL3.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Bulk Page Stub Creator 1.2\n"
     5"Project-Id-Version: Bulk Page Stub Creator 1.2.1\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/bulk-page-stub-creator\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-26T10:51:27+00:00\n"
     12"POT-Creation-Date: 2026-03-12T20:54:23+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: bulk-page-stub-creator\n"
    1616
     
    2626#. Plugin URI of the plugin
    2727#: bulk-page-stub-creator.php
    28 msgid "https://github.com/rtpHarry/BulkPageStubCreator-WordPress"
     28msgid "https://runthings.dev/wordpress-plugins/bulk-page-stub-creator/"
    2929msgstr ""
    3030
     
    3636#. Author of the plugin
    3737#: bulk-page-stub-creator.php
    38 msgid "rtpHarry"
     38msgid "runthingsdev"
    3939msgstr ""
    4040
  • bulk-page-stub-creator/trunk/readme.txt

    r3282369 r3481493  
    11=== Bulk Page Stub Creator ===
    2 Contributors: rtpHarry, runthingsdev
     2Contributors: runthingsdev
    33Tags: admin, developer
    44Requires at least: 4.0
    5 Tested up to: 6.8
    6 Stable tag: 1.2.0
     5Tested up to: 6.9
     6Stable tag: 1.2.1
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.txt
     
    4848= I have some other great idea for the plugin =
    4949
    50 Great! Open an issue on https://github.com/rtpHarry/BulkPageStubCreator-WordPress/issues and lets discuss it.
     50Great! Open an issue on https://github.com/runthings-dev/bulk-page-stub-creator/issues and lets discuss it.
    5151
    5252== Who This Is Aimed At ==
     
    8080== Changelog ==
    8181
    82 = 1.2 =
    83 * 2025-04-26
     82= 1.2.1 - 12th March 2026 =
     83* Bump tested up to 6.9
     84* Move over to rtp-build system
     85* Add README.md
     86
     87= 1.2.0 - 26th April 2025 =
    8488* Refactor to address reflected xss security issue raised
    8589
    86 = 1.1 =
    87 * 2017-11-21
     90= 1.1.0 - 21st November 2017 =
    8891* Update WordPress supported version to 4.9
    8992* Fix typos in documentation
    9093* Fix unitialized variable errors shown when WP_DEBUG is on
    9194
    92 = 1.0 =
    93 * 2014-10-01
     95= 1.0.0 - 1st October 2014 =
    9496* Initial release
Note: See TracChangeset for help on using the changeset viewer.