Plugin Directory

Changeset 2689003


Ignore:
Timestamp:
03/04/2022 04:45:24 PM (4 years ago)
Author:
museai
Message:

Tag version 0.2

Location:
muse-ai
Files:
2 edited
3 copied

Legend:

Unmodified
Added
Removed
  • muse-ai/tags/2.0/muse-ai.php

    r2592583 r2689003  
    33 * Plugin Name: muse.ai
    44 * Description: Enable oEmbed and shortcode support for muse.ai video embedding.
    5  * Version: 0.1
     5 * Version: 0.2
    66 * Author: muse.ai
    77 * Author URI: https://muse.ai
     
    1212
    1313function 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);
    1515    wp_enqueue_script('museai-embed-player', 'https://muse.ai/static/js/embed-player.min.js');
    1616}
  • muse-ai/tags/2.0/readme.txt

    r2592639 r2689003  
    44Requires at least: 4.7
    55Tested up to: 5.8
    6 Stable tag: 0.1
     6Stable tag: 0.2
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    2121
    2222`[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  
    33 * Plugin Name: muse.ai
    44 * Description: Enable oEmbed and shortcode support for muse.ai video embedding.
    5  * Version: 0.1
     5 * Version: 0.2
    66 * Author: muse.ai
    77 * Author URI: https://muse.ai
     
    1212
    1313function 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);
    1515    wp_enqueue_script('museai-embed-player', 'https://muse.ai/static/js/embed-player.min.js');
    1616}
  • muse-ai/trunk/readme.txt

    r2592639 r2689003  
    44Requires at least: 4.7
    55Tested up to: 5.8
    6 Stable tag: 0.1
     6Stable tag: 0.2
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    2121
    2222`[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.