Skip to content

Commit

Permalink
Version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
King2500 committed May 3, 2015
1 parent 265ad25 commit b66ad52
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

### 1.0.4
* Changed date format info for 'W' ([#1](https://github.com/King2500/PhpAdvancedAutoComplete/pull/1))
* Fixed StringIndexOutOfBoundsException: String index out of range ([#2](https://github.com/King2500/PhpAdvancedAutoComplete/issues/2))

### 1.0.3
* Added support for date and time format characters for date_format, DateTime::format, DateTime::createFromFormat,
date_create_from_format, strftime, gmstrftime and strptime
Expand Down
8 changes: 7 additions & 1 deletion META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin version="2">
<id>net.king2500.plugins.PhpAdvancedAutoComplete</id>
<name>PHP Advanced AutoComplete</name>
<version>1.0.3</version>
<version>1.0.4</version>
<vendor email="[email protected]" url="https://github.com/King2500/PhpAdvancedAutoComplete">Thomas Schulz</vendor>

<description><![CDATA[
Expand Down Expand Up @@ -42,6 +42,12 @@

<change-notes><![CDATA[
<h2>1.0.4</h2>
<ul>
<li>Changed date format info for 'W' (<a href="https://github.com/King2500/PhpAdvancedAutoComplete/pull/1">#1</a>)</li>
<li>Fixed StringIndexOutOfBoundsException: String index out of range (<a href="https://github.com/King2500/PhpAdvancedAutoComplete/issues/2">#2</a>)</li>
</ul>
<h2>1.0.3</h2>
<ul>
<li>Added support for date and time format characters for date_format, DateTime::format, DateTime::createFromFormat,
Expand Down
Binary file modified PhpAdvancedAutoComplete.jar
Binary file not shown.

0 comments on commit b66ad52

Please sign in to comment.