Plugin Directory

Changeset 2898617


Ignore:
Timestamp:
04/13/2023 01:43:59 PM (3 years ago)
Author:
blueglassinteractive
Message:

v 2.6.0

Location:
job-postings
Files:
258 added
2 edited

Legend:

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

    r2898499 r2898617  
    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.5.11.2
     7Version: 2.6.0
    88Author URI: http://blueglass.ch/
    99Text Domain: job-postings
     
    1414if( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
    1515
    16 define('JOBPOSTINGSVERSION', '2.5.11.2');
     16define('JOBPOSTINGSVERSION', '2.6.0');
    1717define('JOBPOSTINGSPATH', plugin_dir_path( __FILE__ ));
    1818define('JOBPOSTINGSURL', plugin_dir_url(__FILE__));
  • job-postings/trunk/readme.txt

    r2898500 r2898617  
    44Requires at least: 5.0
    55Tested up to: 6.2
    6 Stable tag: 2.5.11.2
     6Stable tag: 2.6.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4141== Changelog ==
    4242
     43= 2.6.0 =
     44* Fixed XSS vulnerability (Medium severity)
     45
    4346= 2.5.11.2 =
    4447* Bug fix: Email attachments
Note: See TracChangeset for help on using the changeset viewer.