Export Media Library - Version 1.0.1

Version Description

Fixed title of plugin in readme.

Download this release

Release Info

Developer andrej.pavlovic
Plugin Icon wp plugin Export Media Library
Version 1.0.1
Comparing to
See all releases

Code changes from version 1.0.0 to 1.0.1

Files changed (3) hide show
  1. composer.json +1 -1
  2. index.php +1 -1
  3. readme.txt +5 -2
composer.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "name": "massedge/wordpress-plugin-export-media-library",
3
  "description": "Wordpress plugin that allows admins to export media library files as a compressed zip archive.",
4
- "version": "1.0.0",
5
  "type": "wordpress-plugin",
6
  "license": "GPL-3.0",
7
  "require": {
1
  {
2
  "name": "massedge/wordpress-plugin-export-media-library",
3
  "description": "Wordpress plugin that allows admins to export media library files as a compressed zip archive.",
4
+ "version": "1.0.1",
5
  "type": "wordpress-plugin",
6
  "license": "GPL-3.0",
7
  "require": {
index.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Export Media Library
4
  Plugin URI: https://github.com/massedge/wordpress-plugin-export-media-library
5
  Description: Allows admins to export media library files as a compressed zip archive.
6
- Version: 1.0.0
7
  Author: Mass Edge Inc.
8
  Author URI: https://www.massedge.com/
9
  License: GPL3
3
  Plugin Name: Export Media Library
4
  Plugin URI: https://github.com/massedge/wordpress-plugin-export-media-library
5
  Description: Allows admins to export media library files as a compressed zip archive.
6
+ Version: 1.0.1
7
  Author: Mass Edge Inc.
8
  Author URI: https://www.massedge.com/
9
  License: GPL3
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
- === ACF Conditional Logic Advanced ===
2
  Contributors: andrej.pavlovic
3
  Tags: export media library, download media library, media library, export, download
4
  Requires at least: 4.7.10
5
  Tested up to: 4.9.6
6
  Requires PHP: 5.6
7
- Stable tag: 1.0.0
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -26,6 +26,9 @@ Allows users to export media library files as a compressed zip archive.
26
 
27
  == Changelog ==
28
 
 
 
 
29
  = 1.0.0 =
30
  * Fully functional release.
31
 
1
+ === Export Media Library ===
2
  Contributors: andrej.pavlovic
3
  Tags: export media library, download media library, media library, export, download
4
  Requires at least: 4.7.10
5
  Tested up to: 4.9.6
6
  Requires PHP: 5.6
7
+ Stable tag: 1.0.1
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
26
 
27
  == Changelog ==
28
 
29
+ = 1.0.1 =
30
+ Fixed title of plugin in readme.
31
+
32
  = 1.0.0 =
33
  * Fully functional release.
34