Plugin Directory

Changeset 3393987


Ignore:
Timestamp:
11/12/2025 04:10:56 AM (2 months ago)
Author:
ThemeHigh
Message:

v1.4.10

Location:
job-manager-career/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • job-manager-career/trunk/job-manager-career.php

    r3270284 r3393987  
    44 * Description: Create and manage jobs from WordPress admin panel.
    55 * Author:      ThemeHigh
    6  * Version:     1.4.9
     6 * Version:     1.4.10
    77 * Author URI:  https://www.themehigh.com
    88 * Plugin URI:  https://www.themehigh.com/job-manager
     
    1313if(!defined( 'ABSPATH' )) exit;
    1414
    15 define('THJMF_VERSION', '1.4.9');
     15define('THJMF_VERSION', '1.4.10');
    1616!defined('THJMF_FILE') && define('THJMF_FILE', __FILE__);
    1717!defined('THJMF_PATH') && define('THJMF_PATH', plugin_dir_path( __FILE__ ));
  • job-manager-career/trunk/readme.txt

    r3270284 r3393987  
    44Tags: WP Job Manager, Job Listing, WP Job Board, Job Manager, Wordpress Job Manager
    55Requires at least: 4.7
    6 Tested up to: 6.7
     6Tested up to: 6.8
    77Requires PHP: 5.6
    8 Stable tag: 1.4.9
     8Stable tag: 1.4.10
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    164164== Changelog ==
    165165
     166= 1.4.10 =
     167* Added WordPress 6.8 compatibility.
     168
    166169= 1.4.9 =
    167170* Fix: Updated CSP to resolve JavaScript execution issue.
Note: See TracChangeset for help on using the changeset viewer.