Skip to content

Commit

Permalink
- 1.2.7 release;
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitasinelnikov committed May 6, 2024
1 parent 5a53e01 commit 277cbcd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 1 addition & 2 deletions jobboardwp.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
Plugin Name: JobBoardWP
Plugin URI: https://jobboardwp.com/
Description: Add a modern job board to your website. Display job listings and allow employers to submit and manage jobs all from the front-end
Version: 1.2.7-alpha
Version: 1.2.7
Author: JobBoardWP
Text Domain: jobboardwp
Domain Path: /languages
*/

defined( 'ABSPATH' ) || exit;

/** @noinspection PhpIncludeInspection */
require_once ABSPATH . 'wp-admin/includes/plugin.php';
$plugin_data = get_plugin_data( __FILE__ );

Expand Down
10 changes: 7 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Contributors: ultimatemember, nsinelnikov
Tags: job, job board, job portal, job listing, job manager
Requires PHP: 5.6
Requires at least: 5.5
Tested up to: 6.2
Stable tag: 1.2.6
Tested up to: 6.5
Stable tag: 1.2.7
License: GNU Version 2 or Any Later Version
License URI: http://www.gnu.org/licenses/gpl-3.0.txt

Expand Down Expand Up @@ -105,9 +105,13 @@ Yes! JobBoardWP is WordPress Multisite compatible.

== Changelog ==

= 1.2.7: June xx, 2023 =
= 1.2.7: May 7, 2024 =

* Added: Hook 'jb_job_email_notify' to change new user registration recipients
* Fixed: Caching company logo image URL in the form fields
* Fixed: Typo "e-mail" to proper "email"
* Fixed: Extract for more security
* Fixed: Using "the_content" hook

= 1.2.6: May 24, 2023 =

Expand Down

0 comments on commit 277cbcd

Please sign in to comment.