Plugin Directory

Changeset 2655048


Ignore:
Timestamp:
01/10/2022 07:47:51 AM (4 years ago)
Author:
hoosoft
Message:

Compatible with php5

Location:
magee-shortcodes
Files:
259 added
3 edited

Legend:

Unmodified
Added
Removed
  • magee-shortcodes/trunk/Includes/Classes/Helper.class.php

    r2632193 r2655048  
    179179    function popup() {
    180180        $magee_shortcodes = Config::shortcodes();
    181         $target = $_GET['target'] ?? 'content';
     181        $target = isset($_GET['target']) ?  $_GET['target'] : 'content';
    182182        ?>
    183183        <div class="white-popup magee_shortcodes_container" data-target="<?php echo $target;?>" id="magee_shortcodes_container">
  • magee-shortcodes/trunk/Magee.php

    r2632193 r2655048  
    44  Plugin URI: https://www.hoosoft.com/plugins/magee-shortcodes/
    55  Description: Magee Shortcodes is WordPress plugin that provides a pack of shortcodes. With Magee Shortcodes, you can easily create accordion, buttons, boxes, columns, social and much more. They allow you to create so many different page layouts. You could quickly and easily built your own custom pages using all the various shortcodes that Magee Shortcodes includes.
    6   Version: 2.0.7
     6  Version: 2.0.8
    77  Author: Hoosoft
    88  Author URI: http://www.hoosoft.com
  • magee-shortcodes/trunk/readme.txt

    r2632193 r2655048  
    44Requires at least: 5.0
    55Tested up to: 5.8
    6 Stable tag: 2.0.7
     6Stable tag: 2.0.8
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    126126
    127127== Changelog ==
     128
     129= 2.0.8 =
     130* Fix: Compatible with php5
    128131
    129132= 2.0.7 =
Note: See TracChangeset for help on using the changeset viewer.