Version Description
- Changed: Banner text.
Download this release
Release Info
Developer | 10web |
Plugin | Photo Gallery by WD – Responsive Photo Gallery |
Version | 1.5.28 |
Comparing to | |
See all releases |
Code changes from version 1.5.27 to 1.5.28
- photo-gallery.php +4 -4
photo-gallery.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Photo Gallery
|
4 |
* Plugin URI: https://10web.io/plugins/wordpress-photo-gallery/?utm_source=photo_gallery&utm_medium=free_plugin
|
5 |
* Description: This plugin is a fully responsive gallery plugin with advanced functionality. It allows having different image galleries for your posts and pages. You can create unlimited number of galleries, combine them into albums, and provide descriptions and tags.
|
6 |
-
* Version: 1.5.
|
7 |
* Author: Photo Gallery Team
|
8 |
* Author URI: https://10web.io/plugins/?utm_source=photo_gallery&utm_medium=free_plugin
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -84,8 +84,8 @@ final class BWG {
|
|
84 |
$this->plugin_dir = WP_PLUGIN_DIR . "/" . plugin_basename(dirname(__FILE__));
|
85 |
$this->plugin_url = plugins_url(plugin_basename(dirname(__FILE__)));
|
86 |
$this->main_file = plugin_basename(__FILE__);
|
87 |
-
$this->plugin_version = '1.5.
|
88 |
-
$this->db_version = '1.5.
|
89 |
$this->prefix = 'bwg';
|
90 |
$this->nicename = __('Photo Gallery', $this->prefix);
|
91 |
|
@@ -1954,7 +1954,7 @@ if ( !BWG()->is_pro ) {
|
|
1954 |
'plugin_slug' => 'photo-gallery', // Current plugin slug.
|
1955 |
'plugin_url' => BWG()->plugin_url, // Current plugin URL.
|
1956 |
'plugin_id' => 101, // Current plugin id.
|
1957 |
-
'text' => sprintf(__("%s Photo Gallery advises:%s %sCheck your website
|
1958 |
'slug' => '10web-manager', // Plugin slug to be installed.
|
1959 |
'mu_plugin_slug' => '10web-manager', // Must use plugin slug.
|
1960 |
'base_php' => '10web-manager.php', // Plugin base php filename to be installed.
|
3 |
* Plugin Name: Photo Gallery
|
4 |
* Plugin URI: https://10web.io/plugins/wordpress-photo-gallery/?utm_source=photo_gallery&utm_medium=free_plugin
|
5 |
* Description: This plugin is a fully responsive gallery plugin with advanced functionality. It allows having different image galleries for your posts and pages. You can create unlimited number of galleries, combine them into albums, and provide descriptions and tags.
|
6 |
+
* Version: 1.5.28
|
7 |
* Author: Photo Gallery Team
|
8 |
* Author URI: https://10web.io/plugins/?utm_source=photo_gallery&utm_medium=free_plugin
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
84 |
$this->plugin_dir = WP_PLUGIN_DIR . "/" . plugin_basename(dirname(__FILE__));
|
85 |
$this->plugin_url = plugins_url(plugin_basename(dirname(__FILE__)));
|
86 |
$this->main_file = plugin_basename(__FILE__);
|
87 |
+
$this->plugin_version = '1.5.28';
|
88 |
+
$this->db_version = '1.5.28';
|
89 |
$this->prefix = 'bwg';
|
90 |
$this->nicename = __('Photo Gallery', $this->prefix);
|
91 |
|
1954 |
'plugin_slug' => 'photo-gallery', // Current plugin slug.
|
1955 |
'plugin_url' => BWG()->plugin_url, // Current plugin URL.
|
1956 |
'plugin_id' => 101, // Current plugin id.
|
1957 |
+
'text' => sprintf(__("%s Photo Gallery advises:%s %sCheck your website’s performance, optimize images and improve the speed in just minutes.%s", BWG()->prefix), '<span>', '</span>', '<span>', '</span>'), // Banner text.
|
1958 |
'slug' => '10web-manager', // Plugin slug to be installed.
|
1959 |
'mu_plugin_slug' => '10web-manager', // Must use plugin slug.
|
1960 |
'base_php' => '10web-manager.php', // Plugin base php filename to be installed.
|