All notable changes to this project will be documented in this file.
- Document Object construct now accepts parameters for creating a document.
- Document Object now has a subtitle property.
- Resources Queue Library.
- Bootstrap view files.
- Corrected Queue Library exception message thrown when missing position identifier.
- Corrected Metatag Queue Library array key in the render method.
- CodeIgniter 4 Layout Library to Render the Bootstrap 4 Layout.
- Document Object for storing information about documents and pages.
- Messages Queue Library now has add and remove methods.
- Layout Queue Library now has add and remove methods.
- Breadcrumbs Queue Library now has add and remove methods.
- Metatags Queue Library now has add and remove methods.
- Layout Queue Library now has a position identifier.
- Namespace for DeGeo classes now follow the filesystem structure.
- Layout Queue Library add method position parameter default is now null. Previously an empty string.
- Layout Queue Library add method layout array keys now use the internal identifiers.
- Layout Queue Library remove method now passes the position identifier as the key to the unqueue method.
- Layout Queue Library render method now accepts the data array as the first parameter and the echo output flag as the second parameter.
- Layout Queue Library render layout method now accepts a data array as the second parameter and extracts the data within the method.
- Queue Library now throws an exception if the data array parameter is not an array.
- Queue Library example.
- Messages Queue Library example.
- Hosts Library example.
- Queue Library now has a method to reverse sort the queue.
- Hosts Library randomizer now works as intended.
- Layout Library.
- Bootstrap 4 Layout Library.
- Hosts Library.
- Messages Queue Library.
- Breadcrumbs Queue Library.
- Metatags Queue Library.
- Queue Library now has an
empty
method.
- Queue Library.
- Layout Queue Library.