Plugin Directory

Changeset 2898499


Ignore:
Timestamp:
04/13/2023 11:36:52 AM (3 years ago)
Author:
blueglassinteractive
Message:

v 2.5.11.2

Location:
job-postings
Files:
258 added
2 edited

Legend:

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

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

    r2884379 r2898499  
    44Requires at least: 5.0
    55Tested up to: 6.1
    6 Stable tag: 2.5.11.1
     6Stable tag: 2.5.11.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4141== Changelog ==
    4242
     43= 2.5.11.2 =
     44* Bug fix: Email attachments
     45* Other minor fixes
     46
    4347= 2.5.11 =
    4448* Fixed XSS vulnerability (Medium severity)
Note: See TracChangeset for help on using the changeset viewer.