Plugin Directory

Changeset 1281689


Ignore:
Timestamp:
11/07/2015 03:50:18 PM (10 years ago)
Author:
motaword
Message:

Callback fix

Location:
motaword
Files:
3 edited
4 copied

Legend:

Unmodified
Added
Removed
  • motaword/tags/1.1.3/README.txt

    r1281112 r1281689  
    55Requires at least: 3.0.1
    66Tested up to: 4.3.1
    7 Stable tag: 1.1.2
     7Stable tag: 1.1.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • motaword/tags/1.1.3/motaword.php

    r1281112 r1281689  
    1616 * Plugin URI:        https://www.motaword.com/developer
    1717 * Description:       MotaWord plugin allows you to seamlessly submit your posts for translation to MotaWord.
    18  * Version:           1.1.2
     18 * Version:           1.1.3
    1919 * Author:            Oytun Tez <[email protected]>
    2020 * Author URI:        https://www.motaword.com/developer
  • motaword/tags/1.1.3/public/class-motaword-public.php

    r1281112 r1281689  
    103103        $mwApiHelper = new MotaWord_API( $motawordPlugin->getOption( MotaWord_Admin::$options['client_id'] ),
    104104            $motawordPlugin->getOption( MotaWord_Admin::$options['client_secret'] ),
    105             (bool) $motawordPlugin->getOption( MotaWord_Admin::$options['sandbox'] ) );
     105            false );
    106106
    107107        //$wpPostId = $project['custom']['wp_post_id'];
  • motaword/trunk/README.txt

    r1281112 r1281689  
    55Requires at least: 3.0.1
    66Tested up to: 4.3.1
    7 Stable tag: 1.1.2
     7Stable tag: 1.1.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • motaword/trunk/motaword.php

    r1281112 r1281689  
    1616 * Plugin URI:        https://www.motaword.com/developer
    1717 * Description:       MotaWord plugin allows you to seamlessly submit your posts for translation to MotaWord.
    18  * Version:           1.1.2
     18 * Version:           1.1.3
    1919 * Author:            Oytun Tez <[email protected]>
    2020 * Author URI:        https://www.motaword.com/developer
  • motaword/trunk/public/class-motaword-public.php

    r1281112 r1281689  
    103103        $mwApiHelper = new MotaWord_API( $motawordPlugin->getOption( MotaWord_Admin::$options['client_id'] ),
    104104            $motawordPlugin->getOption( MotaWord_Admin::$options['client_secret'] ),
    105             (bool) $motawordPlugin->getOption( MotaWord_Admin::$options['sandbox'] ) );
     105            false );
    106106
    107107        //$wpPostId = $project['custom']['wp_post_id'];
Note: See TracChangeset for help on using the changeset viewer.