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

Version Description

  • Fix: Menu icon would not display when All In One WP Security activated
Download this release

Release Info

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

Code changes from version 1.3.5.5 to 1.3.5.6

assets/css/images/{menu-icon@2x.png → menu-icon-2x.png} RENAMED
File without changes
config.codekit CHANGED
@@ -86,24 +86,24 @@
86
  "outputPathIsSetByUser": 0,
87
  "processed": 1
88
  },
89
- "\/assets\/css\/images\/menu-icon.png": {
90
  "fileType": 32768,
91
  "ignore": 0,
92
  "ignoreWasSetByUser": 0,
93
- "initialSize": 1158,
94
- "inputAbbreviatedPath": "\/assets\/css\/images\/menu-icon.png",
95
- "outputAbbreviatedPath": "\/assets\/css\/images\/menu-icon.png",
96
  "outputPathIsOutsideProject": 0,
97
  "outputPathIsSetByUser": 0,
98
  "processed": 1
99
  },
100
- "\/assets\/css\/images\/menu-icon@2x.png": {
101
  "fileType": 32768,
102
  "ignore": 0,
103
  "ignoreWasSetByUser": 0,
104
- "initialSize": 1427,
105
- "inputAbbreviatedPath": "\/assets\/css\/images\/menu-icon@2x.png",
106
- "outputAbbreviatedPath": "\/assets\/css\/images\/menu-icon@2x.png",
107
  "outputPathIsOutsideProject": 0,
108
  "outputPathIsSetByUser": 0,
109
  "processed": 1
86
  "outputPathIsSetByUser": 0,
87
  "processed": 1
88
  },
89
+ "\/assets\/css\/images\/menu-icon-2x.png": {
90
  "fileType": 32768,
91
  "ignore": 0,
92
  "ignoreWasSetByUser": 0,
93
+ "initialSize": 1427,
94
+ "inputAbbreviatedPath": "\/assets\/css\/images\/menu-icon-2x.png",
95
+ "outputAbbreviatedPath": "\/assets\/css\/images\/menu-icon-2x.png",
96
  "outputPathIsOutsideProject": 0,
97
  "outputPathIsSetByUser": 0,
98
  "processed": 1
99
  },
100
+ "\/assets\/css\/images\/menu-icon.png": {
101
  "fileType": 32768,
102
  "ignore": 0,
103
  "ignoreWasSetByUser": 0,
104
+ "initialSize": 1158,
105
+ "inputAbbreviatedPath": "\/assets\/css\/images\/menu-icon.png",
106
+ "outputAbbreviatedPath": "\/assets\/css\/images\/menu-icon.png",
107
  "outputPathIsOutsideProject": 0,
108
  "outputPathIsSetByUser": 0,
109
  "processed": 1
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.5.5
9
  * Text Domain: envira-gallery-lite
10
  *
11
  * Envira Gallery is free software: you can redistribute it and/or modify
@@ -53,7 +53,7 @@ class Envira_Gallery_Lite {
53
  *
54
  * @var string
55
  */
56
- public $version = '1.3.5.5';
57
 
58
  /**
59
  * Unique plugin slug identifier.
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.5.6
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.5.6';
57
 
58
  /**
59
  * Unique plugin slug identifier.
includes/global/posttype.php CHANGED
@@ -75,7 +75,7 @@ class Envira_Gallery_Posttype_Lite {
75
  'rewrite' => false,
76
  'query_var' => false,
77
  'menu_position' => apply_filters( 'envira_gallery_post_type_menu_position', 247 ),
78
- 'menu_icon' => plugins_url( 'assets/css/images/menu-icon@2x.png', $this->base->file ),
79
  'supports' => array( 'title' )
80
  )
81
  );
75
  'rewrite' => false,
76
  'query_var' => false,
77
  'menu_position' => apply_filters( 'envira_gallery_post_type_menu_position', 247 ),
78
+ 'menu_icon' => plugins_url( 'assets/css/images/menu-icon-2x.png', $this->base->file ),
79
  'supports' => array( 'title' )
80
  )
81
  );
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.5.5 =
61
  * Fix: Use WP_Query to get galleries when cache/transient is empty, preventing gallery output blanking after a day when using caching plugins
62
 
57
 
58
  == Changelog ==
59
 
60
+ = 1.3.5.6 =
61
+ * Fix: Menu icon would not display when All In One WP Security activated
62
+
63
  = 1.3.5.5 =
64
  * Fix: Use WP_Query to get galleries when cache/transient is empty, preventing gallery output blanking after a day when using caching plugins
65