Plugin Directory

Changeset 1406226


Ignore:
Timestamp:
04/28/2016 07:46:48 AM (10 years ago)
Author:
4ebizz
Message:

0.0.2

  • Autoload fixed
Location:
ithstatswp-client/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ithstatswp-client/trunk/init.php

    r1353913 r1406226  
    1616
    1717//Версия плагина
    18 defined('ITH_CLIENT_PLUGIN_VERSION') ?: define('ITH_CLIENT', '0.0.1');
     18defined('ITH_CLIENT_PLUGIN_VERSION') ?: define('ITH_CLIENT', '0.0.2');
    1919
    2020if (version_compare(PHP_VERSION, '5.3.0', '<'))
     
    2525defined('ITH_CLIENT_PLUGIN_DIR') ?: define('ITH_CLIENT_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2626
    27 spl_autoload_register('autoload');
     27spl_autoload_register('ith_autoload');
    2828
    29 function autoload($class)
     29function ith_autoload($class)
    3030{
    3131    if (file_exists(ITH_CLIENT_PLUGIN_DIR . 'includes/' . $class . PHP_EXT))
  • ithstatswp-client/trunk/readme.txt

    r1353913 r1406226  
    3838
    3939== Changelog ==
     40= 0.0.2 =
     41* Autoload fixed
    4042
    4143= 0.0.1 =
Note: See TracChangeset for help on using the changeset viewer.