Plugin Directory

Changeset 3294164


Ignore:
Timestamp:
05/15/2025 01:04:30 PM (11 months ago)
Author:
wponlinesupport
Message:
  • Check compatibility to WordPress version 6.8.1
Location:
styles-for-wp-pagenavi-addon
Files:
19 added
2 edited

Legend:

Unmodified
Added
Removed
  • styles-for-wp-pagenavi-addon/trunk/readme.txt

    r3227410 r3294164  
    11=== Styles For WP Pagenavi Addon - Better design for post pagination ===
    2 Contributors: wponlinesupport, anoopranawat, patelketan
     2Contributors: essentialplugin
    33Tags: post navigation, navigation, pagination, pagenavi style, wp pagenavi styling   
    4 Requires at least: 3.1
    5 Tested up to: 6.7.1
    6 Stable tag: 1.2.2
     4Requires at least: 4.0
     5Tested up to: 6.8.1
     6Stable tag: 1.2.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4040== Changelog ==
    4141
     42= 1.2.3 (15, May 2025) =
     43* [*] Check compatibility with WordPress version 6.8.1
     44
    4245= 1.2.2 (23, January 2025) =
    4346* [*] Check compatibility to WordPress version 6.7.1
  • styles-for-wp-pagenavi-addon/trunk/styles-for-wp-pagenavi-addon.php

    r3227410 r3294164  
    66 * Domain Path: /languages/
    77 * Description: Adds a more styling options to Wp-PageNavi WordPress plugin OR  the_posts_pagination(); WordPress navigation function
    8  * Author: WP OnlineSupport, Essential Plugin
    9  * Version: 1.2.2
     8 * Author: Essential Plugin
     9 * Version: 1.2.3
    1010 * Author URI: https://www.essentialplugin.com/wordpress-plugin/styles-wp-pagenavi-addon/
    1111 *
    12  * @package WordPress
    13  * @author WP OnlineSupport
     12 * @package Styles For WP Pagenavi Addon
     13 * @author Essential Plugin
    1414 */
    1515
     
    1919
    2020if( ! defined('SFWPPA_VERSION') ) {
    21     define( 'SFWPPA_VERSION', '1.2.2' ); // Plugin version
     21    define( 'SFWPPA_VERSION', '1.2.3' ); // Plugin version
    2222}
    2323if( ! defined( 'SFWPPA_VERSION_DIR' ) ) {
Note: See TracChangeset for help on using the changeset viewer.