media-modal-demo icon indicating copy to clipboard operation
media-modal-demo copied to clipboard

#WordPressPlugin: Demo plugin which demonstrates the power of wp.media

WP Media Modal Demo Plugin

Introduction

A sample plugin which will demonstrate different ways on how the new media workflow can be embedded in your plugin.

Work in progress.

Screenshot

Screenshot of the plugin

Changelog

1.0

  • Changed plugin structur
    • Demos are located in /demos/
    • Each demo has its own class, which extends Media_Modal_Demo_Page_Abstract
    • The custom JavaScript stuff is stored into the global var ds.media
  • Moved demo page menu from settings to plugins
  • Docs, a lot of docs

0.3

  • Added fifth demo

0.3

  • Added third and fourth demo

0.2

  • Added second demo

0.1

  • Initial release