Update WP and plugins

This commit is contained in:
Oliver Davies 2019-04-16 20:56:22 +01:00
parent 10a4713229
commit 1fb77fc4ff
864 changed files with 101724 additions and 78262 deletions

View file

@ -88,13 +88,24 @@
/* 0 */
/***/ (function(module, exports, __webpack_require__) {
module.exports = __webpack_require__(1);
/***/ }),
/* 1 */
/***/ (function(module, exports, __webpack_require__) {
/**
* @output wp-includes/js/media-audiovideo.js
*/
var media = wp.media,
baseSettings = window._wpmejsSettings || {},
l10n = window._wpMediaViewsL10n || {};
/**
*
* @summary Defines the wp.media.mixin object.
* Defines the wp.media.mixin object.
*
* @mixin
*
@ -104,7 +115,7 @@ wp.media.mixin = {
mejsSettings: baseSettings,
/**
* @summary Pauses and removes all players.
* Pauses and removes all players.
*
* @since 4.2.0
*
@ -122,7 +133,7 @@ wp.media.mixin = {
},
/**
* @summary Removes the player.
* Removes the player.
*
* Override the MediaElement method for removing a player.
* MediaElement tries to pull the audio/video tag out of
@ -168,7 +179,7 @@ wp.media.mixin = {
/**
*
* @summary Removes and resets all players.
* Removes and resets all players.
*
* Allows any class that has set 'player' to a MediaElementPlayer
* instance to remove the player when listening to events.
@ -189,7 +200,7 @@ wp.media.mixin = {
};
/**
* @summary Shortcode modeling for playlists.
* Shortcode modeling for playlists.
*
* @since 4.2.0
*/
@ -208,7 +219,7 @@ wp.media.playlist = new wp.media.collection({
});
/**
* @summary Shortcode modeling for audio.
* Shortcode modeling for audio.
*
* `edit()` prepares the shortcode for the media modal.
* `shortcode()` builds the new shortcode after an update.
@ -230,7 +241,7 @@ wp.media.audio = {
},
/**
* @summary Instantiates a new media object with the next matching shortcode.
* Instantiates a new media object with the next matching shortcode.
*
* @since 4.2.0
*
@ -250,7 +261,7 @@ wp.media.audio = {
},
/**
* @summary Generates an audio shortcode.
* Generates an audio shortcode.
*
* @since 4.2.0
*
@ -280,7 +291,7 @@ wp.media.audio = {
};
/**
* @summary Shortcode modeling for video.
* Shortcode modeling for video.
*
* `edit()` prepares the shortcode for the media modal.
* `shortcode()` builds the new shortcode after update.
@ -305,7 +316,7 @@ wp.media.video = {
},
/**
* @summary Instantiates a new media object with the next matching shortcode.
* Instantiates a new media object with the next matching shortcode.
*
* @since 4.2.0
*
@ -330,7 +341,7 @@ wp.media.video = {
},
/**
* @summary Generates an video shortcode.
* Generates an video shortcode.
*
* @since 4.2.0
*
@ -359,19 +370,19 @@ wp.media.video = {
}
};
media.model.PostMedia = __webpack_require__( 1 );
media.controller.AudioDetails = __webpack_require__( 2 );
media.controller.VideoDetails = __webpack_require__( 3 );
media.view.MediaFrame.MediaDetails = __webpack_require__( 4 );
media.view.MediaFrame.AudioDetails = __webpack_require__( 5 );
media.view.MediaFrame.VideoDetails = __webpack_require__( 6 );
media.view.MediaDetails = __webpack_require__( 7 );
media.view.AudioDetails = __webpack_require__( 8 );
media.view.VideoDetails = __webpack_require__( 9 );
media.model.PostMedia = __webpack_require__( 2 );
media.controller.AudioDetails = __webpack_require__( 3 );
media.controller.VideoDetails = __webpack_require__( 4 );
media.view.MediaFrame.MediaDetails = __webpack_require__( 5 );
media.view.MediaFrame.AudioDetails = __webpack_require__( 6 );
media.view.MediaFrame.VideoDetails = __webpack_require__( 7 );
media.view.MediaDetails = __webpack_require__( 8 );
media.view.AudioDetails = __webpack_require__( 9 );
media.view.VideoDetails = __webpack_require__( 10 );
/***/ }),
/* 1 */
/* 2 */
/***/ (function(module, exports) {
/**
@ -419,7 +430,7 @@ module.exports = PostMedia;
/***/ }),
/* 2 */
/* 3 */
/***/ (function(module, exports) {
var State = wp.media.controller.State,
@ -458,7 +469,7 @@ module.exports = AudioDetails;
/***/ }),
/* 3 */
/* 4 */
/***/ (function(module, exports) {
/**
@ -497,7 +508,7 @@ module.exports = VideoDetails;
/***/ }),
/* 4 */
/* 5 */
/***/ (function(module, exports) {
var Select = wp.media.view.MediaFrame.Select,
@ -633,7 +644,7 @@ module.exports = MediaDetails;
/***/ }),
/* 5 */
/* 6 */
/***/ (function(module, exports) {
var MediaDetails = wp.media.view.MediaFrame.MediaDetails,
@ -715,7 +726,7 @@ module.exports = AudioDetails;
/***/ }),
/* 6 */
/* 7 */
/***/ (function(module, exports) {
var MediaDetails = wp.media.view.MediaFrame.MediaDetails,
@ -856,7 +867,7 @@ module.exports = VideoDetails;
/***/ }),
/* 7 */
/* 8 */
/***/ (function(module, exports) {
/* global MediaElementPlayer */
@ -1030,7 +1041,7 @@ module.exports = MediaDetails;
/***/ }),
/* 8 */
/* 9 */
/***/ (function(module, exports) {
var MediaDetails = wp.media.view.MediaDetails,
@ -1074,7 +1085,7 @@ module.exports = AudioDetails;
/***/ }),
/* 9 */
/* 10 */
/***/ (function(module, exports) {
var MediaDetails = wp.media.view.MediaDetails,