Plugin Directory

Changeset 2128703


Ignore:
Timestamp:
07/25/2019 08:26:02 PM (7 years ago)
Author:
hahncgdev
Message:

Version 5.2.8 - added missing classes folder

Location:
wp-translate
Files:
4 added
4 edited

Legend:

Unmodified
Added
Removed
  • wp-translate/branches/0.7/readme.txt

    r2128220 r2128703  
    66Tested up to: 5.2
    77Requires PHP: 5.6
    8 Stable tag: 5.2.7
     8Stable tag: 5.2.8
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7979== Changelog ==
    8080
     81**v5.2.8**
     82
     83* Classes folder added to SVN
     84
    8185**v5.2.7**
    8286
  • wp-translate/branches/0.7/wp-translate.php

    r2128220 r2128703  
    77Text Domain: wp-translate
    88Domain Path: /languages
    9 Version: 5.2.7
     9Version: 5.2.8
    1010Author URI: https://plugingarden.com
    1111*/
     
    1515        public function __construct() {
    1616            $this->plugin_name = plugin_basename(__FILE__);
    17             $this->current_version = '5.2.7';
     17            $this->current_version = '5.2.8';
    1818           
    1919            register_activation_hook( __FILE__,  array(&$this, 'wpTranslate_install') );
  • wp-translate/trunk/readme.txt

    r2128220 r2128703  
    66Tested up to: 5.2
    77Requires PHP: 5.6
    8 Stable tag: 5.2.7
     8Stable tag: 5.2.8
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7979== Changelog ==
    8080
     81**v5.2.8**
     82
     83* Classes folder added to SVN
     84
    8185**v5.2.7**
    8286
  • wp-translate/trunk/wp-translate.php

    r2128220 r2128703  
    77Text Domain: wp-translate
    88Domain Path: /languages
    9 Version: 5.2.7
     9Version: 5.2.8
    1010Author URI: https://plugingarden.com
    1111*/
     
    1515        public function __construct() {
    1616            $this->plugin_name = plugin_basename(__FILE__);
    17             $this->current_version = '5.2.7';
     17            $this->current_version = '5.2.8';
    1818           
    1919            register_activation_hook( __FILE__,  array(&$this, 'wpTranslate_install') );
Note: See TracChangeset for help on using the changeset viewer.