We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eb2032 commit cba1393Copy full SHA for cba1393
cp-contributors.php
@@ -3,7 +3,7 @@
3
* Plugin Name: ClassicPress contributors
4
* Plugin URI: https://software.gieffeedizioni.it
5
* Description: List ClassicPress contributors between tags.
6
- * Version: 1.4.8
+ * Version: 1.4.9
7
* License: GPL2
8
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
9
* Author: Gieffe edizioni srl
@@ -41,6 +41,8 @@ class CpContributors {
41
'Guido07111975' => 'Guido',
42
'himanshdotme' => 'Himanshu',
43
'sollerpolt' => 'Victor Pashynsky',
44
+ 'vusys' => 'Bryan',
45
+ 'liedekef' => 'Franky Van Liedekerke',
46
];
47
48
public function __construct() {
0 commit comments