Plugin Directory

Changeset 3384546


Ignore:
Timestamp:
10/25/2025 06:08:58 PM (5 months ago)
Author:
lumiblog
Message:

Version 1.3.0
UPDATE: Plugin screenshots
UPDATE: Plugin information

Location:
page-categorizer
Files:
3 added
4 edited

Legend:

Unmodified
Added
Removed
  • page-categorizer/trunk/page-categorizer.php

    r3269216 r3384546  
    11<?php
    22/**
    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
    1315 */
     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*/
    1425
    1526// If this file is called directly, abort.
  • page-categorizer/trunk/readme.txt

    r3269216 r3384546  
    11=== Page Categorizer ===
    22Contributors: lumiblog, divibanks, sebu4, mosescursor
    3 Donate link: https://github.com/sponsors/lumumbapl
     3Donate link: https://lumumbas.blog/support-wp-plugins
    44Tags: category, category in page, tag in page, page archive, pages
    5 Requires PHP: 7.0
    6 Requires at least: 5.4
     5Requires PHP: 7.4
     6Requires at least: 6.0
    77Tested up to: 6.8
    8 Stable tag: 1.2.0
     8Stable tag: 1.3.0
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7777== Changelog ==
    7878
     79= Version 1.3.0 =
     80* UPDATE: Plugin screenshots
     81* UPDATE: Plugin information
     82
    7983= Version 1.2.0 =
    8084* WordPress 6.8 compatibility test passed
     
    8690== Upgrade Notice ==
    8791
    88 = Version 1.2.0 =
    89 * WordPress 6.8 compatibility test passed
    90 * PHP 8.4 compatibility test passed
     92= Version 1.3.0 =
     93* UPDATE: Plugin screenshots
     94* UPDATE: Plugin information
Note: See TracChangeset for help on using the changeset viewer.