-
Notifications
You must be signed in to change notification settings - Fork 378
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove strftime as it is deprecated as of php 8.1
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
<?php | ||
//======================================================================== | ||
// Author: Pascal KISSIAN | ||
// Resume: http://pascal.kissian.net | ||
// Resume: https://pascal.kissian.net | ||
// | ||
// Copyright (c) 2015-2020 Pascal KISSIAN | ||
// Copyright (c) 2015-2021 Pascal KISSIAN | ||
// | ||
// Published under the MIT License | ||
// Consider it as a proof of concept! | ||
// No warranty of any kind. | ||
// Use and abuse at your own risks. | ||
//======================================================================== | ||
|
||
$yakpro_po_version = "2.0.13"; | ||
$yakpro_po_version = "2.0.14"; | ||
|
||
?> |