Skip to content

Commit

Permalink
Version 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
psthmn committed Oct 4, 2015
2 parents bfa8e50 + 7f6eea1 commit 0622ac8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "dd/modxevo-library-ddtools",
"type": "modxevo-library-ddtools",
"description": "A library with various tools facilitating your work.",
"keywords": ["modx", "modx evo", "modx evolution", "ddtools"],
"homepage": "http://code.divandesign.biz/modx/ddtools",
"license": "MIT",
"require": {
"php": ">=5.3.0",
"dd/composer-plugin-modxevo-library-ddtools-installer": "~1.0"
},
"autoload": {
"files": ["modx.ddtools.class.php"]
}
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php
/**
* modx ddTools class
* @version 0.13.3 (2015-09-17)
* @version 0.14 (2015-10-04)
*
* @uses modx 1.0.10 (Evo)
*
* @link http://code.divandesign.biz/modx/ddtools/0.13.2
* @link http://code.divandesign.biz/modx/ddtools/0.14
*
* @copyright 2015, DivanDesign
* http://www.DivanDesign.biz
Expand Down

0 comments on commit 0622ac8

Please sign in to comment.