Prepare 0.4.0 v0.4.0
authorChristian Weiske <cweiske@cweiske.de>
Sat, 1 Apr 2017 11:22:30 +0000 (13:22 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Sat, 1 Apr 2017 11:22:30 +0000 (13:22 +0200)
ChangeLog
README.rst
build.xml

index e0bf898e7500617145195ea7b521153b70ac4adc..38d5dc91cd4999025471f06969297776df1a879b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2017-04-01  Christian Weiske  <cweiske@cweiske.de>
+
+       * New command: (syndication) targets
+       * Add JSON auth response handling (aaronpk)
+       * Add scope parameter to connect command (aaronpk)
+       * Fix authentication: Send grant_type (aaronpk)
+       * Fix JSON "type" format (aaronpk)
+       * Fix JSON HTML content format
+       * Fix RSVP type (aaronpk)
+       * Fix missing PEAR.php in .phar
+       * Version 0.4.0
+
 2016-09-23  Christian Weiske  <cweiske@cweiske.de>
 
        * Improved URL file upload type detection
index 4e1d5485189a3282db33481e6a895bce5b6228af..35dfccab91804f34a461ef749c32e1e29dfbd44d 100644 (file)
@@ -139,6 +139,19 @@ Existing posts can be modified if the `server supports this`__::
 __ https://indieweb.org/Micropub/Servers#Implementation_status
 
 
+===================
+Syndication targets
+===================
+You may list the syndication targets defined on the server::
+
+    $ ./bin/shpub.php targets
+    IndieNews
+     https://news.indieweb.org/en
+
+Then specify it when creating a post::
+
+    $ ./bin/shpub.php article -x mp-syndicate-to=https://news.indieweb.org/en title text
+
 ============
 File uploads
 ============
index e2307b0e42c318690b18646ad9a67c18cd005967..3b29f86d2cebcf842a48a8e2ba5cbf3a049d0e3f 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <project name="shpub" default="phar" basedir=".">
 
- <property name="version"  value="0.3.0" />
+ <property name="version"  value="0.4.0" />
  <property name="pharfile" value="${phing.dir}/dist/${phing.project.name}-${version}.phar" />
  <property name="libdir" value="${phing.dir}/lib"/>