Skip to content

Releases: wearenolte/loader

CodeSniffer version update

21 Dec 19:11
cc82e3c
Compare
Choose a tag to compare
Merge pull request #15 from wearenolte/php8-composer-update

Update composer & libraries

Add PHP 8.0 support

16 Dec 14:41
Compare
Choose a tag to compare
  • Update composer and PHP libraries
  • Require PHP >=7.4 or >=8.0

Allow variable set of arguments

24 Jul 15:08
Compare
Choose a tag to compare

With the new change introduced on #13 it allows the option to send any number of sets of arguments to the partial every set is merged into a single set that is finally passed to the partial this can be helpful when you have automatic data from a field that you want to overwrite on the next set.

This also helps to close #12

Allow usage on child themes

30 May 01:01
Compare
Choose a tag to compare
  • Long story short make the initial path to match the child theme if that's the case otherwise it will keep working exactly the same if is not a child theme. (See #8).

  • Also fixes a small issue on the documentation missing a comma on the example.

  • Add mention of autoload.php before the usage of the loader.

Fix Exception error

02 May 20:13
Compare
Choose a tag to compare

There was an error when the file was not found and the Exception was fired, it was looking for the Exception class inside of the Lean namespace. Now it specify the usage of global Exceptiption class.

Small improvements

21 Nov 04:28
Compare
Choose a tag to compare
  • Documentation update
  • Remove not required lines of code
  • Fix #1
  • Show more meaningful error messages if WP_DEBUG is enabled.

Fix dependency hell

10 Sep 00:04
Compare
Choose a tag to compare

Remove not required dependencies that was causing issues at the moment to load the dependency from another project, plus the conflict dependency was not even required for this project.

Project information updates

26 May 15:06
Compare
Choose a tag to compare

Updates on some information of the project:

  • Homepage on composer.json

Update namespaces

26 Apr 15:27
Compare
Choose a tag to compare
  • Update namespaces form Leean to Lean
  • Update package name from leean to lean.

Update namespace on composer.

08 Mar 17:39
Compare
Choose a tag to compare

Creates and updates the namespace of for the composer.json file.