Plugin Directory

Changeset 2068592


Ignore:
Timestamp:
04/15/2019 12:44:23 AM (7 years ago)
Author:
sund
Message:

Updating for server side upgrade

Location:
wave-for-wp
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • wave-for-wp/assets/wave.svg

    r1854656 r2068592  
    1 <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 502 500"><defs><style>.cls-1{fill:#1db3e8;}.cls-2{fill:#4cb748;}.cls-3{fill:#ef4644;}</style></defs><title>logoArtboard 3</title><path class="cls-1" d="M218.88,298.11s-62.51-161-66.72-169.38-19.09-27-44.33-17.26c-25.46,9.79-20.2,37.29-18.2,42.93,1.9,5.34,86.44,227.31,88.19,231.9s7,8.4,14,7.93,12.13-13.06,12.13-13.06,12.6-35.93,18.2-50.39S218.88,298.11,218.88,298.11Z"/><path class="cls-2" d="M198.59,155.14c-2-5.64-7.27-33.14,18.2-42.93,25.23-9.7,40.11,8.87,44.33,17.26s66.72,169.38,66.72,169.38,8.87,18.2,3.27,32.66-18.2,50.39-18.2,50.39-5.13,12.6-12.13,13.06-12.25-3.34-14-7.93S200.49,160.48,198.59,155.14Z"/><path class="cls-3" d="M337.69,233.87s9.64,37.06,26.69,23c7-5.78,12.24-20.19,18.06-35.73,8.37-22.36,13.86-38.87,16-46.55s12.72-60-42.13-60c-45.34,0-45.32,45.11-40.28,57.64C318.76,178.87,337.69,233.87,337.69,233.87Z"/></svg>
     1<svg viewBox="0 0 502 500" xmlns="http://www.w3.org/2000/svg"><path d="m218.88 298.11s-62.51-161-66.72-169.38-19.09-27-44.33-17.26c-25.46 9.79-20.2 37.29-18.2 42.93 1.9 5.34 86.44 227.31 88.19 231.9s7 8.4 14 7.93 12.13-13.06 12.13-13.06 12.6-35.93 18.2-50.39-3.27-32.67-3.27-32.67z" fill="#1db3e8"/><path d="m198.59 155.14c-2-5.64-7.27-33.14 18.2-42.93 25.23-9.7 40.11 8.87 44.33 17.26s66.72 169.38 66.72 169.38 8.87 18.2 3.27 32.66-18.2 50.39-18.2 50.39-5.13 12.6-12.13 13.06-12.25-3.34-14-7.93-86.29-226.55-88.19-231.89z" fill="#4cb748"/><path d="m337.69 233.87s9.64 37.06 26.69 23c7-5.78 12.24-20.19 18.06-35.73 8.37-22.36 13.86-38.87 16-46.55s12.72-60-42.13-60c-45.34 0-45.32 45.11-40.28 57.64 2.73 6.64 21.66 61.64 21.66 61.64z" fill="#ef4644"/></svg>
  • wave-for-wp/trunk/js/codox-bootstrap.js

    r1950638 r2068592  
    6565        app: app,
    6666        apiKey: wp_vars.token,
    67         sessionId: app + '_' + wp_vars.token + '_' + wp_vars.postID,
     67        // sessionId: app + '_' + wp_vars.token + '_' + wp_vars.postID,
     68        docId: wp_vars.postID,
     69        // user: wp_vars.username,
    6870        username: wp_vars.username,
    6971        domain: wp_vars.domain,
     
    7173      };
    7274
    73       codox.initialize(config);
     75      codox.start(config);
    7476
    7577      // callPhp('codox_config', config);
  • wave-for-wp/trunk/php/wave.php

    r1854656 r2068592  
    227227    wp_register_script( 'codox-loader-script', plugins_url( 'js/codox-bootstrap.js', dirname(__FILE__)), array( 'jquery', 'underscore'));
    228228
    229     wp_register_script( 'codox-script', WAVE_CLIENT_JS_URL . '?apiKey=' . $this->get_wave_token() . '&domain=' . $this->get_domain());
     229    wp_register_script( 'codox-script', WAVE_CLIENT_JS_URL . '?apiKey=' . $this->get_wave_token() . '&domain=' . $this->get_domain() . '&app=wordpress');
    230230
    231231    wp_localize_script('codox-loader-script',
  • wave-for-wp/trunk/wave-wp.php

    r1950638 r2068592  
    55Description: Wave enables teams to real-time co-edit posts and pages in WordPress using Tinymce.
    66Author: sund
    7 Version: 1.0.6
     7Version: 1.1.1
    88Text Domain: wave-wp
    99*/
Note: See TracChangeset for help on using the changeset viewer.