Changeset 3481493
- Timestamp:
- 03/12/2026 08:55:01 PM (2 weeks ago)
- Location:
- bulk-page-stub-creator
- Files:
-
- 7 added
- 6 deleted
- 10 edited
- 1 copied
-
assets/banner-1544x500.png (modified) (1 prop) (previous)
-
assets/banner-772x250.png (modified) (1 prop) (previous)
-
assets/icon-128x128.png (modified) (1 prop) (previous)
-
assets/icon-256x256.png (modified) (1 prop) (previous)
-
assets/screenshot-1.png (added)
-
assets/screenshot-2.png (added)
-
assets/screenshot-3.png (added)
-
tags/1.2.1 (copied) (copied from bulk-page-stub-creator/trunk)
-
tags/1.2.1/.gitattributes (added)
-
tags/1.2.1/README.md (added)
-
tags/1.2.1/bulk-page-stub-creator.php (modified) (2 diffs)
-
tags/1.2.1/languages/bulk-page-stub-creator.pot (modified) (4 diffs)
-
tags/1.2.1/readme.txt (modified) (3 diffs)
-
tags/1.2.1/screenshot-1.png (deleted)
-
tags/1.2.1/screenshot-2.png (deleted)
-
tags/1.2.1/screenshot-3.png (deleted)
-
trunk/.gitattributes (added)
-
trunk/README.md (added)
-
trunk/bulk-page-stub-creator.php (modified) (2 diffs)
-
trunk/languages/bulk-page-stub-creator.pot (modified) (4 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/screenshot-1.png (deleted)
-
trunk/screenshot-2.png (deleted)
-
trunk/screenshot-3.png (deleted)
Legend:
- Unmodified
- Added
- Removed
-
bulk-page-stub-creator/assets/banner-1544x500.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
bulk-page-stub-creator/assets/banner-772x250.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
bulk-page-stub-creator/assets/icon-128x128.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
bulk-page-stub-creator/assets/icon-256x256.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
bulk-page-stub-creator/tags/1.2.1/bulk-page-stub-creator.php
r3282367 r3481493 3 3 /** 4 4 * Plugin Name: Bulk Page Stub Creator 5 * Plugin URI: https:// github.com/rtpHarry/BulkPageStubCreator-WordPress5 * Plugin URI: https://runthings.dev/wordpress-plugins/bulk-page-stub-creator/ 6 6 * Description: Bulk create page stubs by simply providing a plain text list of titles and slugs. 7 * Version: 1.2 8 * Author: r tpHarry7 * Version: 1.2.1 8 * Author: runthingsdev 9 9 * Author URI: https://runthings.dev/ 10 10 * License: GPL3 … … 17 17 Bulk create page stubs by simply providing a plain text list of titles and slugs. 18 18 19 https://github.com/r tpHarry/BulkPageStubCreator-WordPress19 https://github.com/runthings-dev/bulk-page-stub-creator 20 20 21 21 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) 202 5 rtpHarry1 # Copyright (C) 2026 runthingsdev 2 2 # This file is distributed under the GPL3. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Bulk Page Stub Creator 1.2 \n"5 "Project-Id-Version: Bulk Page Stub Creator 1.2.1\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/bulk-page-stub-creator\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: 202 5-04-26T10:51:27+00:00\n"12 "POT-Creation-Date: 2026-03-12T20:54:23+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: bulk-page-stub-creator\n" 16 16 … … 26 26 #. Plugin URI of the plugin 27 27 #: bulk-page-stub-creator.php 28 msgid "https:// github.com/rtpHarry/BulkPageStubCreator-WordPress"28 msgid "https://runthings.dev/wordpress-plugins/bulk-page-stub-creator/" 29 29 msgstr "" 30 30 … … 36 36 #. Author of the plugin 37 37 #: bulk-page-stub-creator.php 38 msgid "r tpHarry"38 msgid "runthingsdev" 39 39 msgstr "" 40 40 -
bulk-page-stub-creator/tags/1.2.1/readme.txt
r3282369 r3481493 1 1 === Bulk Page Stub Creator === 2 Contributors: r tpHarry, runthingsdev2 Contributors: runthingsdev 3 3 Tags: admin, developer 4 4 Requires at least: 4.0 5 Tested up to: 6. 86 Stable tag: 1.2. 05 Tested up to: 6.9 6 Stable tag: 1.2.1 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.txt … … 48 48 = I have some other great idea for the plugin = 49 49 50 Great! Open an issue on https://github.com/r tpHarry/BulkPageStubCreator-WordPress/issues and lets discuss it.50 Great! Open an issue on https://github.com/runthings-dev/bulk-page-stub-creator/issues and lets discuss it. 51 51 52 52 == Who This Is Aimed At == … … 80 80 == Changelog == 81 81 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 = 84 88 * Refactor to address reflected xss security issue raised 85 89 86 = 1.1 = 87 * 2017-11-21 90 = 1.1.0 - 21st November 2017 = 88 91 * Update WordPress supported version to 4.9 89 92 * Fix typos in documentation 90 93 * Fix unitialized variable errors shown when WP_DEBUG is on 91 94 92 = 1.0 = 93 * 2014-10-01 95 = 1.0.0 - 1st October 2014 = 94 96 * Initial release -
bulk-page-stub-creator/trunk/bulk-page-stub-creator.php
r3282367 r3481493 3 3 /** 4 4 * Plugin Name: Bulk Page Stub Creator 5 * Plugin URI: https:// github.com/rtpHarry/BulkPageStubCreator-WordPress5 * Plugin URI: https://runthings.dev/wordpress-plugins/bulk-page-stub-creator/ 6 6 * Description: Bulk create page stubs by simply providing a plain text list of titles and slugs. 7 * Version: 1.2 8 * Author: r tpHarry7 * Version: 1.2.1 8 * Author: runthingsdev 9 9 * Author URI: https://runthings.dev/ 10 10 * License: GPL3 … … 17 17 Bulk create page stubs by simply providing a plain text list of titles and slugs. 18 18 19 https://github.com/r tpHarry/BulkPageStubCreator-WordPress19 https://github.com/runthings-dev/bulk-page-stub-creator 20 20 21 21 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) 202 5 rtpHarry1 # Copyright (C) 2026 runthingsdev 2 2 # This file is distributed under the GPL3. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Bulk Page Stub Creator 1.2 \n"5 "Project-Id-Version: Bulk Page Stub Creator 1.2.1\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/bulk-page-stub-creator\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: 202 5-04-26T10:51:27+00:00\n"12 "POT-Creation-Date: 2026-03-12T20:54:23+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: bulk-page-stub-creator\n" 16 16 … … 26 26 #. Plugin URI of the plugin 27 27 #: bulk-page-stub-creator.php 28 msgid "https:// github.com/rtpHarry/BulkPageStubCreator-WordPress"28 msgid "https://runthings.dev/wordpress-plugins/bulk-page-stub-creator/" 29 29 msgstr "" 30 30 … … 36 36 #. Author of the plugin 37 37 #: bulk-page-stub-creator.php 38 msgid "r tpHarry"38 msgid "runthingsdev" 39 39 msgstr "" 40 40 -
bulk-page-stub-creator/trunk/readme.txt
r3282369 r3481493 1 1 === Bulk Page Stub Creator === 2 Contributors: r tpHarry, runthingsdev2 Contributors: runthingsdev 3 3 Tags: admin, developer 4 4 Requires at least: 4.0 5 Tested up to: 6. 86 Stable tag: 1.2. 05 Tested up to: 6.9 6 Stable tag: 1.2.1 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.txt … … 48 48 = I have some other great idea for the plugin = 49 49 50 Great! Open an issue on https://github.com/r tpHarry/BulkPageStubCreator-WordPress/issues and lets discuss it.50 Great! Open an issue on https://github.com/runthings-dev/bulk-page-stub-creator/issues and lets discuss it. 51 51 52 52 == Who This Is Aimed At == … … 80 80 == Changelog == 81 81 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 = 84 88 * Refactor to address reflected xss security issue raised 85 89 86 = 1.1 = 87 * 2017-11-21 90 = 1.1.0 - 21st November 2017 = 88 91 * Update WordPress supported version to 4.9 89 92 * Fix typos in documentation 90 93 * Fix unitialized variable errors shown when WP_DEBUG is on 91 94 92 = 1.0 = 93 * 2014-10-01 95 = 1.0.0 - 1st October 2014 = 94 96 * Initial release
Note: See TracChangeset
for help on using the changeset viewer.