Changeset 2712777
- Timestamp:
- 04/21/2022 01:00:28 PM (4 years ago)
- Location:
- makestories-helper/trunk
- Files:
-
- 4 edited
-
config.php (modified) (1 diff)
-
hooks.php (modified) (1 diff)
-
makestories.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
makestories-helper/trunk/config.php
r2700585 r2712777 10 10 define("MS_CDN_URL", "https://api.makestories.io/wp/".MS_PLUGIN_VERSION."/"); 11 11 12 13 14 12 /** 15 13 * Base server url 16 14 */ 17 define("MS_BASE_SERVER_URL", "https://server.makestories.io/");15 define("MS_BASE_SERVER_URL", "https://server.makestories.io/"); 18 16 19 17 /** 20 18 * Player JS SDK url 21 19 */ 22 define("MS_PLAYER_CDN_URL", "//js.makestories.io/player/StoryPlayer.js"); 23 20 define("MS_PLAYER_CDN_URL", "https://js.makestories.io/player/StoryPlayer.js"); 24 21 /** 25 22 * Url for viewing live preview of story being edited. -
makestories-helper/trunk/hooks.php
r2659092 r2712777 150 150 wp_enqueue_script('amp-story-player','https://cdn.ampproject.org/amp-story-player-v0.js',array(),false,false); 151 151 wp_enqueue_script('ms-story-player',MS_PLAYER_CDN_URL,array(),false,true); 152 153 154 152 } 155 153 add_action( 'wp_enqueue_scripts', 'mscpt_makeStoriesHeaderStyle' ); -
makestories-helper/trunk/makestories.php
r2698926 r2712777 4 4 Plugin URI: https://makestories.io/official-wordpress-webstories-plugin/ 5 5 Description: 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. 26 Version: 2.6.3 7 7 Author: MakeStories Team 8 8 Author URI: https://makestories.io -
makestories-helper/trunk/readme.txt
r2700585 r2712777 3 3 Tags: amp-story, makestories, web-stories, web stories, amp, stories, amp, storytelling 4 4 Requires at least: 4.0 5 Tested up to: 5.9. 25 Tested up to: 5.9.3 6 6 Requires PHP: 5.6 7 7
Note: See TracChangeset
for help on using the changeset viewer.