Changeset 1655040
- Timestamp:
- 05/11/2017 12:11:52 PM (9 years ago)
- Location:
- edump/trunk
- Files:
-
- 2 edited
-
edump.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
edump/trunk/edump.php
r1655024 r1655040 5 5 Description: Debugging Plugin with edump for WordPress. 6 6 Author: edumpadmin 7 Version: 1.0.3 7 Version: 1.0.4 8 Author URI: https://www.edump.net/inquiry/ 9 License: GPL2 8 10 Text Domain: edump 9 11 Domain Path: languages 10 Author URI: https://www.edump.net/inquiry/11 License: GPL212 12 */ 13 13 … … 15 15 // Currentversion 16 16 // ----------------------------------------------------------------- 17 $PLUGIN_VERSION = "1.0. 3";17 $PLUGIN_VERSION = "1.0.4"; 18 18 19 19 // ----------------------------------------------------------------- -
edump/trunk/readme.txt
r1655024 r1655040 4 4 Requires at least: 4.2.4 5 5 Tested up to: 4.7.4 6 Stable tag: 1.0. 36 Stable tag: 1.0.4 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 50 50 * it has been equipped with a JavaScript module. 51 51 52 1.0. 352 1.0.4 53 53 * 2017-05-11 54 54 * it has been equipped with a Japanese language.
Note: See TracChangeset
for help on using the changeset viewer.