Skip to content

Commit bd02f05

Browse files
authored
Prepare beta1 (#23)
* Prepare beta1 * fix CS
1 parent edc349e commit bd02f05

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

inc/sync.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ abstract class PluginJamfSync
122122
* @param CommonDBTM|null $item
123123
* @param array $data
124124
*/
125-
final public function __construct(CommonDBTM $item = null, array $data = [])
125+
final public function __construct(?CommonDBTM $item = null, array $data = [])
126126
{
127127
/** @global DBmysql */
128128
global $DB;

jamf.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ Usage
2929
<author>Curtis Conard</author>
3030
</authors>
3131
<versions>
32+
<version>
33+
<num>3.2.0-beta1</num>
34+
<compatibility>~11.0.0</compatibility>
35+
<download_url>https://github.com/pluginsGLPI/jamf/releases/download/v3.2.0-beta1/glpi-jamf-v3.2.0-beta1.tar.bz2</download_url>
36+
</version>
3237
<version>
3338
<num>3.1.2</num>
3439
<compatibility>~10.0.0</compatibility>

0 commit comments

Comments
 (0)