Skip to content

Commit

Permalink
Create CHANGES for all components.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 27, 2017
1 parent f1960b9 commit aee9a56
Show file tree
Hide file tree
Showing 2 changed files with 173 additions and 2 deletions.
169 changes: 169 additions & 0 deletions doc/Horde/Service/Twitter/CHANGES
@@ -0,0 +1,169 @@
----------
v2.1.7-git
----------


------
v2.1.6
------

[jan] Mark PHP 7 as supported.


------
v2.1.5
------

[mjr] Remove obsolete end_session endpoint.


------
v2.1.4
------

[jan] Fix issues with certain locales like Turkish.


------
v2.1.3
------

[mjr] Fix fatal error when using pecl_http2.


------
v2.1.2
------

[jan] Add Composer definition.


------
v2.1.1
------

[mjr] Fix fetching user mentions.


------
v2.1.0
------

[mjr] Use API version 1.1
[mjr] Add support for favorites.


------
v2.0.3
------

[mjr] Fix initial authentication for recently changed Twitter API requirements
(Bug #12165).


------
v2.0.2
------

[jan] Fix examples location.


------
v2.0.1
------

[jan] Re-packaged 2.0.0 release.


------
v2.0.0
------

First stable release for Horde 5.


-----------
v2.0.0beta1
-----------

First beta release for Horde 5.


------------
v2.0.0alpha1
------------

First alpha release for Horde 5.
[mjr] Update API endpoints.


------
v1.1.4
------

[mjr] Update API endpoints.


------
v1.1.3
------

[gwr] Fixed posting tweets.


------
v1.1.2
------

[mjr] Fix generating OAuth request when multiple URL parameters are passed.


------
v1.1.1
------

[mjr] Fix oauth endpoints to reflect Twitter's new requirements for https
requests.


------
v1.1.0
------

[jan] Add CLI client example.
[jan] Add Horde_Services_Twitter::create() factory method.


------
v1.0.0
------

First stable release for Horde 4.


---------
v1.0.0RC2
---------

Second release candidate for Horde 4.


---------
v1.0.0RC1
---------

First release candidate for Horde 4.


-----------
v1.0.0beta1
-----------

First beta release for Horde 4.


------------
v1.0.0alpha1
------------

First alpha release for Horde 4.
6 changes: 4 additions & 2 deletions package.xml
Expand Up @@ -10,7 +10,7 @@
<email>mrubinsk@horde.org</email>
<active>yes</active>
</lead>
<date>2017-10-17</date>
<date>2017-10-27</date>
<version>
<release>2.1.7</release>
<api>2.1.0</api>
Expand All @@ -32,6 +32,7 @@
<file name="twitter_browser.php" role="doc" />
<file name="twitter_cli.php" role="doc" />
</dir> <!-- /doc/Horde/Service/Twitter/examples -->
<file name="CHANGES" role="doc" />
</dir> <!-- /doc/Horde/Service/Twitter -->
</dir> <!-- /doc/Horde/Service -->
</dir> <!-- /doc/Horde -->
Expand Down Expand Up @@ -116,6 +117,7 @@
</dependencies>
<phprelease>
<filelist>
<install as="CHANGES" name="doc/Horde/Service/Twitter/CHANGES" />
<install as="examples/twitter_browser.php" name="doc/Horde/Service/Twitter/examples/twitter_browser.php" />
<install as="examples/twitter_cli.php" name="doc/Horde/Service/Twitter/examples/twitter_cli.php" />
<install as="Horde/Service/Twitter.php" name="lib/Horde/Service/Twitter.php" />
Expand Down Expand Up @@ -450,7 +452,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2017-10-17</date>
<date>2017-10-27</date>
<license uri="http://www.horde.org/licenses/bsd">BSD-2-Clause</license>
<notes>
</notes>
Expand Down

0 comments on commit aee9a56

Please sign in to comment.