ACF Photo Gallery Field - Version 1.7.8

Version Description

Download this release

Release Info

Developer navzme
Plugin Icon 128x128 ACF Photo Gallery Field
Version 1.7.8
Comparing to
See all releases

Code changes from version 1.7.7 to 1.7.8

includes/elementor_register_tag.php CHANGED
@@ -103,7 +103,7 @@ public function render() {
103
  } else {
104
  $field = get_field_object( $field_key, get_queried_object() );
105
  }
106
- echo $field;
107
  }
108
  return;
109
  }
103
  } else {
104
  $field = get_field_object( $field_key, get_queried_object() );
105
  }
106
+ echo esc_attr( $field );
107
  }
108
  return;
109
  }
navz-photo-gallery.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin Name: ACF Photo Gallery Field
5
  Plugin URI: http://www.navz.me/
6
  Description: An extension for Advance Custom Fields which lets you add photo gallery functionality on your websites.
7
- Version: 1.7.7
8
  Author: Navneil Naicker
9
  Author URI: http://www.navz.me/
10
  License: GPLv2 or later
@@ -38,7 +38,7 @@ if( !class_exists('acf_plugin_photo_gallery') ) :
38
 
39
  function __construct() {
40
  $this->settings = array(
41
- 'version' => '1.7.6',
42
  'url' => plugin_dir_url( __FILE__ ),
43
  'path' => plugin_dir_path( __FILE__ )
44
  );
4
  Plugin Name: ACF Photo Gallery Field
5
  Plugin URI: http://www.navz.me/
6
  Description: An extension for Advance Custom Fields which lets you add photo gallery functionality on your websites.
7
+ Version: 1.7.8
8
  Author: Navneil Naicker
9
  Author URI: http://www.navz.me/
10
  License: GPLv2 or later
38
 
39
  function __construct() {
40
  $this->settings = array(
41
+ 'version' => '1.7.8',
42
  'url' => plugin_dir_url( __FILE__ ),
43
  'path' => plugin_dir_path( __FILE__ )
44
  );
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: navzme
3
  Tags: acf, advanced, custom, fields, photo, gallery, album, fancybox, litebox, lightbox
4
  Requires at least: 4.7.0
5
  Tested up to: 5.8.1
6
- Stable tag: 1.7.7
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -128,6 +128,9 @@ Just like any other WordPress plugin, this plugin can also cause issues with oth
128
  4. Please refer to the description for more info regarding the field type settings
129
 
130
  == Changelog ==
 
 
 
131
  =1.7.7=
132
  * [Bugfix] Sanitizing and escaping inputs
133
 
3
  Tags: acf, advanced, custom, fields, photo, gallery, album, fancybox, litebox, lightbox
4
  Requires at least: 4.7.0
5
  Tested up to: 5.8.1
6
+ Stable tag: 1.7.8
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
128
  4. Please refer to the description for more info regarding the field type settings
129
 
130
  == Changelog ==
131
+ =1.7.8=
132
+ * [Bugfix] Sanitizing and escaping inputs
133
+
134
  =1.7.7=
135
  * [Bugfix] Sanitizing and escaping inputs
136