Plugin Directory

Changeset 3208310


Ignore:
Timestamp:
12/16/2024 03:24:47 AM (3 months ago)
Author:
GamerZ
Message:

Deploying wp-pagenavi from GitHub

Location:
wp-pagenavi/trunk
Files:
3 edited

Legend:

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

    r3195864 r3208310  
    55Requires at least: 4.6 
    66Tested up to: 6.7 
    7 Stable tag: 2.94.3 
     7Stable tag: 2.94.4 
    88License: GPLv2 or later 
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html 
     
    145145
    146146## Changelog
     147### 2.94.4
     148* FIXED: Revert WP SCB Framework to use plugins_loaded hook
     149
    147150### 2.94.3
    148151* FIXED: Update WP SCB Framework to fix load_textdomain_just_in_time warning
  • wp-pagenavi/trunk/scb/load.php

    r3195864 r3208310  
    4040        }
    4141
    42         if ( did_action( 'init' ) ) {
     42        if ( did_action( 'plugins_loaded' ) ) {
    4343            self::load();
    4444        } else {
    45             add_action( 'init', array( __CLASS__, 'load' ), 9, 0 );
     45            add_action( 'plugins_loaded', array( __CLASS__, 'load' ), 9, 0 );
    4646        }
    4747    }
  • wp-pagenavi/trunk/wp-pagenavi.php

    r3195864 r3208310  
    44Plugin URI: https://lesterchan.net/portfolio/programming/php/
    55Description: Adds a more advanced paging navigation to your WordPress blog
    6 Version: 2.94.3
     6Version: 2.94.4
    77Author: Lester 'GaMerZ' Chan
    88Author URI: https://lesterchan.net
Note: See TracChangeset for help on using the changeset viewer.