Changeset 2309278
- Timestamp:
- 05/21/2020 07:15:37 AM (6 years ago)
- Location:
- simple-private-video/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
gutenberg/class-gutenberg.php (modified) (1 diff)
-
simple-private-video.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-private-video/trunk/README.txt
r2194455 r2309278 115 115 == Changelog == 116 116 117 = 0.2.1 = 118 * Fix fatal error with new version of Woo 119 117 120 = 0.2.0 = 118 121 * First beta publicly available version. -
simple-private-video/trunk/gutenberg/class-gutenberg.php
r2183986 r2309278 13 13 */ 14 14 public function change_media_upload_folder_on_private_files( $data ) { 15 16 include_once( ABSPATH . 'wp-includes/pluggable.php' ); 15 17 16 18 if ( ! current_user_can( 'upload_files' ) ) { -
simple-private-video/trunk/simple-private-video.php
r2183986 r2309278 12 12 * Plugin URI: https://sumapress.com/simple-private-video/ 13 13 * Description: A video block and a simple and lean way to host your own videos and show them in private mode without external services dependencies 14 * Version: 0.2. 014 * Version: 0.2.1 15 15 * Author: SumaPress 16 16 * Author URI: https://sumapress.com/
Note: See TracChangeset
for help on using the changeset viewer.