- Pestle 1.1.1 Released
- Pestle 1.1.2 Released
- Magento 2 Setup Migration Scripts
- Pestle 1.2.1 Released
- Sending Text Messages with PHP, pestle, and Nexmo
- Pestle 1.3 and AbstractModel UI Generation
- Pestle 1.4.1 and the Merits of Inheritance
- Pestle 1.4.4 Released
- Pestle Docs Done (for now)
- Pestle 1.4.2 Now Available
- Installing Pestle via. Homebrew
- Pestle 1.5.2 Released
We can neither confirm nor deny that we’re filled with a positive emotion that PR folks typically call excitement or happiness that pestle 1.1.2 is now available. Existing pestle users should be able to run
pestle.phar selfupdate
and pestle will update itself. If you’re new to pestle the GitHub README has the low-down on why you’ll want it, and how to install it. If you run into any problems getting started please let us know via the GitHub issues — we promise we won’t open a cryptic PEST-XXXX jira issue.
The 1.1.2 release is the result of last week’s sprint. The biggest feature is a magento2:generate:schema-upgrade
command, which will automatically generate UpgradeSchema
and UpgradeData
classes that implement M1 style versioned migration scripts. The most embarrassing-that-we-needed-it feature is pestle
now responds to common unix version flags.
$ pestle.phar -v
pestle Ver 1.1.2
$ pestle.phar --version
pestle Ver 1.1.2
$ pestle.phar version
pestle Ver 1.1.2
We also fixed typos reported by Peter Jaap Blaakmeer. My being copy-edited by someone whose official native language is Dutch is very on-brand.
There’s also a new command to remove a named block from any XML file — useful for XML surgery if you’re scripting pestle.
Finally, there’s one less chance you’ll hit the Cannot redeclare ...
exceptions after a pestle upgrade.
Thanks to all bug reporters, contributors, and commenters. Keep the feedback coming.