Skip to content

Commit

Permalink
Change WPJM constant, tested up to and min WP version
Browse files Browse the repository at this point in the history
  • Loading branch information
gikaragia committed Nov 17, 2023
1 parent 6905bf2 commit e97a541
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: mikejolley, automattic, adamkheckler, alexsanford1, annezazu, cena, chaselivingston, csonnek, davor.altman, donnapep, donncha, drawmyface, erania-pinnera, fjorgemota, jacobshere, jakeom, jeherve, jenhooks, jgs, jonryan, kraftbj, lamdayap, lschuyler, macmanx, nancythanki, orangesareorange, rachelsquirrel, renathoc, ryancowles, richardmtl, scarstocea
Tags: job manager, job listing, job board, job management, job lists, job list, job, jobs, company, hiring, employment, employer, employees, candidate, freelance, internship, job listings, positions, board, application, hiring, listing, manager, recruiting, recruitment, talent
Requires at least: 6.1
Tested up to: 6.3
Tested up to: 6.4
Requires PHP: 7.2
Stable tag: 2.0.0
License: GPLv3
Expand Down
6 changes: 3 additions & 3 deletions wp-job-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
* Version: 2.0.0
* Author: Automattic
* Author URI: https://wpjobmanager.com/
* Requires at least: 6.0
* Tested up to: 6.2
* Requires at least: 6.1
* Tested up to: 6.4
* Requires PHP: 7.4
* Text Domain: wp-job-manager
* Domain Path: /languages/
Expand All @@ -21,7 +21,7 @@
}

// Define constants.
define( 'JOB_MANAGER_VERSION', '1.41.0-dev' );
define( 'JOB_MANAGER_VERSION', '2.0.0' );
define( 'JOB_MANAGER_PLUGIN_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
define( 'JOB_MANAGER_PLUGIN_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) );
define( 'JOB_MANAGER_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
Expand Down

0 comments on commit e97a541

Please sign in to comment.