Skip to content

Releases: varunsridharan/wp-ajaxer

1.8.2

22 Jul 10:00
dbf459a
Compare
Choose a tag to compare
  • Added Option To Trigger Ajax For Non Logged in users if ajax is set to single=>true

1.8.1

20 Jun 05:15
9df0302
Compare
Choose a tag to compare

Minor Bug Fixed

1.8

20 Jun 04:59
8d0450f
Compare
Choose a tag to compare
1.8
  • 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
59ad35c
Compare
Choose a tag to compare
1.7

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
6ec3c2e
Compare
Choose a tag to compare
1.6
updated php classes with `(!class_exists)`

1.5

07 May 03:43
71d8888
Compare
Choose a tag to compare
1.5

Updated

1.4

13 Apr 12:23
4c5cc02
Compare
Choose a tag to compare
1.4
  • Added Single Ajax Request Option.

1.3

14 Jan 07:55
9c89b67
Compare
Choose a tag to compare
1.3

Issue With Autoloader Fixed.

Released V 1.2

20 Dec 04:21
91f5ed2
Compare
Choose a tag to compare

Updated composer.json With PSR4 Standards Autoloader

Released V 1.1

20 Dec 02:49
e6cf87c
Compare
Choose a tag to compare

Added Composer.json Auto load Support