Plugin Directory

Changeset 1410493


Ignore:
Timestamp:
05/04/2016 06:28:21 PM (10 years ago)
Author:
nuagelab
Message:

CHG:Compatibility

Location:
ezflippr/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ezflippr/trunk/ezflippr.php

    r1386301 r1410493  
    12241224    }
    12251225
    1226     private static function getWordPressVersion() {
     1226    public static function getWordPressVersion() {
    12271227        $version = get_bloginfo('version');
    12281228        if (defined('ICL_LANGUAGE_CODE')) $version .= '/wpml';
     
    12311231    }
    12321232
    1233     private static function getPHPVersion() {
     1233    public static function getPHPVersion() {
    12341234        $version = phpversion();
    12351235        if (function_exists('curl_exec')) $version .= '/curl';
     
    12401240    }
    12411241
    1242     private static function getVersion() {
     1242    public static function getVersion() {
    12431243        if (!isset(self::$version)) {
    12441244            if (!function_exists('get_plugin_data')) {
  • ezflippr/trunk/readme.txt

    r1386301 r1410493  
    33Tags: flipbook, administration
    44Requires at least: 3.9
    5 Tested up to: 4.4.2
     5Tested up to: 4.5.1
    66Stable tag: trunk
    77Text Domain: ezflippr
Note: See TracChangeset for help on using the changeset viewer.