Changeset 1576908
- Timestamp:
- 01/17/2017 11:54:15 PM (9 years ago)
- Location:
- brighttalk-wp-shortcode
- Files:
-
- 5 added
- 2 edited
-
tags/2.1.1 (added)
-
tags/2.1.1/assets (added)
-
tags/2.1.1/assets/screenshot-1.png (added)
-
tags/2.1.1/brighttalk-wp-shortcode.php (added)
-
tags/2.1.1/readme.txt (added)
-
trunk/brighttalk-wp-shortcode.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
brighttalk-wp-shortcode/trunk/brighttalk-wp-shortcode.php
r1554501 r1576908 5 5 * Plugin URI: https://github.com/BrightTALK/brighttalk-wp-shortcode/ 6 6 * Description: Add the BrightTALK media player shortcode to to simplify embedding BrightTALK content into your site. 7 * Version: 2.1. 07 * Version: 2.1.1 8 8 * Author: BrightTALK, Dorian Logan 9 9 * Author URI: https://developer.brighttalk.com/ … … 72 72 // Check to see if BrightTALK cookie exists 73 73 if ($session) { 74 $tz = brighttalk_getTZFromBTSession($session);74 // $tz = brighttalk_getTZFromBTSession($session); 75 75 } 76 76 -
brighttalk-wp-shortcode/trunk/readme.txt
r1554501 r1576908 4 4 Tags: video, webinar, webcast, brighttalk, lead generation, audience, b2b 5 5 Requires at least: 4.0.0 6 Tested up to: 4.7. 06 Tested up to: 4.7.2 7 7 Stable tag: 4.7.0 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.