Plugin Directory

Changeset 1711289


Ignore:
Timestamp:
08/10/2017 05:50:32 AM (9 years ago)
Author:
Blrt
Message:

UPDATE VIA SCRIPT, VERSION 1.4.8

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

Legend:

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

    r1711288 r1711289  
    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.4.7
     6* Version: 1.4.8
    77* Author: Blrt
    88* Author URI: http://www.blrt.com
     
    2828
    2929define('BLRT_WP_EMBED_ASSETS_VERSION', '1.3.7');
    30 define('BLRT_WP_EMBED_VERSION', '1.4.7');
     30define('BLRT_WP_EMBED_VERSION', '1.4.8');
    3131define('CDN_URL', '//s3.amazonaws.com/blrt-gallery/'.BLRT_WP_EMBED_ASSETS_VERSION);
    3232
     
    4242        register_deactivation_hook( __FILE__, array( $this, 'wpa_uninstall' ) );
    4343        add_action( 'plugins_loaded', array( $this, 'wpa_upgrade') );
    44         $this->blrtwpembed_table_gallery_version = '1.1'; //add version number for the table in case we need to update the structure of table later
     44        $this->blrtwpembed_table_gallery_version = '1.2'; //add version number for the table in case we need to update the structure of table later
    4545    }
    4646   
  • blrt-wp-embed/trunk/readme.txt

    r1711288 r1711289  
    33Tags: Blrt,Embed,oembed
    44Requires at least: 2.9
    5 Stable tag: 1.4.7
     5Stable tag: 1.4.8
    66Tested up to: 4.7.5
    77License: GPL2
     
    3131
    3232-== Changelog ==
     33
     34= 1.4.8
     35* Fix wrong database table version
    3336
    3437= 1.4.7
Note: See TracChangeset for help on using the changeset viewer.