Magee Shortcodes - Version 2.0.8

Version Description

  • Fix: Compatible with php5
Download this release

Release Info

Developer hoosoft
Plugin Icon 128x128 Magee Shortcodes
Version 2.0.8
Comparing to
See all releases

Code changes from version 2.0.7 to 2.0.8

Files changed (3) hide show
  1. Includes/Classes/Helper.class.php +1 -1
  2. Magee.php +1 -1
  3. readme.txt +4 -1
Includes/Classes/Helper.class.php CHANGED
@@ -178,7 +178,7 @@ class Helper{
178
  */
179
  function popup() {
180
  $magee_shortcodes = Config::shortcodes();
181
- $target = $_GET['target'] ?? 'content';
182
  ?>
183
  <div class="white-popup magee_shortcodes_container" data-target="<?php echo $target;?>" id="magee_shortcodes_container">
184
  <input type="text" class="magee-form-text magee-input" placeholder="<?php _e( 'Search', 'magee-shortcodes' );?>" name="magee_shortcode_search" id="magee_shortcode_search" value="">
178
  */
179
  function popup() {
180
  $magee_shortcodes = Config::shortcodes();
181
+ $target = isset($_GET['target']) ? $_GET['target'] : 'content';
182
  ?>
183
  <div class="white-popup magee_shortcodes_container" data-target="<?php echo $target;?>" id="magee_shortcodes_container">
184
  <input type="text" class="magee-form-text magee-input" placeholder="<?php _e( 'Search', 'magee-shortcodes' );?>" name="magee_shortcode_search" id="magee_shortcode_search" value="">
Magee.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Magee Shortcodes
4
  Plugin URI: https://www.hoosoft.com/plugins/magee-shortcodes/
5
  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
7
  Author: Hoosoft
8
  Author URI: http://www.hoosoft.com
9
  Text Domain: magee-shortcodes
3
  Plugin Name: Magee Shortcodes
4
  Plugin URI: https://www.hoosoft.com/plugins/magee-shortcodes/
5
  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.8
7
  Author: Hoosoft
8
  Author URI: http://www.hoosoft.com
9
  Text Domain: magee-shortcodes
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: hoosoft
3
  Tags: shortcodes, shortcode, accordion, alert, button, column, custom box, countdowns, counter, divider, dropcap, feature box, flip box, highlight, list, modal, popover, tooltip, person, promo box, scocial, tab, testimonial, progress, piechart, timeline, panel, section, slider
4
  Requires at least: 5.0
5
  Tested up to: 5.8
6
- Stable tag: 2.0.7
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -126,6 +126,9 @@ Activate plugin at "Plugins" administration page.
126
 
127
  == Changelog ==
128
 
 
 
 
129
  = 2.0.7 =
130
  * Fix: List shortcode issue
131
  * Fix: Shortcode generator issue
3
  Tags: shortcodes, shortcode, accordion, alert, button, column, custom box, countdowns, counter, divider, dropcap, feature box, flip box, highlight, list, modal, popover, tooltip, person, promo box, scocial, tab, testimonial, progress, piechart, timeline, panel, section, slider
4
  Requires at least: 5.0
5
  Tested up to: 5.8
6
+ Stable tag: 2.0.8
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
126
 
127
  == Changelog ==
128
 
129
+ = 2.0.8 =
130
+ * Fix: Compatible with php5
131
+
132
  = 2.0.7 =
133
  * Fix: List shortcode issue
134
  * Fix: Shortcode generator issue