Plugin Directory

Changeset 2474750


Ignore:
Timestamp:
02/15/2021 08:52:07 AM (5 years ago)
Author:
rommertvantil
Message:

typo fix

Location:
isset-video
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • isset-video/tags/trunk/isset-video-publisher.php

    r2463624 r2474750  
    55Plugin URI: https://isset.video/wp-plugin/
    66Description: Wordpress isset.video implementation
    7 Version: 0.8.0
     7Version: 0.8.1
    88Requires at least: 5.0
    99Required PHP: 7.1
     
    2323define( 'ISSET_VIDEO_PUBLISHER_PATH', plugin_dir_path( __FILE__ ) );
    2424define( 'ISSET_VIDEO_PUBLISHER_URL', plugin_dir_url( __FILE__ ) );
    25 define( 'ISSET_VIDEO_PUBLISHER_VERSION', '0.8.0' );
     25define( 'ISSET_VIDEO_PUBLISHER_VERSION', '0.8.1' );
    2626
    2727
  • isset-video/tags/trunk/readme.txt

    r2463624 r2474750  
    11=== isset.video ===
    2 Contributors: rommertvantil, peekopeeko
     2Contributors: rommertvantil
    33Tags: external video, cdn, video processing, hls video
    44Plugin URI: https://isset.video/wp-plugin/
    55Requires at least: 5.0
    6 Tested up to: 5.6
     6Tested up to: 5.7
    77Requires PHP: 7.1
    88License: GPLv3 or later
  • isset-video/trunk/isset-video-publisher.php

    r2463624 r2474750  
    55Plugin URI: https://isset.video/wp-plugin/
    66Description: Wordpress isset.video implementation
    7 Version: 0.8.0
     7Version: 0.8.1
    88Requires at least: 5.0
    99Required PHP: 7.1
     
    2323define( 'ISSET_VIDEO_PUBLISHER_PATH', plugin_dir_path( __FILE__ ) );
    2424define( 'ISSET_VIDEO_PUBLISHER_URL', plugin_dir_url( __FILE__ ) );
    25 define( 'ISSET_VIDEO_PUBLISHER_VERSION', '0.8.0' );
     25define( 'ISSET_VIDEO_PUBLISHER_VERSION', '0.8.1' );
    2626
    2727
  • isset-video/trunk/readme.txt

    r2463624 r2474750  
    11=== isset.video ===
    2 Contributors: rommertvantil, peekopeeko
     2Contributors: rommertvantil
    33Tags: external video, cdn, video processing, hls video
    44Plugin URI: https://isset.video/wp-plugin/
    55Requires at least: 5.0
    6 Tested up to: 5.6
     6Tested up to: 5.7
    77Requires PHP: 7.1
    88License: GPLv3 or later
Note: See TracChangeset for help on using the changeset viewer.