Skip to content

Releases: amostajo/wordpress-plugin-core

Release version 1.0.8

09 Jun 01:47

Choose a tag to compare

Version 1.0.8

  • Adds id to resize_image().

Release v1.0.7

04 Nov 15:42

Choose a tag to compare

Version 1.0.7

Change log:

  • Logger

Logger

Logger class addition.

Release v1.0.6

03 Nov 15:19

Choose a tag to compare

Version 1.0.6

Change log:

  • Cache bug fix
  • Folder naming

Cache bug fix

remember() needed a Closure type of parameter to achieve what was wanted.

Folder naming

Folders changes to consider case sensitivity on Linux based web servers.

Release v1.0.5

03 Nov 03:16

Choose a tag to compare

Version 1.0.5

Change log:

  • Cache support

Cache support

Core now support Cache via phpfastcache.

Release v1.0.4

28 Oct 00:12

Choose a tag to compare

Version 1.0.4

Change log:

  • Add-on support
  • Resize global function

Add-on support

WPP and WPT now support Add-ons. These are individual packages that can be included and configured in a template to add functionality. Add-ons support LightWeight MVC individually as well.

Read main repo page to understand how it works.

Resize function

Core adds resize_image global function for usage.
Future requested functions will reside here.

Release v1.0.3

18 Sep 20:47

Choose a tag to compare

Change log

Bug fixing.

Release v1.0.2

18 Sep 20:38

Choose a tag to compare

Change Log

  • View wrapper

View wrapper

Ability to display / echo a view directly by calling to $plugin->view(). This changes was made in order to enable some functionality for the new repo Wordpress Theme Template.

Release version 1.0.1

29 Jul 06:20

Choose a tag to compare

Version 1.0.1

Change log:

  • Composer requirements set to PHP 5.3.0

#PHP 5.3.0
PHP downgraded to 5.3.0 in requirements to support more Wordpress installations.

Version 1.0.0

20 Jul 21:19

Choose a tag to compare

Release Version 1.0.0

Initial release.