Contact Listing for WP Job Manager - Version 1.0.3

Version Description

Download this release

Release Info

Developer adampickering
Plugin Icon wp plugin Contact Listing for WP Job Manager
Version 1.0.3
Comparing to
See all releases

Code changes from version 1.0.2 to 1.0.3

includes/forms/ninjaforms.php CHANGED
@@ -28,7 +28,7 @@ class Astoundify_Job_Manager_Contact_Listing_Form_NinjaForms extends Astoundify_
28
  */
29
  public function setup_actions() {
30
  add_action( 'job_manager_contact_listing_form_ninjaforms', array( $this, 'output_form' ) );
31
- add_action( 'ninja_forms_email_admin', array( $this, 'notification_email' ) );
32
  }
33
 
34
  /**
28
  */
29
  public function setup_actions() {
30
  add_action( 'job_manager_contact_listing_form_ninjaforms', array( $this, 'output_form' ) );
31
+ add_action( 'ninja_forms_email_admin', array( $this, 'notification_email' ), 10, 3 );
32
  }
33
 
34
  /**
readme.txt CHANGED
@@ -7,7 +7,7 @@ Contributors: spencerfinnell
7
  Tags: job, job listing, job apply, gravity forms, wp job manager, gravity forms, gravityforms, ninja forms, ninjaforms, contact form 7, cf7
8
  Requires at least: 3.5
9
  Tested up to: 3.9.1
10
- Stable Tag: 1.0.2
11
  License: GPLv3
12
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
13
 
@@ -75,6 +75,10 @@ If you have purchased Jobify and still have questions, please post on our dedica
75
 
76
  == Changelog ==
77
 
 
 
 
 
78
  = 1.0.2: August 5, 2014 =
79
 
80
  * Fix: Make sure the correct instance of Contact Form 7 submission form is always found.
7
  Tags: job, job listing, job apply, gravity forms, wp job manager, gravity forms, gravityforms, ninja forms, ninjaforms, contact form 7, cf7
8
  Requires at least: 3.5
9
  Tested up to: 3.9.1
10
+ Stable Tag: 1.0.3
11
  License: GPLv3
12
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
13
 
75
 
76
  == Changelog ==
77
 
78
+ = 1.0.3: August 12, 2014 =
79
+
80
+ * Fix: Make sure Ninja Forms add_action() accepts all arguments
81
+
82
  = 1.0.2: August 5, 2014 =
83
 
84
  * Fix: Make sure the correct instance of Contact Form 7 submission form is always found.
wp-job-manager-contact-listing.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Contact job listings or resume listings with your choice of Gravity Forms, Ninja Forms, or Contact Form 7
6
  * Author: Astoundify
7
  * Author URI: http://astoundify.com
8
- * Version: 1.0.2
9
  * Text Domain: wp-job-manager-contact-listing
10
  */
11
 
5
  * Description: Contact job listings or resume listings with your choice of Gravity Forms, Ninja Forms, or Contact Form 7
6
  * Author: Astoundify
7
  * Author URI: http://astoundify.com
8
+ * Version: 1.0.3
9
  * Text Domain: wp-job-manager-contact-listing
10
  */
11