You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented WAI-ARIA to allow class-less styling of HTML markup.
Improved Genome and Page classes to make it possible to inherit (fake) methods and (fake) properties from the parent class automatically.
Improved z() function to properly export objects in the form of stdClass and any class instance that have __set_state() method declared in it.
Loaded extensions and layouts in a try/catch block for safety.
Moved alert, art and form feature to a separate extension.
Moved To::{description,sentence,title}() methods to page extension.
Moved core extensions and layouts out of the repository and converted them into git sub-modules.
Refactored function has() to make it more useful along with get(), let(), and set() functions.
Removed $html option in To::description() (previously was To::excerpt()). People who want to make page excerpt without HTML should be able to easily remove all the HTML markup from the input first, before using this function.
Removed 404.php file requirement for layout.
Removed clean, d, i, port property from URL class.
Renamed From::dec() and From::hex() to From::entity().
Renamed To::dec() and To::hex() to To::entity().
Renamed To::excerpt() to To::description().
Renamed class Anemon to Anemone.
Renamed constant DS to D.
Renamed constant ROOT to PATH.
Renamed function anemon() to anemone().
Standardized PHP $_POST data that was merged from $_FILES data which now contains from (in place of full_path), name, path (in place of tmp_name), size, status (in place of error) and type properties.