Changeset 2298352
- Timestamp:
- 05/05/2020 10:19:01 AM (6 years ago)
- Location:
- convertbox-auto-embed
- Files:
-
- 2 edited
- 3 copied
-
tags/1.0.16 (copied) (copied from convertbox-auto-embed/trunk)
-
tags/1.0.16/convert-box-plugin.php (copied) (copied from convertbox-auto-embed/trunk/convert-box-plugin.php) (2 diffs)
-
tags/1.0.16/readme.txt (copied) (copied from convertbox-auto-embed/trunk/readme.txt) (1 diff)
-
trunk/convert-box-plugin.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
convertbox-auto-embed/tags/1.0.16/convert-box-plugin.php
r2289979 r2298352 4 4 Plugin URI: http://convertbox.com/plugin 5 5 Description: This plugin will automatically add the correct embed code to your site! 6 Version: 1.0.1 56 Version: 1.0.16 7 7 Author: ConvertBox 8 8 License: GPLv2 or later … … 146 146 $script .= "cb_wp.post_data=$post_data;"; 147 147 } 148 $script .= '</script >';148 $script .= '</script>'; 149 149 150 150 echo $script; -
convertbox-auto-embed/tags/1.0.16/readme.txt
r2289979 r2298352 4 4 Requires at least: 3.0.0 5 5 Tested up to: 5.4 6 Stable tag: 1.0.1 56 Stable tag: 1.0.16 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
convertbox-auto-embed/trunk/convert-box-plugin.php
r2289979 r2298352 4 4 Plugin URI: http://convertbox.com/plugin 5 5 Description: This plugin will automatically add the correct embed code to your site! 6 Version: 1.0.1 56 Version: 1.0.16 7 7 Author: ConvertBox 8 8 License: GPLv2 or later … … 146 146 $script .= "cb_wp.post_data=$post_data;"; 147 147 } 148 $script .= '</script >';148 $script .= '</script>'; 149 149 150 150 echo $script; -
convertbox-auto-embed/trunk/readme.txt
r2289979 r2298352 4 4 Requires at least: 3.0.0 5 5 Tested up to: 5.4 6 Stable tag: 1.0.1 56 Stable tag: 1.0.16 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.