Changeset 2689003
- Timestamp:
- 03/04/2022 04:45:24 PM (4 years ago)
- Location:
- muse-ai
- Files:
-
- 2 edited
- 3 copied
-
tags/2.0 (copied) (copied from muse-ai/trunk)
-
tags/2.0/muse-ai.php (copied) (copied from muse-ai/trunk/muse-ai.php) (2 diffs)
-
tags/2.0/readme.txt (copied) (copied from muse-ai/trunk/readme.txt) (2 diffs)
-
trunk/muse-ai.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
muse-ai/tags/2.0/muse-ai.php
r2592583 r2689003 3 3 * Plugin Name: muse.ai 4 4 * Description: Enable oEmbed and shortcode support for muse.ai video embedding. 5 * Version: 0. 15 * Version: 0.2 6 6 * Author: muse.ai 7 7 * Author URI: https://muse.ai … … 12 12 13 13 function museai_init() { 14 wp_oembed_add_provider(' https://muse.ai/v/*', 'https://muse.ai/oembed');14 wp_oembed_add_provider('#https://muse.ai/(v|vc|vd|vt)/.+#', 'https://muse.ai/oembed', true); 15 15 wp_enqueue_script('museai-embed-player', 'https://muse.ai/static/js/embed-player.min.js'); 16 16 } -
muse-ai/tags/2.0/readme.txt
r2592639 r2689003 4 4 Requires at least: 4.7 5 5 Tested up to: 5.8 6 Stable tag: 0. 16 Stable tag: 0.2 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 21 21 22 22 `[muse-ai id="VBdrD8v" width="50%"]` 23 24 == Changelog == 25 26 = 0.2 = 27 * oEmbed support for more video link types. -
muse-ai/trunk/muse-ai.php
r2592583 r2689003 3 3 * Plugin Name: muse.ai 4 4 * Description: Enable oEmbed and shortcode support for muse.ai video embedding. 5 * Version: 0. 15 * Version: 0.2 6 6 * Author: muse.ai 7 7 * Author URI: https://muse.ai … … 12 12 13 13 function museai_init() { 14 wp_oembed_add_provider(' https://muse.ai/v/*', 'https://muse.ai/oembed');14 wp_oembed_add_provider('#https://muse.ai/(v|vc|vd|vt)/.+#', 'https://muse.ai/oembed', true); 15 15 wp_enqueue_script('museai-embed-player', 'https://muse.ai/static/js/embed-player.min.js'); 16 16 } -
muse-ai/trunk/readme.txt
r2592639 r2689003 4 4 Requires at least: 4.7 5 5 Tested up to: 5.8 6 Stable tag: 0. 16 Stable tag: 0.2 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 21 21 22 22 `[muse-ai id="VBdrD8v" width="50%"]` 23 24 == Changelog == 25 26 = 0.2 = 27 * oEmbed support for more video link types.
Note: See TracChangeset
for help on using the changeset viewer.