Version Description
- Changed: Featured themes page.
Download this release
Release Info
Developer | webdorado |
Plugin | Photo Gallery by WD – Responsive Photo Gallery |
Version | 1.3.9 |
Comparing to | |
See all releases |
Code changes from version 1.3.8 to 1.3.9
- featured/featured_themes.php +29 -42
- featured/images/best_magazine.jpg +0 -0
- featured/images/business_elite.jpg +0 -0
- featured/images/business_world.jpg +0 -0
- featured/images/down.png +0 -0
- featured/images/download_themes.png +0 -0
- featured/images/exclusive.jpg +0 -0
- featured/images/expert.jpg +0 -0
- featured/images/featured_plugins_bg.png +0 -0
- featured/images/magazine.jpg +0 -0
- featured/images/mottomag.jpg +0 -0
- featured/images/news_magazine.jpg +0 -0
- featured/images/portfolio.jpg +0 -0
- featured/images/portfolio.png +0 -0
- featured/images/portfolio_gallery.png +0 -0
- featured/images/sauron.jpg +0 -0
- featured/images/wedding.jpg +0 -0
- featured/images/wedding_style.jpg +0 -0
- featured/themes_style.css +69 -55
- photo-gallery.php +3 -3
- readme.txt +4 -1
featured/featured_themes.php
CHANGED
@@ -1,69 +1,53 @@
|
|
1 |
<?php
|
2 |
function spider_featured_themes($current_plugin = '') {
|
3 |
$themes = array(
|
4 |
-
"portfolio_gallery" => array(
|
5 |
-
'title' => 'Portfolio Gallery Theme',
|
6 |
-
'content' => 'Portfolio Gallery helps to display images using various color schemes and layouts combined with elegant fonts and content parts.',
|
7 |
-
'href' => 'https://web-dorado.com/wordpress-themes/portfolio-gallery.html'
|
8 |
-
),
|
9 |
"business_elite" => array(
|
10 |
-
'title' => 'Business Elite
|
11 |
'content' => 'Business Elite is a robust parallax theme for business websites. The theme uses smooth transitions and many functional sections.',
|
12 |
-
'href' => 'https://web-dorado.com/wordpress-themes/business-elite.html'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
),
|
14 |
"sauron" => array(
|
15 |
-
'title' => 'Sauron
|
16 |
'content' => 'Sauron is a multipurpose parallax theme, which uses multiple interactive sections designed for the client-engagement.',
|
17 |
-
'href' => 'https://web-dorado.com/wordpress-themes/sauron.html'
|
18 |
-
|
19 |
-
"mottomag" => array(
|
20 |
-
'title' => 'MottoMag Theme',
|
21 |
-
'content' => 'MottoMag is a vibrant, responsive theme which is a perfect choice for the combination of textual content with videos and images.',
|
22 |
-
'href' => 'https://web-dorado.com/wordpress-themes/mottomag.html'
|
23 |
),
|
24 |
"business_world" => array(
|
25 |
-
'title' => 'Business World
|
26 |
'content' => 'Business World is an innovative WordPress theme great for Business websites.',
|
27 |
-
'href' => 'https://web-dorado.com/wordpress-themes/business-world.html'
|
|
|
28 |
),
|
29 |
"best_magazine" => array(
|
30 |
-
'title' => 'Best Magazine
|
31 |
'content' => 'Best Magazine is an ultimate selection when you are dealing with multi-category news websites.',
|
32 |
-
'href' => 'https://web-dorado.com/wordpress-themes/best-magazine.html'
|
33 |
-
|
34 |
-
"wedding_style" => array(
|
35 |
-
'title' => 'Wedding Style Theme',
|
36 |
-
'content' => 'Wedding style is a responsive theme designed for the organization and maintenance of wedding websites and blogs.',
|
37 |
-
'href' => 'https://web-dorado.com/wordpress-themes/wedding-style.html'
|
38 |
),
|
39 |
"magazine" => array(
|
40 |
-
'title' => 'Magazine
|
41 |
'content' => 'Magazine theme is a perfect solution when creating news and informational websites. It comes with a wide range of layout options.',
|
42 |
-
'href' => 'https://web-dorado.com/wordpress-themes/news-magazine.html'
|
43 |
-
|
44 |
-
"weddings" => array(
|
45 |
-
'title' => 'Weddings Theme',
|
46 |
-
'content' => 'Weddings is an elegant, responsive WordPress theme designed for wedding websites. The theme includes multiple pages, homepage slider and gallery support.',
|
47 |
-
'href' => 'https://web-dorado.com/wordpress-themes/wedding.html'
|
48 |
-
),
|
49 |
-
"exclusive" => array(
|
50 |
-
'title' => 'Exclusive Theme',
|
51 |
-
'content' => 'Exclusive is a unique theme designed to best fit business style websites. It comes with a large list of customizable features.',
|
52 |
-
'href' => 'https://web-dorado.com/wordpress-themes/exclusive.html'
|
53 |
-
),
|
54 |
-
"expert" => array(
|
55 |
-
'title' => 'Expert Theme',
|
56 |
-
'content' => 'WordPress Expert is a modern, user-friendly and stylish theme. It has a list of customizable layout, style, colors and fonts.',
|
57 |
-
'href' => 'https://web-dorado.com/wordpress-themes/business-responsive.html'
|
58 |
),
|
|
|
59 |
);
|
60 |
?>
|
61 |
<div id="main_featured_themes_page">
|
|
|
62 |
<h3>Featured Themes</h3>
|
|
|
63 |
<div class="featured_header">
|
64 |
<a href="https://web-dorado.com/wordpress-themes.html?source=<?php echo $current_plugin; ?>" target="_blank">
|
65 |
<h1>WORDPRESS THEMES</h1>
|
66 |
-
<
|
67 |
<div class="try-now">
|
68 |
<span>TRY NOW</span>
|
69 |
</div>
|
@@ -81,7 +65,10 @@ function spider_featured_themes($current_plugin = '') {
|
|
81 |
<div class="description">
|
82 |
<p><?php echo $themes['content']; ?></p>
|
83 |
</div>
|
84 |
-
|
|
|
|
|
|
|
85 |
</li>
|
86 |
<?php
|
87 |
}
|
1 |
<?php
|
2 |
function spider_featured_themes($current_plugin = '') {
|
3 |
$themes = array(
|
|
|
|
|
|
|
|
|
|
|
4 |
"business_elite" => array(
|
5 |
+
'title' => 'Business Elite',
|
6 |
'content' => 'Business Elite is a robust parallax theme for business websites. The theme uses smooth transitions and many functional sections.',
|
7 |
+
'href' => 'https://web-dorado.com/wordpress-themes/business-elite.html',
|
8 |
+
"demo" => "http://themedemo.web-dorado.com/theme-businesselite/"
|
9 |
+
),
|
10 |
+
"portfolio_gallery" => array(
|
11 |
+
'title' => 'Portfolio Gallery',
|
12 |
+
'content' => 'Portfolio Gallery helps to display images using various color schemes and layouts combined with elegant fonts and content parts.',
|
13 |
+
'href' => 'https://web-dorado.com/wordpress-themes/portfolio-gallery.html',
|
14 |
+
"demo" => "http://themedemo.web-dorado.com/theme-portfoliogallery/"
|
15 |
),
|
16 |
"sauron" => array(
|
17 |
+
'title' => 'Sauron',
|
18 |
'content' => 'Sauron is a multipurpose parallax theme, which uses multiple interactive sections designed for the client-engagement.',
|
19 |
+
'href' => 'https://web-dorado.com/wordpress-themes/sauron.html',
|
20 |
+
"demo" => "http://themedemo.web-dorado.com/theme-sauron/"
|
|
|
|
|
|
|
|
|
21 |
),
|
22 |
"business_world" => array(
|
23 |
+
'title' => 'Business World',
|
24 |
'content' => 'Business World is an innovative WordPress theme great for Business websites.',
|
25 |
+
'href' => 'https://web-dorado.com/wordpress-themes/business-world.html',
|
26 |
+
"demo" => "http://themedemo.web-dorado.com/theme-businessworld/"
|
27 |
),
|
28 |
"best_magazine" => array(
|
29 |
+
'title' => 'Best Magazine',
|
30 |
'content' => 'Best Magazine is an ultimate selection when you are dealing with multi-category news websites.',
|
31 |
+
'href' => 'https://web-dorado.com/wordpress-themes/best-magazine.html',
|
32 |
+
"demo" => "http://themedemo.web-dorado.com/theme-bestmagazine/"
|
|
|
|
|
|
|
|
|
33 |
),
|
34 |
"magazine" => array(
|
35 |
+
'title' => 'News Magazine',
|
36 |
'content' => 'Magazine theme is a perfect solution when creating news and informational websites. It comes with a wide range of layout options.',
|
37 |
+
'href' => 'https://web-dorado.com/wordpress-themes/news-magazine.html',
|
38 |
+
"demo" => "http://themedemo.web-dorado.com/theme-newsmagazine/"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
),
|
40 |
+
|
41 |
);
|
42 |
?>
|
43 |
<div id="main_featured_themes_page">
|
44 |
+
<div class="page_header">
|
45 |
<h3>Featured Themes</h3>
|
46 |
+
</div>
|
47 |
<div class="featured_header">
|
48 |
<a href="https://web-dorado.com/wordpress-themes.html?source=<?php echo $current_plugin; ?>" target="_blank">
|
49 |
<h1>WORDPRESS THEMES</h1>
|
50 |
+
<h2 class="get_plugins">ALL FOR $40 ONLY <span>- SAVE 80%</span></h2>
|
51 |
<div class="try-now">
|
52 |
<span>TRY NOW</span>
|
53 |
</div>
|
65 |
<div class="description">
|
66 |
<p><?php echo $themes['content']; ?></p>
|
67 |
</div>
|
68 |
+
<div class="links">
|
69 |
+
<a target="_blank" href="<?php echo $themes["demo"]; ?>?source=<?php echo $current_plugin; ?>" class="demo"> Demo </a>
|
70 |
+
<a target="_blank" href="<?php echo $themes['href']; ?>?source=<?php echo $current_plugin; ?>" class="download">Free Download</a>
|
71 |
+
</div>
|
72 |
</li>
|
73 |
<?php
|
74 |
}
|
featured/images/best_magazine.jpg
CHANGED
Binary file
|
featured/images/business_elite.jpg
CHANGED
Binary file
|
featured/images/business_world.jpg
CHANGED
Binary file
|
featured/images/down.png
ADDED
Binary file
|
featured/images/download_themes.png
DELETED
Binary file
|
featured/images/exclusive.jpg
DELETED
Binary file
|
featured/images/expert.jpg
DELETED
Binary file
|
featured/images/featured_plugins_bg.png
DELETED
Binary file
|
featured/images/magazine.jpg
DELETED
Binary file
|
featured/images/mottomag.jpg
DELETED
Binary file
|
featured/images/news_magazine.jpg
ADDED
Binary file
|
featured/images/portfolio.jpg
ADDED
Binary file
|
featured/images/portfolio.png
DELETED
Binary file
|
featured/images/portfolio_gallery.png
DELETED
Binary file
|
featured/images/sauron.jpg
CHANGED
Binary file
|
featured/images/wedding.jpg
DELETED
Binary file
|
featured/images/wedding_style.jpg
DELETED
Binary file
|
featured/themes_style.css
CHANGED
@@ -11,21 +11,21 @@
|
|
11 |
}
|
12 |
|
13 |
#main_featured_themes_page #featured-plugins-list li {
|
14 |
-
|
15 |
-
width:
|
16 |
margin: 20px 10px 0px 10px;
|
17 |
background: #FFFFFF;
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
position: relative;
|
22 |
}
|
23 |
|
24 |
#main_featured_themes_page #featured-plugins-list li .product {
|
25 |
position:relative;
|
26 |
-
height:
|
27 |
background-color: #F1F1F1 !important;
|
28 |
background-size: 100% !important;
|
|
|
29 |
}
|
30 |
|
31 |
#main_featured_themes_page #featured-plugins-list li .title {
|
@@ -37,28 +37,29 @@
|
|
37 |
#main_featured_themes_page {
|
38 |
width: 90%;
|
39 |
margin: 15px auto 0px auto;
|
|
|
40 |
}
|
41 |
|
42 |
-
#main_featured_themes_page h3 {
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
|
|
|
|
|
|
|
|
|
|
49 |
}
|
50 |
|
51 |
#main_featured_themes_page #featured-plugins-list li.sauron .product {background:url("images/sauron.jpg") left center no-repeat;}
|
52 |
-
#main_featured_themes_page #featured-plugins-list li.portfolio_gallery .product {background:url("images/portfolio.
|
53 |
#main_featured_themes_page #featured-plugins-list li.business_elite .product {background:url("images/business_elite.jpg") left center no-repeat;}
|
54 |
-
#main_featured_themes_page #featured-plugins-list li.mottomag .product {background:url("images/mottomag.jpg") left center no-repeat; }
|
55 |
#main_featured_themes_page #featured-plugins-list li.business_world .product {background:url("images/business_world.jpg") left center no-repeat;}
|
56 |
#main_featured_themes_page #featured-plugins-list li.best_magazine .product {background:url("images/best_magazine.jpg") left center no-repeat;}
|
57 |
-
#main_featured_themes_page #featured-plugins-list li.
|
58 |
-
#main_featured_themes_page #featured-plugins-list li.magazine .product {background:url("images/magazine.jpg") left center no-repeat;}
|
59 |
-
#main_featured_themes_page #featured-plugins-list li.weddings .product {background:url("images/wedding.jpg") left center no-repeat;}
|
60 |
-
#main_featured_themes_page #featured-plugins-list li.exclusive .product {background:url("images/exclusive.jpg") left center no-repeat;}
|
61 |
-
#main_featured_themes_page #featured-plugins-list li.expert .product {background:url("images/expert.jpg") left center no-repeat; background-size: 80%;}
|
62 |
|
63 |
#main_featured_themes_page #featured-plugins-list li .title .heading {
|
64 |
display: block;
|
@@ -82,35 +83,45 @@
|
|
82 |
}
|
83 |
|
84 |
#main_featured_themes_page #featured-plugins-list li .description p {
|
85 |
-
text-align: center;
|
86 |
-
width: 100%;
|
87 |
-
color: #9A9A9A;
|
88 |
-
font-family: "Open Sans",sans-serif;
|
89 |
-
}
|
90 |
-
|
91 |
-
#featured-plugins-list li a.download {
|
92 |
-
display: block;
|
93 |
-
border-top: 1px solid #CACACA;
|
94 |
-
outline: none;
|
95 |
-
width: 90%;
|
96 |
-
margin: 0 auto;
|
97 |
-
font-size: 14px;
|
98 |
-
line-height: 40px;
|
99 |
-
text-decoration: none;
|
100 |
-
font-weight: bolder;
|
101 |
text-align: center;
|
102 |
-
|
103 |
-
|
104 |
-
text-transform: uppercase;
|
105 |
-
bottom: 0;
|
106 |
-
left: 10px;
|
107 |
font-family: "Open Sans",sans-serif;
|
108 |
-
|
109 |
-
}
|
110 |
-
|
111 |
-
#featured-plugins-list li a.download:hover {
|
112 |
-
color: #F47629;
|
113 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
114 |
|
115 |
.featured_header {
|
116 |
background: #11465F;
|
@@ -126,13 +137,16 @@
|
|
126 |
font-family: Oswald;
|
127 |
}
|
128 |
|
129 |
-
.featured_header
|
130 |
color: #FFFFFF;
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
line-height: 60px;
|
|
|
|
|
|
|
136 |
}
|
137 |
|
138 |
.featured_header .try-now{
|
@@ -149,11 +163,11 @@
|
|
149 |
}
|
150 |
|
151 |
.featured_header h1 {
|
152 |
-
|
153 |
text-align: center;
|
154 |
-
color: #
|
155 |
letter-spacing: 3px;
|
156 |
-
|
157 |
}
|
158 |
|
159 |
.featured_header a {
|
11 |
}
|
12 |
|
13 |
#main_featured_themes_page #featured-plugins-list li {
|
14 |
+
display: inline-table;
|
15 |
+
width: 300px;
|
16 |
margin: 20px 10px 0px 10px;
|
17 |
background: #FFFFFF;
|
18 |
+
border-right: 3px solid #E5E5E5;
|
19 |
+
border-bottom: 3px solid #E5E5E5;
|
20 |
+
position: relative;
|
|
|
21 |
}
|
22 |
|
23 |
#main_featured_themes_page #featured-plugins-list li .product {
|
24 |
position:relative;
|
25 |
+
height: 225px;
|
26 |
background-color: #F1F1F1 !important;
|
27 |
background-size: 100% !important;
|
28 |
+
outline: 1px solid #D6D1D1;
|
29 |
}
|
30 |
|
31 |
#main_featured_themes_page #featured-plugins-list li .title {
|
37 |
#main_featured_themes_page {
|
38 |
width: 90%;
|
39 |
margin: 15px auto 0px auto;
|
40 |
+
font-family: Oswald;
|
41 |
}
|
42 |
|
43 |
+
#main_featured_themes_page .page_header h3 {
|
44 |
+
margin: 0px;
|
45 |
+
font-family: Segoe UI;
|
46 |
+
padding-bottom: 15px;
|
47 |
+
color: rgb(111, 111, 111);
|
48 |
+
font-size: 24px;
|
49 |
+
text-align:center;
|
50 |
+
}
|
51 |
+
#main_featured_themes_page .page_header {
|
52 |
+
height: 40px;
|
53 |
+
padding: 22px 0px 0px 0px;
|
54 |
+
margin-bottom: 15px;
|
55 |
}
|
56 |
|
57 |
#main_featured_themes_page #featured-plugins-list li.sauron .product {background:url("images/sauron.jpg") left center no-repeat;}
|
58 |
+
#main_featured_themes_page #featured-plugins-list li.portfolio_gallery .product {background:url("images/portfolio.jpg") left center no-repeat;}
|
59 |
#main_featured_themes_page #featured-plugins-list li.business_elite .product {background:url("images/business_elite.jpg") left center no-repeat;}
|
|
|
60 |
#main_featured_themes_page #featured-plugins-list li.business_world .product {background:url("images/business_world.jpg") left center no-repeat;}
|
61 |
#main_featured_themes_page #featured-plugins-list li.best_magazine .product {background:url("images/best_magazine.jpg") left center no-repeat;}
|
62 |
+
#main_featured_themes_page #featured-plugins-list li.magazine .product {background:url("images/news_magazine.jpg") left center no-repeat;}
|
|
|
|
|
|
|
|
|
63 |
|
64 |
#main_featured_themes_page #featured-plugins-list li .title .heading {
|
65 |
display: block;
|
83 |
}
|
84 |
|
85 |
#main_featured_themes_page #featured-plugins-list li .description p {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
text-align: center;
|
87 |
+
width: 100%;
|
88 |
+
color: #666666;
|
|
|
|
|
|
|
89 |
font-family: "Open Sans",sans-serif;
|
90 |
+
font-size: 14px;
|
|
|
|
|
|
|
|
|
91 |
}
|
92 |
+
#main_featured_themes_page #featured-plugins-list li .links {
|
93 |
+
border-top: 1px solid #d8d8d8;
|
94 |
+
width: 90%;
|
95 |
+
margin: 0 auto;
|
96 |
+
font-size: 14px;
|
97 |
+
line-height: 40px;
|
98 |
+
font-weight: bolder;
|
99 |
+
text-align: center;
|
100 |
+
padding-top: 9px;
|
101 |
+
padding-bottom: 12px;
|
102 |
+
}
|
103 |
+
#main_featured_themes_page #featured-plugins-list li a {
|
104 |
+
outline: none;
|
105 |
+
line-height: 29px;
|
106 |
+
text-decoration: none;
|
107 |
+
color: #134d68;
|
108 |
+
font-family: "Open Sans",sans-serif;
|
109 |
+
text-shadow: 1px 0;
|
110 |
+
display: inline-block;
|
111 |
+
font-size: 15px;
|
112 |
+
}
|
113 |
+
#main_featured_themes_page #featured-plugins-list li a.download {
|
114 |
+
padding-right: 30px;
|
115 |
+
background:url("images/down.png") no-repeat right;
|
116 |
+
}
|
117 |
+
#main_featured_themes_page #featured-plugins-list li a.demo {
|
118 |
+
color: #ffffff;
|
119 |
+
background: #F47629;
|
120 |
+
border-radius: 3px;
|
121 |
+
width: 76px;
|
122 |
+
text-align:center;
|
123 |
+
margin-right: 12px;
|
124 |
+
}
|
125 |
|
126 |
.featured_header {
|
127 |
background: #11465F;
|
137 |
font-family: Oswald;
|
138 |
}
|
139 |
|
140 |
+
.featured_header h2.get_plugins {
|
141 |
color: #FFFFFF;
|
142 |
+
height: 85px;
|
143 |
+
margin: 0;
|
144 |
+
background-size: 95% 100%;
|
145 |
+
background-position: center;
|
146 |
line-height: 60px;
|
147 |
+
font-size: 45px;
|
148 |
+
text-align: center;
|
149 |
+
letter-spacing: 3px;
|
150 |
}
|
151 |
|
152 |
.featured_header .try-now{
|
163 |
}
|
164 |
|
165 |
.featured_header h1 {
|
166 |
+
font-size: 45px;
|
167 |
text-align: center;
|
168 |
+
color: #ffffff;
|
169 |
letter-spacing: 3px;
|
170 |
+
line-height: 10px;
|
171 |
}
|
172 |
|
173 |
.featured_header a {
|
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.3.
|
8 |
* Author: WebDorado
|
9 |
* Author URI: https://web-dorado.com/
|
10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -1923,7 +1923,7 @@ function bwg_activate() {
|
|
1923 |
));
|
1924 |
}
|
1925 |
$version = WD_BWG_VERSION;
|
1926 |
-
$new_version = '1.3.
|
1927 |
if ($version && version_compare($version, $new_version, '<')) {
|
1928 |
require_once WD_BWG_DIR . "/update/bwg_update.php";
|
1929 |
bwg_update($version);
|
@@ -1975,7 +1975,7 @@ wp_oembed_add_provider( '#https://instagr(\.am|am\.com)/p/.*#i', 'https://api.in
|
|
1975 |
|
1976 |
function bwg_update_hook() {
|
1977 |
$version = WD_BWG_VERSION;
|
1978 |
-
$new_version = '1.3.
|
1979 |
if ($version && version_compare($version, $new_version, '<')) {
|
1980 |
require_once WD_BWG_DIR . "/update/bwg_update.php";
|
1981 |
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.3.9
|
8 |
* Author: WebDorado
|
9 |
* Author URI: https://web-dorado.com/
|
10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
1923 |
));
|
1924 |
}
|
1925 |
$version = WD_BWG_VERSION;
|
1926 |
+
$new_version = '1.3.9';
|
1927 |
if ($version && version_compare($version, $new_version, '<')) {
|
1928 |
require_once WD_BWG_DIR . "/update/bwg_update.php";
|
1929 |
bwg_update($version);
|
1975 |
|
1976 |
function bwg_update_hook() {
|
1977 |
$version = WD_BWG_VERSION;
|
1978 |
+
$new_version = '1.3.9';
|
1979 |
if ($version && version_compare($version, $new_version, '<')) {
|
1980 |
require_once WD_BWG_DIR . "/update/bwg_update.php";
|
1981 |
bwg_update($version);
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://web-dorado.com/products/wordpress-photo-gallery-plugin.html
|
|
4 |
Tags: album, image gallery, gallery, image, images, lightbox, photo, photo gallery, photos, responsive, thumbnail, widget
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.6
|
7 |
-
Stable tag: 1.3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -224,6 +224,9 @@ To enable the feature of adding Media Library images, go to Photo Gallery > Opti
|
|
224 |
|
225 |
== Changelog ==
|
226 |
|
|
|
|
|
|
|
227 |
= 1.3.8 =
|
228 |
* Fixed: Ratings with opened comments.
|
229 |
* Changed: Updated Font Awesome to 4.6.3 version.
|
4 |
Tags: album, image gallery, gallery, image, images, lightbox, photo, photo gallery, photos, responsive, thumbnail, widget
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.6
|
7 |
+
Stable tag: 1.3.9
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
224 |
|
225 |
== Changelog ==
|
226 |
|
227 |
+
= 1.3.9 =
|
228 |
+
* Changed: Featured themes page.
|
229 |
+
|
230 |
= 1.3.8 =
|
231 |
* Fixed: Ratings with opened comments.
|
232 |
* Changed: Updated Font Awesome to 4.6.3 version.
|