Plugin Directory

Changeset 1754937


Ignore:
Timestamp:
10/30/2017 03:31:30 AM (8 years ago)
Author:
Blrt
Message:

UPDATE VIA SCRIPT, VERSION 1.6.9

Location:
blrt-wp-embed
Files:
45 added
2 edited

Legend:

Unmodified
Added
Removed
  • blrt-wp-embed/trunk/blrt-wp-embed.php

    r1751645 r1754937  
    44* Plugin URI: http://www.blrt.com/wordpress-plugin
    55* Description: Enable Blrts and Blrt Galleries in your pages and posts - just like YouTube videos.
    6 * Version: 1.6.8
     6* Version: 1.6.9
    77* Author: Blrt
    88* Author URI: http://www.blrt.com
     
    2828
    2929define('BLRT_WP_EMBED_ASSETS_VERSION', '1.6');
    30 define('BLRT_WP_EMBED_VERSION', '1.6.8');
     30define('BLRT_WP_EMBED_VERSION', '1.6.9');
    3131define('CDN_URL', 'https://s3.amazonaws.com/blrt-gallery/'.BLRT_WP_EMBED_ASSETS_VERSION);
    3232
     
    7575            wp_register_script('ua-parser', 'https://cdnjs.cloudflare.com/ajax/libs/UAParser.js/0.7.12/ua-parser.min.js', ['jquery'], null, true);
    7676            wp_register_script('jquery-areyousure', plugins_url('dist/js/jquery.are-you-sure.min.js', __FILE__), ['jquery'], '1.9.0', true);
    77             wp_register_script('blrt-wp-embed', CDN_URL.'/admin.min.js', ['jquery', 'jquery-ui-sortable', 'jquery-areyousure'], null, true);
     77            wp_register_script('blrt-wp-embed', plugins_url('dist/js/admin.min.js', __FILE__), ['jquery', 'jquery-ui-sortable', 'jquery-areyousure'], BLRT_WP_EMBED_VERSION, true);
    7878            wp_register_script('blrt-gallery', CDN_URL.'/main.min.js', ['jquery', 'owlcarousel', 'ua-parser'], null, true);
    7979            wp_register_script('blrt-oembed', 'https://e.blrt.com/js/oembed.js', [], null, true);
    8080           
    8181            wp_register_style('owlcarousel', 'https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.2.1/assets/owl.carousel.min.css', [], null);
    82             wp_register_style('blrt-wp-embed', CDN_URL.'/admin.min.css', [], null);
     82            wp_register_style('blrt-wp-embed', plugins_url('dist/css/admin.min.css',  __FILE__), [], BLRT_WP_EMBED_VERSION);
    8383            wp_register_style('blrt-wp-embed-global', plugins_url('dist/css/admin-global.min.css',  __FILE__), [], BLRT_WP_EMBED_VERSION);
    8484            wp_register_style('blrt-gallery', CDN_URL.'/main.min.css', [], null);
  • blrt-wp-embed/trunk/readme.txt

    r1751645 r1754937  
    33Tags: Blrt,Embed,oembed
    44Requires at least: 2.9
    5 Stable tag: 1.6.8
     5Stable tag: 1.6.9
    66Tested up to: 4.7.5
    77License: GPL2
     
    3131
    3232== Changelog ==
     33
     34= 1.6.9
     35* Fix inconsistencies with asset locations
    3336
    3437= 1.6.8
Note: See TracChangeset for help on using the changeset viewer.