Skip to content

Commit

Permalink
Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronef committed Apr 28, 2020
1 parent 7d78eef commit 0d74768
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# (MODX)EvolutionCMS.libraries.ddTools changelog


## Version 0.33 (2020-04-28)
* \+ `\DDTools\ObjectTools::extend`: Arrays can also be extended.
* \* CHANGELOG: Fixed misprints.


## Version 0.32 (2020-04-25)
* \* `\ddTools::verifyRenamedParams`:
* \* Pass-by-name style is used (with backward compatibility).
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dd/modxevo-library-ddtools",
"type": "modxevo-library-ddtools",
"version": "0.32.0",
"version": "0.33.0",
"description": "A library with various tools facilitating your work.",
"keywords": [
"modx",
Expand Down
2 changes: 1 addition & 1 deletion modx.ddtools.class.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* EvolutionCMS.libraries.ddTools
* @version 0.32 (2020-04-25)
* @version 0.33 (2020-04-28)
*
* @see README.md
*
Expand Down

0 comments on commit 0d74768

Please sign in to comment.