Version Description
- Update: If the ID of the Media is not found in the HTML, it will resolve it through the DB from the filename.
Download this release
Release Info
Developer | TigrouMeow |
Plugin | Gallery Custom Links |
Version | 1.0.0 |
Comparing to | |
See all releases |
Code changes from version 0.0.2 to 1.0.0
- gallery_custom_links.php +2 -2
- readme.txt +2 -2
gallery_custom_links.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Gallery Custom Links
|
4 |
Plugin URI: https://meowapps.com
|
5 |
Description: Gallery Custom Links allows you to link images from galleries to a specified URL. Tested with WordPress Gallery, Gutenberg, the Meow Gallery and others.
|
6 |
-
Version: 0.0
|
7 |
Author: Jordy Meow
|
8 |
Text Domain: gallery-custom-links
|
9 |
Domain Path: /languages
|
@@ -22,7 +22,7 @@ if ( class_exists( 'Meow_Gallery_Custom_Links' ) ) {
|
|
22 |
}
|
23 |
|
24 |
global $mgcl_version;
|
25 |
-
$mgcl_version = '0.0
|
26 |
|
27 |
// Admin
|
28 |
// include "mgcl_admin.php";
|
3 |
Plugin Name: Gallery Custom Links
|
4 |
Plugin URI: https://meowapps.com
|
5 |
Description: Gallery Custom Links allows you to link images from galleries to a specified URL. Tested with WordPress Gallery, Gutenberg, the Meow Gallery and others.
|
6 |
+
Version: 1.0.0
|
7 |
Author: Jordy Meow
|
8 |
Text Domain: gallery-custom-links
|
9 |
Domain Path: /languages
|
22 |
}
|
23 |
|
24 |
global $mgcl_version;
|
25 |
+
$mgcl_version = '1.0.0';
|
26 |
|
27 |
// Admin
|
28 |
// include "mgcl_admin.php";
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: TigrouMeow
|
|
3 |
Tags: custom, links, gallery, gutenberg
|
4 |
Requires at least: 4.9
|
5 |
Tested up to: 5.0
|
6 |
-
Stable tag: 0.0
|
7 |
|
8 |
Gallery Custom Links allows you to link images from galleries to a specified URL. Tested with WordPress Gallery, Gutenberg, the Meow Gallery and others.
|
9 |
|
@@ -36,7 +36,7 @@ Replace all the files. Nothing else to do.
|
|
36 |
|
37 |
== Changelog ==
|
38 |
|
39 |
-
= 0.0
|
40 |
* Update: If the ID of the Media is not found in the HTML, it will resolve it through the DB from the filename.
|
41 |
|
42 |
= 0.0.1 =
|
3 |
Tags: custom, links, gallery, gutenberg
|
4 |
Requires at least: 4.9
|
5 |
Tested up to: 5.0
|
6 |
+
Stable tag: 1.0.0
|
7 |
|
8 |
Gallery Custom Links allows you to link images from galleries to a specified URL. Tested with WordPress Gallery, Gutenberg, the Meow Gallery and others.
|
9 |
|
36 |
|
37 |
== Changelog ==
|
38 |
|
39 |
+
= 1.0.0 =
|
40 |
* Update: If the ID of the Media is not found in the HTML, it will resolve it through the DB from the filename.
|
41 |
|
42 |
= 0.0.1 =
|