Plugin Directory

Changeset 2517157


Ignore:
Timestamp:
04/18/2021 03:59:23 PM (5 years ago)
Author:
stappdevelopment
Message:

Adding version 1.6 for my plugin

Location:
stapp-video
Files:
18 added
1 deleted
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • stapp-video/tags/1.6/readme.txt

    r2517150 r2517157  
    66Tested up to: 5.7
    77Requires PHP: 7.0
    8 Stable tag: 1.5
     8Stable tag: 1.6
    99License: GPLv3 or later
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    4040== Changelog ==
    4141
    42 = 1.5 =
     42= 1.6 =
    4343
    4444 * Add Welcome layer on start
  • stapp-video/tags/1.6/stapp_video.php

    r2517150 r2517157  
    77Plugin URI: https://dev-wordpress.com/forum/
    88Description: Insert videos on any postion via shortcode
    9 Version: 1.5
     9Version: 1.6
    1010Author: STApp Professional GmbH
    1111Author URI: https://stapp-professional.de
     
    2525
    2626
    27 define( 'STAPP_VIDEO_VERSION', '1.5' );
     27define( 'STAPP_VIDEO_VERSION', '1.6' );
    2828
    2929define( 'STAPP_VIDEO_REQUIRED_WP_VERSION', '5.7' );
  • stapp-video/trunk/readme.txt

    r2517150 r2517157  
    66Tested up to: 5.7
    77Requires PHP: 7.0
    8 Stable tag: 1.5
     8Stable tag: 1.6
    99License: GPLv3 or later
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    4040== Changelog ==
    4141
    42 = 1.5 =
     42= 1.6 =
    4343
    4444 * Add Welcome layer on start
  • stapp-video/trunk/stapp_video.php

    r2517150 r2517157  
    77Plugin URI: https://dev-wordpress.com/forum/
    88Description: Insert videos on any postion via shortcode
    9 Version: 1.5
     9Version: 1.6
    1010Author: STApp Professional GmbH
    1111Author URI: https://stapp-professional.de
     
    2525
    2626
    27 define( 'STAPP_VIDEO_VERSION', '1.5' );
     27define( 'STAPP_VIDEO_VERSION', '1.6' );
    2828
    2929define( 'STAPP_VIDEO_REQUIRED_WP_VERSION', '5.7' );
Note: See TracChangeset for help on using the changeset viewer.