|
1 | 1 | xmf ChangeLog
|
2 | 2 | =============
|
3 | 3 |
|
| 4 | +May 30, 2024 v1.2.30 |
| 5 | +------------------ |
| 6 | +* upgrade Smarty to 4.5.3 |
| 7 | + |
| 8 | + |
| 9 | +Nov 20, 2023 v1.2.29 |
| 10 | +------------------ |
| 11 | +* add Random::generateSecureRandomBytes() |
| 12 | +* replace random_bytes() with generateSecureRandomBytes() for PHP 5.6 |
| 13 | + |
| 14 | + |
| 15 | +Oct 30, 2023 v1.2.28 |
| 16 | +------------------ |
| 17 | +* Updates to library dependencies |
| 18 | +* PHP 8.0 Error Suppression operator issues |
| 19 | +* Handle case of no permissionHandler found |
| 20 | +* Adds ULID support |
| 21 | +* cosmetic and code improvements |
| 22 | + |
| 23 | +Mar 19, 2023 v1.2.27 |
| 24 | +------------------ |
| 25 | +* Update to firebase/php-jwt 6.0.0 |
| 26 | + |
| 27 | +Apr 16, 2022 v1.2.26 |
| 28 | +------------------ |
| 29 | +* Add Xmf\Module\Helper\Permission::getItemIds($gperm_name, $gperm_groupid) |
| 30 | +* Use new module version in XoopsCore25 |
| 31 | +* Fix issues in Xmf\Database\Tables and Xmf\Database\Migrate |
| 32 | +* Fix some issues related to new PHP versions |
| 33 | + |
| 34 | +May 7, 2021 v1.2.25 |
| 35 | +------------------ |
| 36 | +* add \Xmf\Module\Admin::renderNavigation() method |
| 37 | + |
| 38 | +Mar 25, 2021 v1.2.24 |
| 39 | +------------------ |
| 40 | +* Fixes for PHP 5.3 compatibility |
| 41 | + |
| 42 | +Feb 15, 2021 v1.2.23 |
| 43 | +------------------ |
| 44 | +* Additional fix in Debug for Kint 3.3 |
| 45 | + |
| 46 | +Feb 13, 2021 v1.2.22 |
| 47 | +------------------ |
| 48 | +* fixes in Debug for Kint 3.3 |
| 49 | + |
| 50 | +Feb 13, 2021 v1.2.21 |
| 51 | +------------------ |
| 52 | +* Library updates |
| 53 | +* XOOPS standardization |
| 54 | +* Minor code cleanups |
| 55 | + |
| 56 | +Aug 18, 2020 v1.2.20 |
| 57 | +------------------ |
| 58 | +* \Xmf\Module\Helper\AbstractHelper::serializeForHelperLog() fix logging of a resource type |
| 59 | +* Unit test updates for latest version of Webmozart\Assert |
| 60 | + |
| 61 | +Feb 13, 2020 v1.2.19 |
| 62 | +------------------ |
| 63 | +* \Xmf\Yaml::read() eliminate PHP warning if specified file does not exist. |
| 64 | + |
| 65 | +Dec 1, 2019 v1.2.18 |
| 66 | +------------------ |
| 67 | +* PHP 7.4 ready |
| 68 | +* fix error in Database\Table::loadTableFromYamlFile() |
| 69 | +* add Uuid::packAsBinary() and Uuid::unpackBinary() methods |
| 70 | +* add Module/Helper/GenericHelper::uploadPath() and uploadUrl() methods |
| 71 | +* add proxy support in IPAddress::fromRequest(); |
| 72 | + |
| 73 | +Mar 27, 2019 v1.2.17 |
| 74 | +------------------ |
| 75 | +- Docblock corrections |
| 76 | + |
| 77 | +Nov 29, 2018 v1.2.16 |
| 78 | +------------------ |
| 79 | +- Fix database column quoting |
| 80 | + |
| 81 | +Oct 1, 2018 v1.2.15 |
| 82 | +------------------ |
| 83 | +- Fix database column quoting for prefix indexes |
| 84 | +- Add dirname() method to helper classes |
| 85 | +- Changes Request::hasVar() default for $hash to 'default' |
| 86 | + |
| 87 | +Mar 30, 2018 v1.2.14 |
| 88 | +------------------ |
| 89 | +- add serialization to non-scalar log data |
| 90 | +- improved handling of custom key storage |
| 91 | +- add some unit testing |
| 92 | +- add roave/security-advisories requirement to catch security issues at build time |
| 93 | +- Synchronization with XoopsCore |
| 94 | + |
| 95 | +Nov 12, 2017 v1.2.12 |
| 96 | +------------------ |
| 97 | +- updates the supporting Kint library to version 2.2. |
| 98 | + |
| 99 | +Nov 12, 2017 v1.2.11 |
| 100 | +------------------ |
| 101 | +- adds support for UUID generation using the Xmf\Uuid class. |
| 102 | + |
| 103 | +Jul 24, 2017 v1.2.10 |
| 104 | +------------------ |
| 105 | +- fixes issues in Xmf\Random appearing under PHP 7.1. Xmf\Random will now avoid the mcrypt extension if at all possible, and use the native random_bytes() function in PHP 7+. |
| 106 | + |
| 107 | +May 19, 2017 v1.2.9 |
| 108 | +------------------ |
| 109 | +- fixes issues in Xmf\Highlighter and Xmf\Metagen |
| 110 | + |
| 111 | +May 7, 2017 v1.2.8 |
| 112 | +------------------ |
| 113 | +- add a missing option in \Xmf\Module\Helper\Permission::checkPermission() |
| 114 | + |
| 115 | +Apr 29, 2017 v1.2.7 |
| 116 | +------------------ |
| 117 | +- fixes issue with Xmf\Metagen::generateSeoTitle |
| 118 | + |
| 119 | +Apr 18, 2017 v1.2.6 |
| 120 | +------------------ |
| 121 | +- fixes issues with Xmf\Request::MASK_ALLOW_HTML |
| 122 | + |
| 123 | +Apr 3, 2017 v1.2.5 |
| 124 | +------------------ |
| 125 | +- updates to kint-php/kint |
| 126 | + |
| 127 | +Mar 6, 2017 v1.2.4 |
| 128 | +------------------ |
| 129 | +- adds Xmf\Assert |
| 130 | + |
| 131 | +Mar 3, 2017 v1.2.3 |
| 132 | +------------------ |
| 133 | +- synchronizes some minor docblock changes |
| 134 | + |
| 135 | +Feb 25, 2017 v1.2.2 |
| 136 | +------------------ |
| 137 | +- corrects issues with Yaml:readWrapped() |
| 138 | + |
| 139 | +Nov 2, 2016 v1.2.0 |
| 140 | +------------------ |
| 141 | +- Separates the stop word logic from MetaGen into a new StopWords class |
| 142 | +- Deprecates MetaGen::checkStopWords() |
| 143 | + |
| 144 | +Sep 11, 2016 v1.1.4 |
| 145 | +------------------ |
| 146 | +- #17 Handle non-ascii text in Metagen::generateKeywords() |
| 147 | + |
| 148 | +Aug 13, 2016 v1.1.3 |
| 149 | +------------------ |
| 150 | +- Fix #15 XoopsRequest class not found in StripSlashesRecursive method |
| 151 | + |
| 152 | +Aug 6, 2016 v1.1.2 |
| 153 | +------------------ |
| 154 | +- Fix #13 Can't check isUserAdmin on Anonymous |
| 155 | + |
| 156 | +Jul 28, 2016 v1.1.1 |
| 157 | +------------------ |
| 158 | +- firebase/php-jwt to 4.0.0 |
| 159 | +- Bump min PHP to 5.3.9 to allow symfony/yaml 2.8.* |
| 160 | + |
| 161 | +Jul 14, 2016 v1.1.0 |
| 162 | +------------------ |
| 163 | +- Add Xmf\Database\Migrate class to provide schema synchronization capabilities for modules. |
| 164 | +- Bug fixes in Xmf\Database\Tables including option to disable automatic quoting of values in update() and insert() to support using column functions instead of only scalars |
| 165 | + |
4 | 166 | 01-Jun-2016 V1.0.2
|
5 | 167 | ------------------
|
6 | 168 | - fix issues with file name validation in Xmf\Language::loadFile()
|
|
0 commit comments