Plugin Directory

Changeset 2914696


Ignore:
Timestamp:
05/19/2023 10:10:46 AM (3 years ago)
Author:
blueglassinteractive
Message:

v 2.6.2

Location:
job-postings
Files:
263 added
2 edited

Legend:

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

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

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