Changeset 1096265
- Timestamp:
- 02/22/2015 06:26:42 AM (11 years ago)
- Location:
- google-drive-wp-media/trunk
- Files:
-
- 2 edited
-
google-drive-wp-media.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
google-drive-wp-media/trunk/google-drive-wp-media.php
r1096264 r1096265 6 6 Author: Moch Amir 7 7 Author URI: http://www.mochamir.com/ 8 Version: 3.08 Version: 2.3 9 9 License: GNU General Public License v2.0 or later 10 10 License URI: http://www.opensource.org/licenses/gpl-license.php … … 29 29 */ 30 30 31 32 31 define( 'NAMA_GDWPM', 'Google Drive WP Media' ); 33 32 define( 'ALMT_GDWPM', 'google-drive-wp-media' ); 34 33 define( 'MINPHP_GDWPM', '5.3.0' ); 35 define( 'VERSI_GDWPM', ' 3.0' );34 define( 'VERSI_GDWPM', '2.3' ); 36 35 define( 'MY_TEXTDOMAIN', 'gdwpm' ); 37 36 -
google-drive-wp-media/trunk/readme.txt
r1096264 r1096265 5 5 Requires at least: 3.5 6 6 Tested up to: 4.1 7 Stable tag: 3.07 Stable tag: 2.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 81 81 == Changelog == 82 82 83 = 3.0=83 = 2.3 = 84 84 85 85 * Bugs fixed
Note: See TracChangeset
for help on using the changeset viewer.