Slideshow - Version 1.0.1

Version Description

  • Added documentary comments
  • Fixed error with directory paths causing Slideshows post type page to generate warnings.
Download this release

Release Info

Developer stefanboonstra
Plugin Icon 128x128 Slideshow
Version 1.0.1
Comparing to
See all releases

Code changes from version 1.0.0 to 1.0.1

Files changed (3) hide show
  1. classes/Slideshow.php +2 -1
  2. readme.txt +5 -1
  3. slideshow.php +1 -1
classes/Slideshow.php CHANGED
@@ -11,6 +11,7 @@ class Slideshow {
11
  /** Variables */
12
  private static $stylesheet = '/style/style.css';
13
  private static $scriptfile = '/js/slideshow.js';
 
14
  private static $htmlfile = 'slideshow.html';
15
 
16
  /**
@@ -70,7 +71,7 @@ class Slideshow {
70
  </script>
71
  ';
72
 
73
- // Enqueue script
74
  wp_enqueue_script(
75
  'slideshow_script',
76
  SlideshowMain::getPluginUrl() . self::$scriptfile,
11
  /** Variables */
12
  private static $stylesheet = '/style/style.css';
13
  private static $scriptfile = '/js/slideshow.js';
14
+ private static $jQuery = '/js/jquery-min.js';
15
  private static $htmlfile = 'slideshow.html';
16
 
17
  /**
71
  </script>
72
  ';
73
 
74
+ // Enqueue slideshow script
75
  wp_enqueue_script(
76
  'slideshow_script',
77
  SlideshowMain::getPluginUrl() . self::$scriptfile,
readme.txt CHANGED
@@ -4,7 +4,7 @@ Contributors: stefanboonstra
4
  Tags: slideshow, slider, slide, images, image, photo, gallery, galleries
5
  Requires at least: 3.0
6
  Tested up to: 3.2.2
7
- Stable tag: 1.0.0
8
  License: GPLv2
9
 
10
  Integrate a fancy slideshow in just five steps. - Rainbows. Rainbows everywhere.
@@ -49,6 +49,10 @@ different images and settings for each one of them.
49
 
50
  == Changelog ==
51
 
 
 
 
 
52
  = 1.0.0 =
53
  * Initial release
54
 
4
  Tags: slideshow, slider, slide, images, image, photo, gallery, galleries
5
  Requires at least: 3.0
6
  Tested up to: 3.2.2
7
+ Stable tag: 1.0.1
8
  License: GPLv2
9
 
10
  Integrate a fancy slideshow in just five steps. - Rainbows. Rainbows everywhere.
49
 
50
  == Changelog ==
51
 
52
+ = 1.0.1 =
53
+ * Added documentary comments
54
+ * Fixed error with directory paths causing Slideshows post type page to generate warnings.
55
+
56
  = 1.0.0 =
57
  * Initial release
58
 
slideshow.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Slideshow
4
  Plugin URI: http://stefanboonstra.com
5
  Description: This plugin offers a slideshow that is easily deployable in your website. Images can be assigned through the media page. Options are customizable for every single slideshow on your website.
6
- Version: 1.0.0
7
  Requires at least: 3.0
8
  Author: StefanBoonstra
9
  Author URI: http://stefanboonstra.com
3
  Plugin Name: Slideshow
4
  Plugin URI: http://stefanboonstra.com
5
  Description: This plugin offers a slideshow that is easily deployable in your website. Images can be assigned through the media page. Options are customizable for every single slideshow on your website.
6
+ Version: 1.0.1
7
  Requires at least: 3.0
8
  Author: StefanBoonstra
9
  Author URI: http://stefanboonstra.com