Changeset 2560398
- Timestamp:
- 07/08/2021 07:38:26 AM (5 years ago)
- Location:
- clicface-trombi/trunk
- Files:
-
- 2 edited
-
clicface-trombi.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
clicface-trombi/trunk/clicface-trombi.php
r2183092 r2560398 4 4 Plugin URI: https://plugins.clicface.com/ 5 5 Description: A great plugin for WordPress that creates a directory of all your employees. 6 Version: 2.0 76 Version: 2.08 7 7 Author: Clicface 8 8 Author URI: https://plugins.clicface.com/ … … 19 19 include_once( plugin_dir_path( __FILE__ ) . '/includes/settings-initialization.php' ); 20 20 wp_register_style( 'clicface-trombi-style', plugins_url('clicface-trombi/css/clicface-trombi.css') ); 21 add_post_type_support( 'collaborateur', 'author' ); 21 22 } 22 23 -
clicface-trombi/trunk/readme.txt
r2485853 r2560398 5 5 Requires at least: 4.7 6 6 Tested up to: 5.7 7 Stable tag: 2.0 77 Stable tag: 2.08 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 85 85 86 86 == Changelog == 87 = 2.08 = 88 * Adding Author under Screen Options for an employee (thanks to Michel) 89 87 90 = 2.07 = 88 91 * Testing with last WordPress version 5.3
Note: See TracChangeset
for help on using the changeset viewer.