Plugin Directory

Changeset 2214400


Ignore:
Timestamp:
12/18/2019 03:53:53 PM (6 years ago)
Author:
callsheet
Message:

1.0.8 Fix permissions

Location:
callsheet
Files:
93 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • callsheet/trunk/README.txt

    r2214390 r2214400  
    66Tested up to: 5.3
    77Requires PHP: 7.0
    8 Stable tag: 1.0.7
     8Stable tag: 1.0.8
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5656
    5757== Changelog ==
     58= 1.0.8 =
     59* Fix permission
     60
    5861= 1.0.7 =
    5962* Mute video on backend
  • callsheet/trunk/callsheet.php

    r2214390 r2214400  
    1717 * Plugin URI:        https://wordpress.org/plugins/callsheet/
    1818 * Description:       Callsheet allows you to add actors/actresses/directors and their details to show them to end users.
    19  * Version:           1.0.7
     19 * Version:           1.0.8
    2020 * Author:            Claudius Neidig
    2121 * Author URI:        https://www.linkedin.com/in/claudius-neidig/
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'CALLSHEET_VERSION', '1.0.7' );
     38define( 'CALLSHEET_VERSION', '1.0.8' );
    3939
    4040
Note: See TracChangeset for help on using the changeset viewer.