Plugin Directory

Changeset 2712777


Ignore:
Timestamp:
04/21/2022 01:00:28 PM (4 years ago)
Author:
pressmate
Message:

Fixed player issue and bumped up version

Location:
makestories-helper/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • makestories-helper/trunk/config.php

    r2700585 r2712777  
    1010define("MS_CDN_URL", "https://api.makestories.io/wp/".MS_PLUGIN_VERSION."/");
    1111
    12 
    13 
    1412/**
    1513 * Base server url
    1614 */
    17  define("MS_BASE_SERVER_URL", "https://server.makestories.io/");
     15define("MS_BASE_SERVER_URL", "https://server.makestories.io/");
    1816
    1917/**
    2018 * Player JS SDK url
    2119 */
    22 define("MS_PLAYER_CDN_URL", "//js.makestories.io/player/StoryPlayer.js");
    23 
     20define("MS_PLAYER_CDN_URL", "https://js.makestories.io/player/StoryPlayer.js");
    2421/**
    2522 * Url for viewing live preview of story being edited.
  • makestories-helper/trunk/hooks.php

    r2659092 r2712777  
    150150    wp_enqueue_script('amp-story-player','https://cdn.ampproject.org/amp-story-player-v0.js',array(),false,false);
    151151    wp_enqueue_script('ms-story-player',MS_PLAYER_CDN_URL,array(),false,true);
    152 
    153 
    154152}
    155153add_action( 'wp_enqueue_scripts', 'mscpt_makeStoriesHeaderStyle' );
  • makestories-helper/trunk/makestories.php

    r2698926 r2712777  
    44Plugin URI:     https://makestories.io/official-wordpress-webstories-plugin/
    55Description:    The leading Google Web Stories Editor is now available to create Stories in WordPress. It is easy to use, allows for extensive customization, and is adaptive for future changes.
    6 Version:        2.6.2
     6Version:        2.6.3
    77Author:         MakeStories Team
    88Author URI:     https://makestories.io
  • makestories-helper/trunk/readme.txt

    r2700585 r2712777  
    33Tags: amp-story, makestories, web-stories, web stories, amp, stories, amp, storytelling
    44Requires at least: 4.0
    5 Tested up to: 5.9.2
     5Tested up to: 5.9.3
    66Requires PHP: 5.6
    77
Note: See TracChangeset for help on using the changeset viewer.