Contact Listing for WP Job Manager - Version 1.0.3.1

Version Description

Download this release

Release Info

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

Code changes from version 1.0.3 to 1.0.3.1

includes/forms/ninjaforms.php CHANGED
@@ -51,7 +51,7 @@ class Astoundify_Job_Manager_Contact_Listing_Form_NinjaForms extends Astoundify_
51
  *
52
  * @return string The email to notify.
53
  */
54
- public function notification_email($one, $two, $three) {
55
  global $ninja_forms_processing;
56
 
57
  $form_id = $ninja_forms_processing->get_form_ID();
51
  *
52
  * @return string The email to notify.
53
  */
54
+ public function notification_email($one = null, $two = null, $three = null) {
55
  global $ninja_forms_processing;
56
 
57
  $form_id = $ninja_forms_processing->get_form_ID();
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.3
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.3: August 12, 2014 =
79
 
80
  * Fix: Make sure Ninja Forms add_action() accepts all arguments
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.1
11
  License: GPLv3
12
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
13
 
75
 
76
  == Changelog ==
77
 
78
+ = 1.0.3.1: August 12, 2014 =
79
+
80
+ * Fix: Make sure Ninja Forms add_action() abstract doesn't fail.
81
+
82
  = 1.0.3: August 12, 2014 =
83
 
84
  * Fix: Make sure Ninja Forms add_action() accepts all arguments
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.3
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.1
9
  * Text Domain: wp-job-manager-contact-listing
10
  */
11