Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Publicious.org
Plugins
Media Categories
Commits
0a95ef24
Commit
0a95ef24
authored
Sep 06, 2016
by
John James Jacoby
Browse files
Move files 1 level deeper to better support `mu-plugins` location.
Bump to 1.0.0.
parent
1e545a54
Changes
11
Hide whitespace changes
Inline
Side-by-side
readme.txt
View file @
0a95ef24
=== Plugin Name ===
Contributors: johnjamesjacoby, stuttter
Tags: media, library, attachment, category, categories, organizer, management, files
Requires at least: 4.
3
Tested up to: 4.
4
Stable tag:
0.1.1
Requires at least: 4.
6
Tested up to: 4.
7
Stable tag:
1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9Q4F4EL5YJ62J
...
...
@@ -57,8 +57,12 @@ http://github.com/stuttter/wp-media-categories/
== Changelog ==
= 0.1.1 =
= [1.0.0] - 2016-09-06 =
* Fix bulk edits
* Move files into subdirectory for improved mu-plugins support
= [0.1.1] - 2015-10-28 =
* Improve media grid layout
= 0.1.
0
=
=
[
0.1.
1] - 2015-10-21
=
* Initial release
wp-media-categories.php
View file @
0a95ef24
...
...
@@ -8,9 +8,9 @@
* License: GPL v2 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: wp-media-categories
* Domain Path: /lang
* Domain Path:
/wp-media-categories
/lang
* Description: Categories for media & attachments
* Version:
0.1.1
* Version:
1.0.0
*/
// Exit if accessed directly
...
...
@@ -24,7 +24,7 @@ defined( 'ABSPATH' ) || exit;
function
_wp_media_categories
()
{
// Get the plugin path
$plugin_path
=
plugin_dir_path
(
__FILE__
);
$plugin_path
=
plugin_dir_path
(
__FILE__
)
.
'wp-media-categories/'
;
// Admin-only common files
require_once
$plugin_path
.
'includes/admin.php'
;
...
...
@@ -45,7 +45,7 @@ add_action( 'plugins_loaded', '_wp_media_categories' );
* @return string
*/
function
wp_media_categories_get_plugin_url
()
{
return
plugin_dir_url
(
__FILE__
);
return
plugin_dir_url
(
__FILE__
)
.
'wp-media-categories/'
;
}
/**
...
...
@@ -56,5 +56,5 @@ function wp_media_categories_get_plugin_url() {
* @return int
*/
function
wp_media_categories_get_asset_version
()
{
return
201
51028
0001
;
return
201
60906
0001
;
}
assets/css/admin.css
→
wp-media-categories/
assets/css/admin.css
View file @
0a95ef24
File moved
assets/js/media-views.js
→
wp-media-categories/
assets/js/media-views.js
View file @
0a95ef24
File moved
includes/admin.php
→
wp-media-categories/
includes/admin.php
View file @
0a95ef24
File moved
includes/ajax.php
→
wp-media-categories/
includes/ajax.php
View file @
0a95ef24
File moved
includes/functions.php
→
wp-media-categories/
includes/functions.php
View file @
0a95ef24
File moved
includes/hooks.php
→
wp-media-categories/
includes/hooks.php
View file @
0a95ef24
File moved
includes/taxonomies.php
→
wp-media-categories/
includes/taxonomies.php
View file @
0a95ef24
File moved
includes/walkers.php
→
wp-media-categories/
includes/walkers.php
View file @
0a95ef24
File moved
includes/widgets.php
→
wp-media-categories/
includes/widgets.php
View file @
0a95ef24
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment