Prepare 0.5.2 v0.5.2
authorChristian Weiske <cweiske@cweiske.de>
Sat, 28 Oct 2017 13:15:57 +0000 (15:15 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Sat, 28 Oct 2017 13:15:57 +0000 (15:15 +0200)
ChangeLog
build.xml
src/shpub/Cli.php

index abd9b0db52664bd2803824f0be45ae8e2b5e515c..205321c9831ba00a5b80bdab32ff6e6c5b851a10 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-10-28  Christian Weiske  <cweiske@cweiske.de>
+
+       * Fix handling of auth URLs with "?" in them
+       * Version 0.5.2
+
 2017-08-28  Christian Weiske  <cweiske@cweiske.de>
 
        * Fix version output: Show correct version
 2017-08-28  Christian Weiske  <cweiske@cweiske.de>
 
        * Fix version output: Show correct version
index 8cb1392c53fd5713eba68a9f3a30e19fc794602e..7c8ac5d6d27e8309e3e4a4abf75da01a547eaa47 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=".">
 
 <?xml version="1.0" encoding="utf-8"?>
 <project name="shpub" default="phar" basedir=".">
 
- <property name="version"  value="0.5.1" />
+ <property name="version"  value="0.5.2" />
  <property name="pharfile" value="${phing.dir}/dist/${phing.project.name}-${version}.phar" />
  <property name="libdir" value="${phing.dir}/lib"/>
 
  <property name="pharfile" value="${phing.dir}/dist/${phing.project.name}-${version}.phar" />
  <property name="libdir" value="${phing.dir}/lib"/>
 
index a7e658d1d856ad66e9b95183f17dd4ee9bfe2739..04ef97495ef98dcf59b0513e52ccf9ea279366f7 100644 (file)
@@ -95,7 +95,7 @@ class Cli
         $optParser = new \Console_CommandLine();
         $optParser->name        = 'shpub';
         $optParser->description = 'Command line micropub client';
         $optParser = new \Console_CommandLine();
         $optParser->name        = 'shpub';
         $optParser->description = 'Command line micropub client';
-        $optParser->version     = '0.5.1';
+        $optParser->version     = '0.5.2';
         $optParser->subcommand_required = true;
 
         $optParser->addOption(
         $optParser->subcommand_required = true;
 
         $optParser->addOption(