Skip to content

Commit

Permalink
[mms] Javascript minification has been deprecated and moved to the Ho…
Browse files Browse the repository at this point in the history
…rde_JavascriptMinify package.
  • Loading branch information
slusarz committed Jan 22, 2014
1 parent cde6241 commit 6a71c58
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Expand Up @@ -8,10 +8,11 @@
* See the enclosed file COPYING for license information (LGPL). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Text_Filter
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @deprecated Use Horde_JavascriptMinify package instead.
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Text_Filter
*/
class Horde_Text_Filter_JavascriptMinify extends Horde_Text_Filter_Base
{
Expand Down
4 changes: 2 additions & 2 deletions framework/Text_Filter/package.xml
Expand Up @@ -33,7 +33,7 @@
</stability>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
* [mms] Javascript minification has been deprecated and moved to the Horde_JavascriptMinify package.
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -1007,7 +1007,7 @@ Initial release as a PEAR package
<date>2013-11-19</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
* [mms] Javascript minification has been deprecated and moved to the Horde_JavascriptMinify package.
</notes>
</release>
</changelog>
Expand Down

0 comments on commit 6a71c58

Please sign in to comment.