Plugin Directory

Changeset 2309278


Ignore:
Timestamp:
05/21/2020 07:15:37 AM (6 years ago)
Author:
sumapress
Message:

Fix fatal error with new version of Woo

Location:
simple-private-video/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • simple-private-video/trunk/README.txt

    r2194455 r2309278  
    115115== Changelog ==
    116116
     117= 0.2.1 =
     118* Fix fatal error with new version of Woo
     119
    117120= 0.2.0 =
    118121* First beta publicly available version.
  • simple-private-video/trunk/gutenberg/class-gutenberg.php

    r2183986 r2309278  
    1313     */
    1414    public function change_media_upload_folder_on_private_files( $data ) {
     15
     16        include_once( ABSPATH . 'wp-includes/pluggable.php' );
    1517
    1618        if ( ! current_user_can( 'upload_files' ) ) {
  • simple-private-video/trunk/simple-private-video.php

    r2183986 r2309278  
    1212 * Plugin URI:        https://sumapress.com/simple-private-video/
    1313 * 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.0
     14 * Version:           0.2.1
    1515 * Author:            SumaPress
    1616 * Author URI:        https://sumapress.com/
Note: See TracChangeset for help on using the changeset viewer.