Changeset 1281689
- Timestamp:
- 11/07/2015 03:50:18 PM (10 years ago)
- Location:
- motaword
- Files:
-
- 3 edited
- 4 copied
-
tags/1.1.3 (copied) (copied from motaword/trunk)
-
tags/1.1.3/README.txt (copied) (copied from motaword/trunk/README.txt) (1 diff)
-
tags/1.1.3/motaword.php (copied) (copied from motaword/trunk/motaword.php) (1 diff)
-
tags/1.1.3/public/class-motaword-public.php (copied) (copied from motaword/trunk/public/class-motaword-public.php) (1 diff)
-
trunk/README.txt (modified) (1 diff)
-
trunk/motaword.php (modified) (1 diff)
-
trunk/public/class-motaword-public.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
motaword/tags/1.1.3/README.txt
r1281112 r1281689 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.3.1 7 Stable tag: 1.1. 27 Stable tag: 1.1.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
motaword/tags/1.1.3/motaword.php
r1281112 r1281689 16 16 * Plugin URI: https://www.motaword.com/developer 17 17 * Description: MotaWord plugin allows you to seamlessly submit your posts for translation to MotaWord. 18 * Version: 1.1. 218 * Version: 1.1.3 19 19 * Author: Oytun Tez <[email protected]> 20 20 * Author URI: https://www.motaword.com/developer -
motaword/tags/1.1.3/public/class-motaword-public.php
r1281112 r1281689 103 103 $mwApiHelper = new MotaWord_API( $motawordPlugin->getOption( MotaWord_Admin::$options['client_id'] ), 104 104 $motawordPlugin->getOption( MotaWord_Admin::$options['client_secret'] ), 105 (bool) $motawordPlugin->getOption( MotaWord_Admin::$options['sandbox'] ));105 false ); 106 106 107 107 //$wpPostId = $project['custom']['wp_post_id']; -
motaword/trunk/README.txt
r1281112 r1281689 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.3.1 7 Stable tag: 1.1. 27 Stable tag: 1.1.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
motaword/trunk/motaword.php
r1281112 r1281689 16 16 * Plugin URI: https://www.motaword.com/developer 17 17 * Description: MotaWord plugin allows you to seamlessly submit your posts for translation to MotaWord. 18 * Version: 1.1. 218 * Version: 1.1.3 19 19 * Author: Oytun Tez <[email protected]> 20 20 * Author URI: https://www.motaword.com/developer -
motaword/trunk/public/class-motaword-public.php
r1281112 r1281689 103 103 $mwApiHelper = new MotaWord_API( $motawordPlugin->getOption( MotaWord_Admin::$options['client_id'] ), 104 104 $motawordPlugin->getOption( MotaWord_Admin::$options['client_secret'] ), 105 (bool) $motawordPlugin->getOption( MotaWord_Admin::$options['sandbox'] ));105 false ); 106 106 107 107 //$wpPostId = $project['custom']['wp_post_id'];
Note: See TracChangeset
for help on using the changeset viewer.