Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@King2500 King2500 released this 22 Apr 01:03
· 43 commits to master since this release
  • Added completion support for DateTime constructor / DateTime::modify / strtotime DateTime notations
  • Added completion for environment variables in getenv() (#11)
  • Added support for DateTimeImmutable (DateTime formats and notations) (#12)
  • AutoPopup completion implemented
  • Improved file reference contributor
  • Updated HTTP header completion tokens
  • Changed HTTP header field completion to insert space char
  • Fixed HTTP header field completions after colon (#5)
  • Fixed full header completion in header_remove() function
  • Fixed prefixed completion for DateTime notations (also #5)
  • Fixed completion auto-popup for '-' char in date formats
  • Fixed date format infos for ISO-8601 weeks
  • Fixed duplicate completion entries when PHP Toolbox plugin is installed (#15)
  • Changes to compile against JDK 1.8 / PhpStorm 2019.1
  • Minimum IDEA version changed to 2018.2+