Plugin Directory

Changeset 3324313


Ignore:
Timestamp:
07/08/2025 12:17:07 PM (9 months ago)
Author:
blueglassinteractive
Message:

v 2.7.14

Location:
job-postings
Files:
553 added
2 edited

Legend:

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

    r3317526 r3324313  
    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.13
     7Version: 2.7.14
    88Author URI: http://blueglass.ch/
    99Text Domain: job-postings
     
    1717if( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
    1818
    19 define('JOBPOSTINGSVERSION', '2.7.13');
     19define('JOBPOSTINGSVERSION', '2.7.14');
    2020define('JOBPOSTINGSPATH', plugin_dir_path( __FILE__ ));
    2121define('JOBPOSTINGSURL', plugin_dir_url(__FILE__));
  • job-postings/trunk/readme.txt

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