Gallery – Flagallery Photo Portfolio - Version 4.31

Version Description

Download this release

Release Info

Developer pasyuk
Plugin Icon 128x128 Gallery – Flagallery Photo Portfolio
Version 4.31
Comparing to
See all releases

Code changes from version 4.30 to 4.31

Files changed (3) hide show
  1. admin/js/script.js +2 -2
  2. flag.php +2 -2
  3. readme.txt +3 -0
admin/js/script.js CHANGED
@@ -89,8 +89,8 @@ function alternate_flag_e(skin_id, t, ExtendVar){
89
  jQuery('#'+skin_id+'_jq').find(t).not('.loaded').each(function(){
90
  var d = jQuery(this).html();
91
  if(d) {
92
- d = d.replace(/>\[/g, '><');
93
- d = d.replace(/src=/g, 'src="');
94
  d = d.replace(/\]</g, '" /><');
95
  jQuery(this).addClass('loaded').html(d);
96
  }
89
  jQuery('#'+skin_id+'_jq').find(t).not('.loaded').each(function(){
90
  var d = jQuery(this).html();
91
  if(d) {
92
+ d = d.replace(/>\[img src=/g, '><img src="');
93
+ //d = d.replace(/src=/g, 'src="');
94
  d = d.replace(/\]</g, '" /><');
95
  jQuery(this).addClass('loaded').html(d);
96
  }
flag.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: GRAND Flash Album Gallery
4
  Plugin URI: http://codeasily.com/wordpress-plugins/flag/
5
  Description: The Grand Flagallery plugin - provides a comprehensive interface for managing photos and images through a set of admin pages, and it displays photos in a way that makes your web site look very professional.
6
- Version: 4.30
7
  Author: Rattus
8
  Author URI: http://codeasily.com/
9
 
@@ -23,7 +23,7 @@ if(preg_match('#' . basename(__FILE__) . '#', $_SERVER['PHP_SELF'])) { die('You
23
  if (!class_exists('flagLoad')) {
24
  class flagLoad {
25
 
26
- var $version = '4.30';
27
  var $dbversion = '2.75';
28
  var $minium_WP = '3.0';
29
  var $minium_WPMU = '3.0';
3
  Plugin Name: GRAND Flash Album Gallery
4
  Plugin URI: http://codeasily.com/wordpress-plugins/flag/
5
  Description: The Grand Flagallery plugin - provides a comprehensive interface for managing photos and images through a set of admin pages, and it displays photos in a way that makes your web site look very professional.
6
+ Version: 4.31
7
  Author: Rattus
8
  Author URI: http://codeasily.com/
9
 
23
  if (!class_exists('flagLoad')) {
24
  class flagLoad {
25
 
26
+ var $version = '4.31';
27
  var $dbversion = '2.75';
28
  var $minium_WP = '3.0';
29
  var $minium_WPMU = '3.0';
readme.txt CHANGED
@@ -52,6 +52,9 @@ Also available mp3 players and widgets.
52
 
53
  == Changelog ==
54
 
 
 
 
55
  = v4.30 - 18.02.2015 =
56
  * Added Combobox for search and insert galleries when insert shortcode
57
  (Select gallerires in order you need for shortcode, drag'n'drop galleries inside combobox)
52
 
53
  == Changelog ==
54
 
55
+ = v4.31 - 13.03.2015 =
56
+ * Fixed Alternative gallery for some themes
57
+
58
  = v4.30 - 18.02.2015 =
59
  * Added Combobox for search and insert galleries when insert shortcode
60
  (Select gallerires in order you need for shortcode, drag'n'drop galleries inside combobox)