Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Sep 29, 2019
1 parent 7a66288 commit ea24810
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .horde.yml
Expand Up @@ -2,7 +2,9 @@
id: Text_Diff
name: Text_Diff
full: Text diff generation and rendering library
description: A library that provides a text-based diff engine and renderers for multiple diff output formats.
description: >-
A library that provides a text-based diff engine and renderers for multiple
diff output formats.
list: dev
type: library
homepage: https://www.horde.org/libraries/Horde_Text_Diff
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -17,7 +17,7 @@
}
],
"version": "2.2.1",
"time": "2017-11-14",
"time": "2019-09-29",
"repositories": [
{
"type": "pear",
Expand All @@ -43,4 +43,4 @@
"Horde_Text_Diff": "lib/"
}
}
}
}
2 changes: 1 addition & 1 deletion doc/Horde/Text/Diff/changelog.yml
Expand Up @@ -4,7 +4,7 @@
state:
release: stable
api: stable
date: 2017-10-20
date: 2019-09-29
license:
identifier: LGPL-2.1
uri: http://www.horde.org/licenses/lgpl21
Expand Down
6 changes: 3 additions & 3 deletions package.xml
Expand Up @@ -4,7 +4,7 @@
<channel>pear.horde.org</channel>
<extends>Text_Diff</extends>
<summary>Text diff generation and rendering library</summary>
<description>A text-based diff engine and renderers for multiple diff output formats.</description>
<description>A library that provides a text-based diff engine and renderers for multiple diff output formats.</description>
<lead>
<name>Jan Schneider</name>
<user>jan</user>
Expand All @@ -17,7 +17,7 @@
<email>chuck@horde.org</email>
<active>no</active>
</lead>
<date>2017-11-14</date>
<date>2019-09-29</date>
<version>
<release>2.2.1</release>
<api>1.2.0</api>
Expand Down Expand Up @@ -478,7 +478,7 @@
<release>stable</release>
<api>stable</api>
</stability>
<date>2017-10-20</date>
<date>2019-09-29</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mjr] Fix incorrect class name (PR #2, FGIKCM).
Expand Down

3 comments on commit ea24810

@caugner
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mrubinsk Allow me to ask whether horde/Text_Diff 2.2.1 is published somewhere? I cannot seem to find it, neither on PEAR nor on Packagist.

Asking, because we're getting those Deprecated: assert(): Calling assert() with a string argument is deprecated errors which have been fixed in bd9b0e0 and release in Text_Diff 2.2.0.

@mrubinsk
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mrubinsk Allow me to ask whether horde/Text_Diff 2.2.1 is published somewhere? I cannot seem to find it, neither on PEAR nor on Packagist.

Asking, because we're getting those Deprecated: assert(): Calling assert() with a string argument is deprecated errors which have been fixed in bd9b0e0 and release in Text_Diff 2.2.0.

It's on https://pear.horde.org, like all of our pear packages.

@caugner
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, thanks! I thought there were plans of migrating Horde to Packagist after Composer v2 dropped support for custom PEAR repositories.

@mrubinsk Can you recommend any way (a plugin?) to install Horde PEAR package alongside a Composer v2 project, without using PEAR directly?

Please sign in to comment.