Changeset 3384546
- Timestamp:
- 10/25/2025 06:08:58 PM (5 months ago)
- Location:
- page-categorizer
- Files:
-
- 3 added
- 4 edited
-
assets/Screenshot-1.png (modified) (previous)
-
assets/Screenshot-2.png (modified) (previous)
-
tags/1.3.0 (added)
-
tags/1.3.0/page-categorizer.php (added)
-
tags/1.3.0/readme.txt (added)
-
trunk/page-categorizer.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
page-categorizer/trunk/page-categorizer.php
r3269216 r3384546 1 1 <?php 2 2 /** 3 * Plugin Name: Page Categorizer 4 * Plugin URI: https://github.com/lumumbapl/page-categorizer 5 * Description: Easily add Categories and Tags to Pages. Simply activate and visit the Page Edit screen. 6 * Author: Patrick Lumumba 7 * Version: 1.2.0 8 * Author URI: https://lumumbas.blog/ 9 * License: GPL2 10 * Text Domain: page-categorizer 11 * Requires at least: 5.7 12 * Requires PHP: 5.6 3 * Plugin Name: Page Categorizer 4 * Plugin URI: https://lumumbas.blog/plugins/page-categorizer/ 5 * Description: Easily add Categories and Tags to Pages. Simply activate and visit the Page Edit screen. 6 * Version: 1.3.0 7 * Requires at least: 6.0 8 * Requires PHP: 7.4 9 * Author: Patrick Lumumba 10 * Author URI: https://lumumbas.blog 11 * License: GPL v2 or later 12 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 13 * Text Domain: page-categorizer 14 * Domain Path: /languages 13 15 */ 16 17 /** 18 * Page Categorizer 19 * 20 * Easily add Categories and Tags to Pages. Simply activate and visit the Page Edit screen. 21 * 22 * @package page-categorizer 23 * @since 1.0 24 */ 14 25 15 26 // If this file is called directly, abort. -
page-categorizer/trunk/readme.txt
r3269216 r3384546 1 1 === Page Categorizer === 2 2 Contributors: lumiblog, divibanks, sebu4, mosescursor 3 Donate link: https:// github.com/sponsors/lumumbapl3 Donate link: https://lumumbas.blog/support-wp-plugins 4 4 Tags: category, category in page, tag in page, page archive, pages 5 Requires PHP: 7. 06 Requires at least: 5.45 Requires PHP: 7.4 6 Requires at least: 6.0 7 7 Tested up to: 6.8 8 Stable tag: 1. 2.08 Stable tag: 1.3.0 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 77 77 == Changelog == 78 78 79 = Version 1.3.0 = 80 * UPDATE: Plugin screenshots 81 * UPDATE: Plugin information 82 79 83 = Version 1.2.0 = 80 84 * WordPress 6.8 compatibility test passed … … 86 90 == Upgrade Notice == 87 91 88 = Version 1. 2.0 =89 * WordPress 6.8 compatibility test passed90 * PHP 8.4 compatibility test passed92 = Version 1.3.0 = 93 * UPDATE: Plugin screenshots 94 * UPDATE: Plugin information
Note: See TracChangeset
for help on using the changeset viewer.