Skip to content

Releases: 10quality/wpmvc-core

Version 3.1.18

08 Feb 09:41
Compare
Choose a tag to compare

Changelog

  • generate command support.
  • Github workflow added.

Version 3.1.17

05 Jan 16:17
Compare
Choose a tag to compare

Changelog

  • Updated to support PHP 8 and PHPUNIT 9.

Version 3.1.16

21 Jul 16:41
Compare
Choose a tag to compare

Changelog

  • #31 Response fix.
  • #29 Polilang fix.

Version 3.1.15

12 Feb 03:20
Compare
Choose a tag to compare

Changelog

  • Ability to remove an action or filter from the bridge instance.

Version 3.1.14

10 Sep 23:19
Compare
Choose a tag to compare

Changelog

  • #25 Configuration settings can now be overwritten from wp-config.php by defining constants.
  • #23 Added exception helper.
  • #24 Autoenqueue priority can now be configured.

Version 3.1.13

26 Jun 07:54
Compare
Choose a tag to compare

Changelog

  • #22 Improvements.

Version 3.1.12

27 Apr 09:10
Compare
Choose a tag to compare

Changelog

Version 3.1.11

15 Feb 03:18
Compare
Choose a tag to compare

Changelog

  • Issues: #17 #16 #13
  • Added Request::all().
  • Unit testing.

Version 3.1.10.1

27 Jan 01:03
Compare
Choose a tag to compare

Changelog

  • Ayuco's PrettifyCommand command added.

Version 3.1.10

26 Jan 23:45
Compare
Choose a tag to compare

Changelog

  • Fixes regex on assets_url() and assets_path() that was not working on certain server configurations.
  • Fixes get_wp_home_path() WordPress file dependency.