Skip to content

Releases: azeemhassni/pine

2.3.5

24 Nov 22:12
90f2fe7
Compare
Choose a tag to compare

What's new

  • Use new symfony components.

2.3.4

01 Jun 06:26
Compare
Choose a tag to compare

What's new

  • Now using wp-cli ^1.2
  • Symfony components are upgraded to ^3.2
  • few minor fixes

2.3.3

23 May 12:36
Compare
Choose a tag to compare

What's new

The Gulpfile was referencing js files from a wrong directory. so it's fixed now. Thanks to @imdadshafi

2.3.2

23 May 12:19
Compare
Choose a tag to compare

What's new

This release fixes few major bugs on windows

2.3.1

22 May 11:07
Compare
Choose a tag to compare

What's New

  • Fixes invalid path to wp-cli issue.

2.3

22 May 09:56
Compare
Choose a tag to compare
2.3

What's new

  • Pine now can configure and install wordpress for you
  • Improvements in stability

Behind the scenes pine uses wp-cli to install & configure WordPress.

2.3-beta

21 May 12:16
Compare
Choose a tag to compare
2.3-beta Pre-release
Pre-release

What's new

Will update this soon.

2.2.1

16 May 07:01
Compare
Choose a tag to compare

What's new

  • Minor fixes

2.2

15 May 12:28
Compare
Choose a tag to compare
2.2

What's new in 2.2

  • Now includes Gulpfile.js and package.json. Run with --npm to install node dependencies while creating project
  • Small fixes and improvements

Thanks to @usamamuneerchaudhary

2.1

09 May 11:48
Compare
Choose a tag to compare
2.1

What's new

  • Downloading WordPress now shows a progressbar. thanks to @JeyKeu
  • Now pine continues installing WordPress if the provided directory exists and is empty. thanks to @JeyKeu
  • Matches md5 hashes after downloading WordPress to avoid data corruption. thanks to @JeyKeu