Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Bump version to 0.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Arntz committed Feb 2, 2017
1 parent ddaa9c0 commit ff78ce5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -30,8 +30,8 @@ To include the script and stylesheet, enqueue the script and stylesheet like so:
```php
<?php
wp_enqueue_media();
wp_enqueue_script( 'wp-media-picker', 'PATHTOMEDIAPICKER/wp-media-picker.min.js', array( 'jQuery', 'jquery-ui-widget', 'media-editor' ), '0.5.0', true );
wp_enqueue_style( 'wp-media-picker', 'PATHTOMEDIAPICKER/wp-media-picker.min.css', array(), '0.5.0' );
wp_enqueue_script( 'wp-media-picker', 'PATHTOMEDIAPICKER/wp-media-picker.min.js', array( 'jQuery', 'jquery-ui-widget', 'media-editor' ), '0.5.1', true );
wp_enqueue_style( 'wp-media-picker', 'PATHTOMEDIAPICKER/wp-media-picker.min.css', array(), '0.5.1' );

```

Expand Down
4 changes: 2 additions & 2 deletions bower.json
@@ -1,6 +1,6 @@
{
"name": "wp-media-picker",
"version": "0.5.0",
"version": "0.5.1",
"description": "This jQuery plugin for WordPress can be used to transform an input field into a flexible and compatible media field with attachment selection and preview.",
"main": [
"wp-media-picker.min.js",
Expand All @@ -23,7 +23,7 @@
{
"name": "Felix Arntz",
"email": "felix-arntz@leaves-and-love.net",
"homepage": "http://leaves-and-love.net"
"homepage": "https://leaves-and-love.net"
}
],
"license": "GPL-2.0",
Expand Down
10 changes: 3 additions & 7 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "wp-media-picker",
"version": "0.5.0",
"version": "0.5.1",
"description": "This jQuery plugin for WordPress can be used to transform an input field into a flexible and compatible media field with attachment selection and preview.",
"keywords": [
"wordpress",
Expand All @@ -14,7 +14,7 @@
"author": {
"name": "Felix Arntz",
"email": "felix-arntz@leaves-and-love.net",
"url": "http://leaves-and-love.net"
"url": "https://leaves-and-love.net"
},
"homepage": "https://github.com/felixarntz/wp-media-picker/",
"repository": {
Expand All @@ -24,11 +24,7 @@
"bugs": {
"url" : "https://github.com/felixarntz/wp-media-picker/issues"
},
"license": {
"type": "GPL-2.0",
"name": "GNU General Public License v2",
"url": "http://www.gnu.org/licenses/gpl-2.0.html"
},
"license": "GPL-3.0",
"engines": {
"node": ">= 0.10.0"
},
Expand Down

0 comments on commit ff78ce5

Please sign in to comment.