File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ public function getTitle(array $microformats)
288
288
public function getPublishDate (array $ microformats )
289
289
{
290
290
if (empty ($ microformats ['items ' ])) {
291
- return null ;
291
+ return date ( ' Y-m-d\TH:i:sP ' , time ()) ;
292
292
}
293
293
294
294
foreach ($ microformats ['items ' ] as $ item ) {
@@ -301,6 +301,6 @@ public function getPublishDate(array $microformats)
301
301
}
302
302
}
303
303
304
- return null ;
304
+ return date ( ' Y-m-d\TH:i:sP ' , time ()) ;
305
305
}
306
306
}
Original file line number Diff line number Diff line change 1
1
<?php return array (
2
2
'root ' => array (
3
3
'name ' => 'mauricerenck/indieconnector ' ,
4
- 'pretty_version ' => '2.0.1 ' ,
5
- 'version ' => '2.0.1 .0 ' ,
4
+ 'pretty_version ' => '2.1.0 ' ,
5
+ 'version ' => '2.1.0 .0 ' ,
6
6
'reference ' => NULL ,
7
7
'type ' => 'kirby-plugin ' ,
8
8
'install_path ' => __DIR__ . '/../../ ' ,
38
38
'dev_requirement ' => false ,
39
39
),
40
40
'mauricerenck/indieconnector ' => array (
41
- 'pretty_version ' => '2.0.1 ' ,
42
- 'version ' => '2.0.1 .0 ' ,
41
+ 'pretty_version ' => '2.1.0 ' ,
42
+ 'version ' => '2.1.0 .0 ' ,
43
43
'reference ' => NULL ,
44
44
'type ' => 'kirby-plugin ' ,
45
45
'install_path ' => __DIR__ . '/../../ ' ,
You can’t perform that action at this time.
0 commit comments