All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Option To Trigger Ajax For Non Logged in users if ajax is set to
single=>true
- Minor Bug
- Changed some methods from normal to final.
has_post
- method made publichas_get
- method made publichas_request
- method made publicvalidate_request
- method made public
json_error($data,$status_code)
-> Triggerswp_send_json_error
json_success($data,$status_code)
-> Triggerswp_send_json_success
validate_post($key,$error)
-> Checks if given key is exits in $_POST if not send an errorvalidate_get($key,$error)
-> Checks if given key is exits in $_GET if not send an error
class_exists
checks in php
- Updated
- Added Single Ajax Request Option.
- Issue With Autoloader Fixed.
- Composer PSR4 Standards Autoloader Support
- Composer Autoload Support