Plugin Directory

Changeset 2560398


Ignore:
Timestamp:
07/08/2021 07:38:26 AM (5 years ago)
Author:
clicface
Message:

Adding Author under Screen Options for an employee (thanks to Michel)

Location:
clicface-trombi/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • clicface-trombi/trunk/clicface-trombi.php

    r2183092 r2560398  
    44Plugin URI: https://plugins.clicface.com/
    55Description: A great plugin for WordPress that creates a directory of all your employees.
    6 Version: 2.07
     6Version: 2.08
    77Author: Clicface
    88Author URI: https://plugins.clicface.com/
     
    1919    include_once( plugin_dir_path( __FILE__ ) . '/includes/settings-initialization.php' );
    2020    wp_register_style( 'clicface-trombi-style', plugins_url('clicface-trombi/css/clicface-trombi.css') );
     21    add_post_type_support( 'collaborateur', 'author' );
    2122}
    2223
  • clicface-trombi/trunk/readme.txt

    r2485853 r2560398  
    55Requires at least: 4.7
    66Tested up to: 5.7
    7 Stable tag: 2.07
     7Stable tag: 2.08
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8585
    8686== Changelog ==
     87= 2.08 =
     88* Adding Author under Screen Options for an employee (thanks to Michel)
     89
    8790= 2.07 =
    8891* Testing with last WordPress version 5.3
Note: See TracChangeset for help on using the changeset viewer.