Releases: varunsridharan/wp-ajaxer
Releases · varunsridharan/wp-ajaxer
1.8.2
22 Jul 10:00
Compare
Sorry, something went wrong.
No results found
Added Option To Trigger Ajax For Non Logged in users if ajax is set to single=>true
1.8.1
20 Jun 05:15
Compare
Sorry, something went wrong.
No results found
1.8
20 Jun 04:59
Compare
Sorry, something went wrong.
No results found
Changed some methods from normal to final.
Made some methods public
has_post
has_get
has_request
validate_request
1.7
19 Jun 09:37
Compare
Sorry, something went wrong.
No results found
New Methods
json_error($data,$status_code) -> Triggers wp_send_json_error
json_success($data,$status_code) -> Triggers wp_send_json_success
validate_post($key,$error) -> Checks if given key is exits in $_POST if not send an error
validate_get($key,$error) -> Checks if given key is exits in $_GET if not send an error
1.6
07 May 05:24
Compare
Sorry, something went wrong.
No results found
updated php classes with `(!class_exists)`
1.5
07 May 03:43
Compare
Sorry, something went wrong.
No results found
1.4
13 Apr 12:23
Compare
Sorry, something went wrong.
No results found
Added Single Ajax Request Option.
1.3
14 Jan 07:55
Compare
Sorry, something went wrong.
No results found
Issue With Autoloader Fixed.
Released V 1.2
20 Dec 04:21
Compare
Sorry, something went wrong.
No results found
Updated composer.json With PSR4 Standards Autoloader
Released V 1.1
20 Dec 02:49
Compare
Sorry, something went wrong.
No results found
Added Composer.json Auto load Support