Changeset 2128703
- Timestamp:
- 07/25/2019 08:26:02 PM (7 years ago)
- Location:
- wp-translate
- Files:
-
- 4 added
- 4 edited
-
branches/0.7/classes (added)
-
branches/0.7/classes/widget.php (added)
-
branches/0.7/readme.txt (modified) (2 diffs)
-
branches/0.7/wp-translate.php (modified) (2 diffs)
-
trunk/classes (added)
-
trunk/classes/widget.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-translate.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-translate/branches/0.7/readme.txt
r2128220 r2128703 6 6 Tested up to: 5.2 7 7 Requires PHP: 5.6 8 Stable tag: 5.2. 78 Stable tag: 5.2.8 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 79 79 == Changelog == 80 80 81 **v5.2.8** 82 83 * Classes folder added to SVN 84 81 85 **v5.2.7** 82 86 -
wp-translate/branches/0.7/wp-translate.php
r2128220 r2128703 7 7 Text Domain: wp-translate 8 8 Domain Path: /languages 9 Version: 5.2. 79 Version: 5.2.8 10 10 Author URI: https://plugingarden.com 11 11 */ … … 15 15 public function __construct() { 16 16 $this->plugin_name = plugin_basename(__FILE__); 17 $this->current_version = '5.2. 7';17 $this->current_version = '5.2.8'; 18 18 19 19 register_activation_hook( __FILE__, array(&$this, 'wpTranslate_install') ); -
wp-translate/trunk/readme.txt
r2128220 r2128703 6 6 Tested up to: 5.2 7 7 Requires PHP: 5.6 8 Stable tag: 5.2. 78 Stable tag: 5.2.8 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 79 79 == Changelog == 80 80 81 **v5.2.8** 82 83 * Classes folder added to SVN 84 81 85 **v5.2.7** 82 86 -
wp-translate/trunk/wp-translate.php
r2128220 r2128703 7 7 Text Domain: wp-translate 8 8 Domain Path: /languages 9 Version: 5.2. 79 Version: 5.2.8 10 10 Author URI: https://plugingarden.com 11 11 */ … … 15 15 public function __construct() { 16 16 $this->plugin_name = plugin_basename(__FILE__); 17 $this->current_version = '5.2. 7';17 $this->current_version = '5.2.8'; 18 18 19 19 register_activation_hook( __FILE__, array(&$this, 'wpTranslate_install') );
Note: See TracChangeset
for help on using the changeset viewer.