Plugin Directory

Changeset 1050778


Ignore:
Timestamp:
12/21/2014 12:00:59 PM (11 years ago)
Author:
norbusan
Message:

more version number updates

Location:
piwigopress/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • piwigopress/trunk/piwigopress.php

    r1050776 r1050778  
    2727*/
    2828if (!defined('PWGP_NAME')) define('PWGP_NAME','PiwigoPress');
    29 if (!defined('PWGP_VERSION')) define('PWGP_VERSION','2.2.4');
     29if (!defined('PWGP_VERSION')) define('PWGP_VERSION','2.2.5');
    3030
    3131load_plugin_textdomain('pwg', 'wp-content/plugins/piwigopress', 'piwigopress' );
  • piwigopress/trunk/piwigopress_admin.php

    r1029167 r1050778  
    22if (defined('PHPWG_ROOT_PATH')) return; /* Avoid direct usage under Piwigo */
    33if (!defined('PWGP_NAME')) return; /* Avoid unpredicted access */
    4 if (!defined('PWGP_VERSION')) define('PWGP_VERSION','2.2.4');
     4if (!defined('PWGP_VERSION')) define('PWGP_VERSION','2.2.5');
    55if (!function_exists('pwg_get_contents')) include 'PiwigoPress_get.php';
    66
Note: See TracChangeset for help on using the changeset viewer.