Skip to content

Releases: 10quality/wpmvc-commands

Version 1.1.1

09 Jan 08:05
Compare
Choose a tag to compare

Changelog

  • Composer 2.0 support.

Version 1.1.0

09 Jan 07:28
Compare
Choose a tag to compare

Changelog

  • Bug fixes ( thanks to @garretthyder )
  • Text domain can now be configured through SetCommand and during SetupCommand.
  • Initial attempt to generate POT file. GenerateCommand created. Although it will not be added to the framework yet.
  • Hook related methods had its comments changed. (See "Hook comment change" below).
  • Unit testing.

Hook comment change

From:

/**
 * Action "init"
 * Wordpress hook.
 * Ayuco....
 * @since fill
 */

To:

/**
 * Ayuco....
 * @since fill
 *
 * @hook init
 */

Version 1.0.4

21 Apr 18:49
Compare
Choose a tag to compare

Version 1.0.4

  • SetCommand
  • Set version
  • Template changes

SetCommand

SetCommand has been added, Future usage planned.

Set version

Ability to change package version via ayuco. Sample:

php ayuco set version:1.0.5

Template changes

style.css now defaults to version 1.0.0 instead of just 1.0.

Version 1.0.3

28 Feb 19:01
Compare
Choose a tag to compare

Version 1.0.3

First completed commands.

Version 0.8.3

12 Feb 22:41
Compare
Choose a tag to compare

Version 0.8.3

Alternative models.

Version 0.8.2

27 Oct 21:54
Compare
Choose a tag to compare

Version 0.8.2

Added features.

Version 0.8.1

25 Oct 23:43
Compare
Choose a tag to compare

Version 0.8.1

  • Theme check fixes.
  • Implementation fixes.

Release Version 0.8.0

25 Oct 20:50
Compare
Choose a tag to compare

Version 0.8.0

A more complete version of commands.

Change log

  • CreateCommand
  • RegisterCommand
  • AddCommand

CreateCommand

Creation of models, views and controllers.

Here some examples:
model

php ayuco create model:Post

view

php ayuco create view:post.gallery.item

controller

php ayuco create controller:PostController@save

RegisterCommand

Registers objects into wordpress.

Here some examples:
widget

php ayuco register widget:CustomWidget

post types

php ayuco register type:book Book BookController

Release Version 0.3.1

26 Sep 20:37
Compare
Choose a tag to compare

Version 0.3.1

New framework folder structure support.

Release Version 0.3.0

19 Sep 23:08
Compare
Choose a tag to compare

Version 0.3.0

Initial release. under development for version 1.0.0