Plugin Directory

Changeset 3333633


Ignore:
Timestamp:
07/24/2025 12:29:39 PM (8 months ago)
Author:
blueglassinteractive
Message:

v 2.7.15

Location:
job-postings
Files:
553 added
2 edited

Legend:

Unmodified
Added
Removed
  • job-postings/trunk/job-postings.php

    r3324313 r3333633  
    55Description: WordPress plugin that make it easy to add job postings to your company’s website in a structured way.
    66Author: BlueGlass
    7 Version: 2.7.14
     7Version: 2.7.15
    88Author URI: http://blueglass.ch/
    99Text Domain: job-postings
     
    1717if( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
    1818
    19 define('JOBPOSTINGSVERSION', '2.7.14');
     19define('JOBPOSTINGSVERSION', '2.7.15');
    2020define('JOBPOSTINGSPATH', plugin_dir_path( __FILE__ ));
    2121define('JOBPOSTINGSURL', plugin_dir_url(__FILE__));
  • job-postings/trunk/readme.txt

    r3324313 r3333633  
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 2.7.14
     6Stable tag: 2.7.15
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4141== Changelog ==
    4242
     43= 2.7.15 =
     44* Fix for XSS vulnerability in [job-single] shortcode
     45
    4346= 2.7.14 =
    4447* Fixed issue that logged out users when accessing uploaded files from secure location
Note: See TracChangeset for help on using the changeset viewer.