Plugin Directory

Changeset 2298352


Ignore:
Timestamp:
05/05/2020 10:19:01 AM (6 years ago)
Author:
convertbar
Message:

tagging version 1.0.16

Location:
convertbox-auto-embed
Files:
2 edited
3 copied

Legend:

Unmodified
Added
Removed
  • convertbox-auto-embed/tags/1.0.16/convert-box-plugin.php

    r2289979 r2298352  
    44Plugin URI: http://convertbox.com/plugin
    55Description: This plugin will automatically add the correct embed code to your site!
    6 Version: 1.0.15
     6Version: 1.0.16
    77Author: ConvertBox
    88License: GPLv2 or later
     
    146146        $script .= "cb_wp.post_data=$post_data;";
    147147    }
    148     $script .= '</script >';
     148    $script .= '</script>';
    149149
    150150    echo $script;
  • convertbox-auto-embed/tags/1.0.16/readme.txt

    r2289979 r2298352  
    44Requires at least: 3.0.0
    55Tested up to: 5.4
    6 Stable tag: 1.0.15
     6Stable tag: 1.0.16
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • convertbox-auto-embed/trunk/convert-box-plugin.php

    r2289979 r2298352  
    44Plugin URI: http://convertbox.com/plugin
    55Description: This plugin will automatically add the correct embed code to your site!
    6 Version: 1.0.15
     6Version: 1.0.16
    77Author: ConvertBox
    88License: GPLv2 or later
     
    146146        $script .= "cb_wp.post_data=$post_data;";
    147147    }
    148     $script .= '</script >';
     148    $script .= '</script>';
    149149
    150150    echo $script;
  • convertbox-auto-embed/trunk/readme.txt

    r2289979 r2298352  
    44Requires at least: 3.0.0
    55Tested up to: 5.4
    6 Stable tag: 1.0.15
     6Stable tag: 1.0.16
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.