Plugin Directory

Changeset 2928898


Ignore:
Timestamp:
06/21/2023 02:25:06 AM (3 years ago)
Author:
ragicsupport
Message:

1.2 update

Location:
ragic-shortcode
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ragic-shortcode/tags/1.2/ragic.php

    r2897537 r2928898  
    2727
    2828    } else if ("rawembed" == $ragic_feature) {
    29         $executer .= "<div class='ragic_rawembed'><iframe src='$ragic_url' sandbox='allow-modals allow-forms allow-popups allow-scripts allow-same-origin' style='border:none;overflow-x:hidden;overflow-y:hidden;height:600px;width:100%;'></iframe></div>";
     29        $executer = "<div class='ragic_rawembed'><iframe src='$ragic_url' sandbox='allow-modals allow-forms allow-popups allow-scripts allow-same-origin' style='border:none;overflow-x:hidden;overflow-y:hidden;height:600px;width:100%;'></iframe></div>";
    3030        return "$executer";
    3131    } else {
  • ragic-shortcode/tags/1.2/readme.txt

    r2897537 r2928898  
    55Requires at least: 2.6
    66Tested up to: 6.2
    7 Stable tag: 1.1
     7Stable tag: 1.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4545* Support new form
    4646
     47= 1.2 =
     48* Fix undefined variable
     49
    4750== Upgrade Notice ==
    4851
    4952= 1.1 =
    5053* Support two feature
     54
     55= 1.2 =
     56* Fix notice
  • ragic-shortcode/trunk/ragic.php

    r2897537 r2928898  
    2727
    2828    } else if ("rawembed" == $ragic_feature) {
    29         $executer .= "<div class='ragic_rawembed'><iframe src='$ragic_url' sandbox='allow-modals allow-forms allow-popups allow-scripts allow-same-origin' style='border:none;overflow-x:hidden;overflow-y:hidden;height:600px;width:100%;'></iframe></div>";
     29        $executer = "<div class='ragic_rawembed'><iframe src='$ragic_url' sandbox='allow-modals allow-forms allow-popups allow-scripts allow-same-origin' style='border:none;overflow-x:hidden;overflow-y:hidden;height:600px;width:100%;'></iframe></div>";
    3030        return "$executer";
    3131    } else {
  • ragic-shortcode/trunk/readme.txt

    r2897537 r2928898  
    55Requires at least: 2.6
    66Tested up to: 6.2
    7 Stable tag: 1.1
     7Stable tag: 1.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4545* Support new form
    4646
     47= 1.2 =
     48* Fix undefined variable
     49
    4750== Upgrade Notice ==
    4851
    4952= 1.1 =
    5053* Support two feature
     54
     55= 1.2 =
     56* Fix notice
Note: See TracChangeset for help on using the changeset viewer.