Plugin Directory

Changeset 3225721


Ignore:
Timestamp:
01/20/2025 04:35:18 PM (14 months ago)
Author:
hellomanaf
Message:

Security fixes

Location:
wp-sequential-page-number
Files:
7 added
2 edited

Legend:

Unmodified
Added
Removed
  • wp-sequential-page-number/trunk/readme.txt

    r3180956 r3225721  
    1 === WP Sequential Page Number - Maintain a sequential numbering for the new pages ===
     1=== WP Sequential Page Number ===
    22Contributors: hellomanaf
    33Tags: numbering, page, pages, sequential
     
    55Tested up to: 6.7
    66Requires PHP: 7.0
    7 Stable tag: 1.2
     7Stable tag: 1.3
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    1212
    1313== Description ==
    14 WP Sequential Page Number is a WordPress plugin to generate a sequential page number. This plugin will override the default ID generated by WordPress to maintain a sequential numbering for the new pages.
     14WP Sequential Page Number is a WordPress plugin that generates sequential page numbers for newly created pages, while retaining the default ID for existing pages.
    1515
     16The sequential page number will be displayed in the page listing section, allowing admins or developers to use this ID for querying posts.
    1617
    1718== Changelog ==
     
    2728* Initial version.
    2829
    29 == A brief Markdown Example ==
     30== A Brief Markdown Example ==
    3031You can display the page using meta_query(page_id_number).
    3132query arguments:
  • wp-sequential-page-number/trunk/wp-sequential-page-number.php

    r3180951 r3225721  
    66 * Author: Abdul Manaf M
    77 * Author URI: https://www.linkedin.com/in/manafm/
    8  * Version: 1.2
     8 * Version: 1.3
    99 * Text Domain: wpspn
    1010 * Tested up to: 6.7
Note: See TracChangeset for help on using the changeset viewer.