Version Description
- Fixed bug with saving image titles.
Download this release
Release Info
Developer | griffinjt |
Plugin | Photo Gallery by Envira – Responsive Image Gallery for WordPress |
Version | 1.1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.1.0 to 1.1.0.1
- assets/js/metabox.js +1 -1
- envira-gallery-lite.php +2 -2
- readme.txt +4 -1
assets/js/metabox.js
CHANGED
@@ -333,7 +333,7 @@
|
|
333 |
$this.text(envira_gallery_metabox.saving);
|
334 |
|
335 |
// Add the title since it is a special field.
|
336 |
-
meta.
|
337 |
|
338 |
// Get all meta fields and values.
|
339 |
$('#envira-gallery-meta-table-' + attach_id).find(':input').not('.ed_button').each(function(i, el){
|
333 |
$this.text(envira_gallery_metabox.saving);
|
334 |
|
335 |
// Add the title since it is a special field.
|
336 |
+
meta.title = $('#envira-gallery-meta-table-' + attach_id).find('textarea[name="_envira_gallery[meta_title]"]').val();
|
337 |
|
338 |
// Get all meta fields and values.
|
339 |
$('#envira-gallery-meta-table-' + attach_id).find(':input').not('.ed_button').each(function(i, el){
|
envira-gallery-lite.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: Envira Gallery is best responsive WordPress gallery plugin. This is the lite version.
|
6 |
* Author: Thomas Griffin
|
7 |
* Author URI: http://thomasgriffinmedia.com
|
8 |
-
* Version: 1.1.0
|
9 |
* Text Domain: envira-gallery
|
10 |
* Domain Path: languages
|
11 |
*
|
@@ -54,7 +54,7 @@ class Envira_Gallery_Lite {
|
|
54 |
*
|
55 |
* @var string
|
56 |
*/
|
57 |
-
public $version = '1.1.0';
|
58 |
|
59 |
/**
|
60 |
* The name of the plugin.
|
5 |
* Description: Envira Gallery is best responsive WordPress gallery plugin. This is the lite version.
|
6 |
* Author: Thomas Griffin
|
7 |
* Author URI: http://thomasgriffinmedia.com
|
8 |
+
* Version: 1.1.0.1
|
9 |
* Text Domain: envira-gallery
|
10 |
* Domain Path: languages
|
11 |
*
|
54 |
*
|
55 |
* @var string
|
56 |
*/
|
57 |
+
public $version = '1.1.0.1';
|
58 |
|
59 |
/**
|
60 |
* The name of the plugin.
|
readme.txt
CHANGED
@@ -29,7 +29,7 @@ _It's hard to go wrong by choosing <a href="http://enviragallery.com/?utm_source
|
|
29 |
|
30 |
== Installation ==
|
31 |
|
32 |
-
1. Install Envira Gallery Lite either via the WordPress.org plugin repository
|
33 |
2. Activate Envira Gallery Lite.
|
34 |
3. Navigate to the Envira Gallery tab at the bottom of your admin menu and click "Add New" to begin creating your new WordPress gallery, or you can create a new gallery directly inside the post/page/custom post type of your choice.
|
35 |
4. Salivate for new features and <a href="http://enviragallery.com/?utm_source=orgrepo&utm_medium=link&utm_campaign=WordPress" rel="friend" title="Envira Gallery">purchase the full version of Envira Gallery</a>!
|
@@ -55,6 +55,9 @@ Envira Gallery is absolutely, positively the <a href="http://enviragallery.com/?
|
|
55 |
|
56 |
== Changelog ==
|
57 |
|
|
|
|
|
|
|
58 |
= 1.1.0 =
|
59 |
* Fixed bug with HTML being output on image hover for title attribute.
|
60 |
* Fixed bug with internal link dialog being shown below the edit metadata modal window.
|
29 |
|
30 |
== Installation ==
|
31 |
|
32 |
+
1. Install Envira Gallery Lite either via the WordPress.org plugin repository or by uploading the files to your server.
|
33 |
2. Activate Envira Gallery Lite.
|
34 |
3. Navigate to the Envira Gallery tab at the bottom of your admin menu and click "Add New" to begin creating your new WordPress gallery, or you can create a new gallery directly inside the post/page/custom post type of your choice.
|
35 |
4. Salivate for new features and <a href="http://enviragallery.com/?utm_source=orgrepo&utm_medium=link&utm_campaign=WordPress" rel="friend" title="Envira Gallery">purchase the full version of Envira Gallery</a>!
|
55 |
|
56 |
== Changelog ==
|
57 |
|
58 |
+
= 1.1.0.1 =
|
59 |
+
* Fixed bug with saving image titles.
|
60 |
+
|
61 |
= 1.1.0 =
|
62 |
* Fixed bug with HTML being output on image hover for title attribute.
|
63 |
* Fixed bug with internal link dialog being shown below the edit metadata modal window.
|