Plugin Directory

Changeset 2205746


Ignore:
Timestamp:
12/04/2019 07:43:10 AM (6 years ago)
Author:
callsheet
Message:

1.0.5 Plugin update

Location:
callsheet
Files:
93 added
3 edited

Legend:

Unmodified
Added
Removed
  • callsheet/trunk/README.txt

    r2205447 r2205746  
    54547. Add photos of that client from here.
    5555
     56
    5657== Changelog ==
     58= 1.0.5 =
     59* Bug fixing castuplod implementing
     60
    5761= 1.0.4 =
    5862* added possibility to update client profile from castupload api
  • callsheet/trunk/callsheet.php

    r2205447 r2205746  
    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.3
     19 * Version:           1.0.5
    2020 * Author:            Claudius Neidig
    2121 * Author URI:        https://www.linkedin.com/in/claudius-neidig/
  • callsheet/trunk/includes/class-callsheet-api-castupload.php

    r2205447 r2205746  
    331331                'director' => $film->director,
    332332                'casting' => $film->caster,
    333                 'production' => $film->producer,
     333                'production' => $film->distributor,
    334334                'channel' => $channel,
    335                 'category' => $category,
     335                // 'category' => $category,
     336                'description_main' => $film->info
    336337            ];
    337338            $format = ['%d', '%d', '%d', '%s', '%s', '%s', '%s', '%s', '%s', '%s'];
Note: See TracChangeset for help on using the changeset viewer.