Changeset 1711289
- Timestamp:
- 08/10/2017 05:50:32 AM (9 years ago)
- Location:
- blrt-wp-embed
- Files:
-
- 25 added
- 2 edited
-
tags/1.4.8 (added)
-
tags/1.4.8/blrt-wp-embed.php (added)
-
tags/1.4.8/dist (added)
-
tags/1.4.8/dist/css (added)
-
tags/1.4.8/dist/css/admin.min.css (added)
-
tags/1.4.8/dist/css/blrt-web.min.css (added)
-
tags/1.4.8/dist/css/main.min.css (added)
-
tags/1.4.8/dist/css/owl.carousel.min.css (added)
-
tags/1.4.8/dist/img (added)
-
tags/1.4.8/dist/img/blrt_grn_20x20.png (added)
-
tags/1.4.8/dist/js (added)
-
tags/1.4.8/dist/js/admin.min.js (added)
-
tags/1.4.8/dist/js/main.min.js (added)
-
tags/1.4.8/dist/js/owl.carousel.min.js (added)
-
tags/1.4.8/dist/js/tinymce.min.js (added)
-
tags/1.4.8/dist/js/ua-parser.min.js (added)
-
tags/1.4.8/includes (added)
-
tags/1.4.8/includes/blrt-add-gallery.php (added)
-
tags/1.4.8/includes/blrt-galleries.php (added)
-
tags/1.4.8/includes/blrt-mcebutton.php (added)
-
tags/1.4.8/includes/blrt-settings.php (added)
-
tags/1.4.8/includes/blrt-web.php (added)
-
tags/1.4.8/includes/gallery.html (added)
-
tags/1.4.8/includes/shortcodes.php (added)
-
tags/1.4.8/readme.txt (added)
-
trunk/blrt-wp-embed.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
blrt-wp-embed/trunk/blrt-wp-embed.php
r1711288 r1711289 4 4 * Plugin URI: http://www.blrt.com/wordpress-plugin 5 5 * Description: Enable Blrts and Blrt Galleries in your pages and posts - just like YouTube videos. 6 * Version: 1.4. 76 * Version: 1.4.8 7 7 * Author: Blrt 8 8 * Author URI: http://www.blrt.com … … 28 28 29 29 define('BLRT_WP_EMBED_ASSETS_VERSION', '1.3.7'); 30 define('BLRT_WP_EMBED_VERSION', '1.4. 7');30 define('BLRT_WP_EMBED_VERSION', '1.4.8'); 31 31 define('CDN_URL', '//s3.amazonaws.com/blrt-gallery/'.BLRT_WP_EMBED_ASSETS_VERSION); 32 32 … … 42 42 register_deactivation_hook( __FILE__, array( $this, 'wpa_uninstall' ) ); 43 43 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 later44 $this->blrtwpembed_table_gallery_version = '1.2'; //add version number for the table in case we need to update the structure of table later 45 45 } 46 46 -
blrt-wp-embed/trunk/readme.txt
r1711288 r1711289 3 3 Tags: Blrt,Embed,oembed 4 4 Requires at least: 2.9 5 Stable tag: 1.4. 75 Stable tag: 1.4.8 6 6 Tested up to: 4.7.5 7 7 License: GPL2 … … 31 31 32 32 -== Changelog == 33 34 = 1.4.8 35 * Fix wrong database table version 33 36 34 37 = 1.4.7
Note: See TracChangeset
for help on using the changeset viewer.