Photo Gallery by Envira – Responsive Image Gallery for WordPress - Version 1.3.4.9

Version Description

  • Fix: Removed unused variables
Download this release

Release Info

Developer n7studios
Plugin Icon 128x128 Photo Gallery by Envira – Responsive Image Gallery for WordPress
Version 1.3.4.9
Comparing to
See all releases

Code changes from version 1.3.4.8 to 1.3.4.9

Files changed (2) hide show
  1. envira-gallery-lite.php +2 -38
  2. readme.txt +3 -0
envira-gallery-lite.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Envira Gallery is best responsive WordPress gallery plugin. This is the lite version.
6
  * Author: Thomas Griffin
7
  * Author URI: http://thomasgriffinmedia.com
8
- * Version: 1.3.4.8
9
  * Text Domain: envira-gallery-lite
10
  *
11
  * Envira Gallery is free software: you can redistribute it and/or modify
@@ -53,25 +53,7 @@ class Envira_Gallery_Lite {
53
  *
54
  * @var string
55
  */
56
- public $version = '1.3.4.8';
57
-
58
- /**
59
- * The name of the plugin.
60
- *
61
- * @since 1.0.0
62
- *
63
- * @var string
64
- */
65
- public $plugin_name = 'Envira Gallery Lite';
66
-
67
- /**
68
- * Unique plugin slug identifier.
69
- *
70
- * @since 1.0.0
71
- *
72
- * @var string
73
- */
74
- public $plugin_slug = 'envira-gallery-lite';
75
 
76
  /**
77
  * Plugin file.
@@ -82,24 +64,6 @@ class Envira_Gallery_Lite {
82
  */
83
  public $file = __FILE__;
84
 
85
- /**
86
- * Limit helper for lite.
87
- *
88
- * @since 1.0.0
89
- *
90
- * @var bool
91
- */
92
- public $limit = false;
93
-
94
- /**
95
- * Number helper for lite.
96
- *
97
- * @since 1.0.0
98
- *
99
- * @var int
100
- */
101
- public $number = 0;
102
-
103
  /**
104
  * Primary class constructor.
105
  *
5
  * Description: Envira Gallery is best responsive WordPress gallery plugin. This is the lite version.
6
  * Author: Thomas Griffin
7
  * Author URI: http://thomasgriffinmedia.com
8
+ * Version: 1.3.4.9
9
  * Text Domain: envira-gallery-lite
10
  *
11
  * Envira Gallery is free software: you can redistribute it and/or modify
53
  *
54
  * @var string
55
  */
56
+ public $version = '1.3.4.9';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
 
58
  /**
59
  * Plugin file.
64
  */
65
  public $file = __FILE__;
66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
67
  /**
68
  * Primary class constructor.
69
  *
readme.txt CHANGED
@@ -57,6 +57,9 @@ Also, I'm an <a href="https://thomasgriffin.io" rel="me" title="WordPress Develo
57
 
58
  == Changelog ==
59
 
 
 
 
60
  = 1.3.4.8 =
61
  * Fix: Changed text domain and settings for localization to meet translate.wordpress.org requirements
62
 
57
 
58
  == Changelog ==
59
 
60
+ = 1.3.4.9 =
61
+ * Fix: Removed unused variables
62
+
63
  = 1.3.4.8 =
64
  * Fix: Changed text domain and settings for localization to meet translate.wordpress.org requirements
65