Releases: 10quality/wpmvc-commands
Releases · 10quality/wpmvc-commands
Version 1.1.1
Changelog
- Composer 2.0 support.
Version 1.1.0
Changelog
- Bug fixes ( thanks to @garretthyder )
- Text domain can now be configured through
SetCommand
and duringSetupCommand
. - 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
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
Version 1.0.3
First completed commands.
Version 0.8.3
Version 0.8.3
Alternative models.
Version 0.8.2
Version 0.8.2
Added features.
Version 0.8.1
Version 0.8.1
- Theme check fixes.
- Implementation fixes.
Release Version 0.8.0
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
Version 0.3.1
New framework folder structure support.
Release Version 0.3.0
Version 0.3.0
Initial release. under development for version 1.0.0