Changeset 1346165
- Timestamp:
- 02/08/2016 07:35:37 PM (10 years ago)
- Location:
- background-slider-master/trunk
- Files:
-
- 3 edited
-
background-slider-master.php (modified) (1 diff)
-
includes/class-background-slider-master-activator.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
background-slider-master/trunk/background-slider-master.php
r1313079 r1346165 11 11 * Plugin URI: https://icanwp.com/plugins/background-slider-master/ 12 12 * Description: Background Slider Master is designed with a very simple interface so anyone can easily upload images and attach a fast loading responsive background slider to any page or post. This background slider features full width responsive and designed for flexibility. You can choose to create a single slider that displays globally on every page, or create as many background sliders as you want, and attach them to each page individually to show something different. 13 * Version: 2.0. 013 * Version: 2.0.2 14 14 * Author: iCanWP Team, Sean Roh, Chris Couweleers 15 15 * Author URI: https://icanwp.com/plugins/background-slider-master/ -
background-slider-master/trunk/includes/class-background-slider-master-activator.php
r1313079 r1346165 47 47 if( empty( $bsm_meta_check ) ){ //if bsm meta doesn't exist - plugin upgraded from old version 48 48 $bsm_slide_images = get_attached_media( 'image', $bsm_slide_id ); // get all the attached media from the old version 49 $bsm_arr = [];49 $bsm_arr = array(); 50 50 foreach( $bsm_slide_images as $bsm_slide_image ){ 51 51 array_push( $bsm_arr, $bsm_slide_image->ID ); // store all attached media into an array -
background-slider-master/trunk/readme.txt
r1313083 r1346165 3 3 Tags: background slider, responsive background slider, full width background slider, multi page background slider, full screen slider gallery, thumbnail gallery 4 4 Requires at least: 4.1 5 Tested up to: 4.4 5 Tested up to: 4.4.2 6 6 Stable tag: trunk 7 7 License: GPLv2 … … 114 114 Missing icons are added and unecessary files are removed. 115 115 116 = 2.0.2 = 117 Parse error: syntax error, unexpected [ in .../plugins/background-slider-master/includes/class-background-slider-master-activator.php on line 49 118 Has been fixed. The issue was created by older version of php not supporting creation of array using []. Now, the line has been changed to use the conventional method. 119 116 120 == Upgrade Notice == 117 121
Note: See TracChangeset
for help on using the changeset viewer.