Version Description
- Fixed: German translation.
- Changed: Featured plugins page.
Download this release
Release Info
Developer | webdorado |
Plugin | Photo Gallery by WD – Responsive Photo Gallery |
Version | 1.2.75 |
Comparing to | |
See all releases |
Code changes from version 1.2.74 to 1.2.75
- featured/featured.php +6 -0
- featured/images/instagram_feed.png +0 -0
- featured/style.css +1 -0
- photo-gallery.php +4 -4
- readme.txt +5 -1
featured/featured.php
CHANGED
@@ -115,6 +115,12 @@ function spider_featured($current_plugin = '') {
|
|
115 |
'content' => 'Organize and publish your FAQs in an easy and elegant way using FAQ WD.',
|
116 |
'href' => 'https://web-dorado.com/products/wordpress-faq-wd.html'
|
117 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
118 |
);
|
119 |
?>
|
120 |
<div id="main_featured_plugins_page">
|
115 |
'content' => 'Organize and publish your FAQs in an easy and elegant way using FAQ WD.',
|
116 |
'href' => 'https://web-dorado.com/products/wordpress-faq-wd.html'
|
117 |
),
|
118 |
+
"instagram_feed" => array(
|
119 |
+
'title' => 'Instagram Feed WD',
|
120 |
+
'text' => 'WordPress Instagram Feed plugin',
|
121 |
+
'content' => 'WD Instagram Feed is a user-friendly tool for displaying user or hashtag-based feeds on your website.',
|
122 |
+
'href' => 'https://web-dorado.com/products/wordpress-instagram-feed-wd.html'
|
123 |
+
),
|
124 |
);
|
125 |
?>
|
126 |
<div id="main_featured_plugins_page">
|
featured/images/instagram_feed.png
ADDED
Binary file
|
featured/style.css
CHANGED
@@ -63,6 +63,7 @@
|
|
63 |
#main_featured_plugins_page #featured-plugins-list li.twitter-widget .product {background:url("images/twittertools.png") center center no-repeat;}
|
64 |
#main_featured_plugins_page #featured-plugins-list li.events-wd .product {background:url("images/events-wd.png") center center no-repeat;}
|
65 |
#main_featured_plugins_page #featured-plugins-list li.faq_wd .product {background:url("images/faq_wd.png") center center no-repeat;}
|
|
|
66 |
|
67 |
#main_featured_plugins_page #featured-plugins-list li .title .heading {
|
68 |
display: block;
|
63 |
#main_featured_plugins_page #featured-plugins-list li.twitter-widget .product {background:url("images/twittertools.png") center center no-repeat;}
|
64 |
#main_featured_plugins_page #featured-plugins-list li.events-wd .product {background:url("images/events-wd.png") center center no-repeat;}
|
65 |
#main_featured_plugins_page #featured-plugins-list li.faq_wd .product {background:url("images/faq_wd.png") center center no-repeat;}
|
66 |
+
#main_featured_plugins_page #featured-plugins-list li.instagram_feed .product {background:url("images/instagram_feed.png") center center no-repeat;}
|
67 |
|
68 |
#main_featured_plugins_page #featured-plugins-list li .title .heading {
|
69 |
display: block;
|
photo-gallery.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: Photo Gallery
|
5 |
* Plugin URI: https://web-dorado.com/products/wordpress-photo-gallery-plugin.html
|
6 |
* 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.
|
7 |
-
* Version: 1.2.
|
8 |
* Author: WebDorado
|
9 |
* Author URI: https://web-dorado.com/
|
10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -77,7 +77,7 @@ function bwg_options_panel() {
|
|
77 |
|
78 |
add_submenu_page('galleries_bwg', __('Generate Shortcode', 'bwg_back'), __('Generate Shortcode', 'bwg_back'), 'manage_options', 'BWGShortcode', 'bwg_gallery');
|
79 |
|
80 |
-
$licensing_plugins_page = add_submenu_page('galleries_bwg', __('
|
81 |
add_action('admin_print_styles-' . $licensing_plugins_page, 'bwg_licensing_styles');
|
82 |
|
83 |
add_submenu_page('galleries_bwg', __('Featured Plugins', 'bwg_back'), __('Featured Plugins', 'bwg_back'), 'manage_options', 'featured_plugins_bwg', 'bwg_featured');
|
@@ -2339,7 +2339,7 @@ function bwg_activate() {
|
|
2339 |
));
|
2340 |
}
|
2341 |
$version = get_option("wd_bwg_version");
|
2342 |
-
$new_version = '1.2.
|
2343 |
if ($version && version_compare($version, $new_version, '<')) {
|
2344 |
require_once WD_BWG_DIR . "/update/bwg_update.php";
|
2345 |
bwg_update($version);
|
@@ -2387,7 +2387,7 @@ wp_oembed_add_provider( '#https://instagr(\.am|am\.com)/p/.*#i', 'https://api.in
|
|
2387 |
|
2388 |
function bwg_update_hook() {
|
2389 |
$version = get_option("wd_bwg_version");
|
2390 |
-
$new_version = '1.2.
|
2391 |
if ($version && version_compare($version, $new_version, '<')) {
|
2392 |
require_once WD_BWG_DIR . "/update/bwg_update.php";
|
2393 |
bwg_update($version);
|
4 |
* Plugin Name: Photo Gallery
|
5 |
* Plugin URI: https://web-dorado.com/products/wordpress-photo-gallery-plugin.html
|
6 |
* 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.
|
7 |
+
* Version: 1.2.75
|
8 |
* Author: WebDorado
|
9 |
* Author URI: https://web-dorado.com/
|
10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
77 |
|
78 |
add_submenu_page('galleries_bwg', __('Generate Shortcode', 'bwg_back'), __('Generate Shortcode', 'bwg_back'), 'manage_options', 'BWGShortcode', 'bwg_gallery');
|
79 |
|
80 |
+
$licensing_plugins_page = add_submenu_page('galleries_bwg', __('Get Pro', 'bwg_back'), __('Get Pro', 'bwg_back'), 'manage_options', 'licensing_bwg', 'bwg_gallery');
|
81 |
add_action('admin_print_styles-' . $licensing_plugins_page, 'bwg_licensing_styles');
|
82 |
|
83 |
add_submenu_page('galleries_bwg', __('Featured Plugins', 'bwg_back'), __('Featured Plugins', 'bwg_back'), 'manage_options', 'featured_plugins_bwg', 'bwg_featured');
|
2339 |
));
|
2340 |
}
|
2341 |
$version = get_option("wd_bwg_version");
|
2342 |
+
$new_version = '1.2.75';
|
2343 |
if ($version && version_compare($version, $new_version, '<')) {
|
2344 |
require_once WD_BWG_DIR . "/update/bwg_update.php";
|
2345 |
bwg_update($version);
|
2387 |
|
2388 |
function bwg_update_hook() {
|
2389 |
$version = get_option("wd_bwg_version");
|
2390 |
+
$new_version = '1.2.75';
|
2391 |
if ($version && version_compare($version, $new_version, '<')) {
|
2392 |
require_once WD_BWG_DIR . "/update/bwg_update.php";
|
2393 |
bwg_update($version);
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://web-dorado.com/products/wordpress-photo-gallery-plugin.html
|
|
4 |
Tags: photo, photo gallery, image gallery, video gallery, gallery, galleries, wordpress gallery plugin, images gallery, album, photo albums, simple gallery, best gallery plugin, free photo gallery, wp gallery, wordpress gallery, website gallery, gallery shortcode, best gallery, picture, pictures, gallery slider, photo album, photogallery, widget gallery, image, images, photos, gallery lightbox, photoset, wordpress photo gallery plugin, wp gallery plugins, responsive wordpress photo gallery, media, image album, filterable gallery, banner rotator, fullscreen gallery, fotogalerie, galleria, galerie, galeri, responsive gallery, add album, add gallery, add pictures, fotoalbum, foto, gallery decription, multiple pictures, photoalbum, upload images, upload photos, view images, view pictures, admin, AJAX, comments, gallery image, image lightbox, image rotate, image slideshow, image slider, jquery, jquery gallery, slide show, slideshow, thumbnail, thumbnail view, thumbnails, thumbs, responsive, watermarking, watermarks,fullscreen slider, lightbox, photography, sidebar, slide, youtube, vimeo, videos, instagram, facebook, mosaic, facebook integration, instagram feed, Flickr, Dailymotion, widget
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.3
|
7 |
-
Stable tag: 1.2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -215,6 +215,10 @@ Yes, it is possible to add advertising and/or watermark over the images. In both
|
|
215 |
|
216 |
== Changelog ==
|
217 |
|
|
|
|
|
|
|
|
|
218 |
= 1.2.74 =
|
219 |
* Changed: Share url.
|
220 |
* Fixed: Twitter share.
|
4 |
Tags: photo, photo gallery, image gallery, video gallery, gallery, galleries, wordpress gallery plugin, images gallery, album, photo albums, simple gallery, best gallery plugin, free photo gallery, wp gallery, wordpress gallery, website gallery, gallery shortcode, best gallery, picture, pictures, gallery slider, photo album, photogallery, widget gallery, image, images, photos, gallery lightbox, photoset, wordpress photo gallery plugin, wp gallery plugins, responsive wordpress photo gallery, media, image album, filterable gallery, banner rotator, fullscreen gallery, fotogalerie, galleria, galerie, galeri, responsive gallery, add album, add gallery, add pictures, fotoalbum, foto, gallery decription, multiple pictures, photoalbum, upload images, upload photos, view images, view pictures, admin, AJAX, comments, gallery image, image lightbox, image rotate, image slideshow, image slider, jquery, jquery gallery, slide show, slideshow, thumbnail, thumbnail view, thumbnails, thumbs, responsive, watermarking, watermarks,fullscreen slider, lightbox, photography, sidebar, slide, youtube, vimeo, videos, instagram, facebook, mosaic, facebook integration, instagram feed, Flickr, Dailymotion, widget
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.3
|
7 |
+
Stable tag: 1.2.75
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
215 |
|
216 |
== Changelog ==
|
217 |
|
218 |
+
= 1.2.75 =
|
219 |
+
* Fixed: German translation.
|
220 |
+
* Changed: Featured plugins page.
|
221 |
+
|
222 |
= 1.2.74 =
|
223 |
* Changed: Share url.
|
224 |
* Fixed: Twitter share.
|