Released Version 1.78.0

We deployed a new stable n98-magerun version with some internal changes which are great if you are developing custom database driven commands.
The new version contains also some minor features and uncritical bugfixes.

New Database Helper

In some cases it’s useful to run commands directly on your database. In the past it was usual to extend the class AbstractDatabaseCommand and call methods like _getConnection which returns a PDO Object.

We now ported all methods of this abstract class to a new console helper which can be called in command context.
It’s very easy to use the database functions.

Example:

(more…)

New release 1.75.0

A new n98-magerun release spreads the world. Here are some details about the new release: Internal Symfony packages updated The Symfony compontents i.e. the embedded Console component are all updated to current release 2.3.3. The console component comes with a new table helper. We replaced all internal calls to our Read more