Plugin Directory

Changeset 3333645


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

v 2.7.16

Location:
job-postings
Files:
553 added
3 edited

Legend:

Unmodified
Added
Removed
  • job-postings/trunk/css/style.css

    r2884276 r3333645  
    915915}
    916916
     917.job-postings-filters.filter-style-1.no-category-filter .jobs-search{
     918    float: none;
     919    max-width: 320px;
     920    min-width: 240px;
     921}
     922
    917923.job-postings-filters.filter-style-2 .job-listing-categories{
    918924  float: right;
     
    923929  float: left;
    924930  width: 30%;
     931}
     932
     933.job-postings-filters.filter-style-2.no-category-filter .jobs-search{
     934    float: none;
     935    max-width: 320px;
     936    min-width: 240px;
    925937}
    926938
     
    933945  margin-bottom: 30px;
    934946  margin-top: -10px;
     947}
     948.job-postings-filters.filter-style-3.no-category-filter .jobs-search{
     949    float: none;
     950    max-width: 320px;
     951    min-width: 240px;
     952    margin-top: 0px;
    935953}
    936954
     
    947965  margin-top: -10px;
    948966}
     967.job-postings-filters.filter-style-4.no-category-filter .jobs-search{
     968    float: none;
     969    max-width: 320px;
     970    min-width: 240px;
     971    margin-top: 0px;
     972}
    949973
    950974.job-postings-filters.filter-style-5 .job-listing-categories{
     
    956980  margin-top: -10px;
    957981}
     982.job-postings-filters.filter-style-5.no-category-filter .jobs-search{
     983    margin-top: 0px;
     984}
    958985
    959986.job-postings-filters.filter-style-6 .job-listing-categories{
     
    965992  max-width: 320px;
    966993  margin: -10px auto 30px;
     994}
     995.job-postings-filters.filter-style-6.no-category-filter .jobs-search{
     996    margin-top: 0px;
    967997}
    968998
  • job-postings/trunk/job-postings.php

    r3333633 r3333645  
    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.15
     7Version: 2.7.16
    88Author URI: http://blueglass.ch/
    99Text Domain: job-postings
     
    1717if( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
    1818
    19 define('JOBPOSTINGSVERSION', '2.7.15');
     19define('JOBPOSTINGSVERSION', '2.7.16');
    2020define('JOBPOSTINGSPATH', plugin_dir_path( __FILE__ ));
    2121define('JOBPOSTINGSURL', plugin_dir_url(__FILE__));
     
    6464
    6565Job_Postings::load();
    66 //add_action( 'init', array( 'Job_Postings', 'load' ), 100);
    67 
    6866
    6967// Install defaults on plugin activation
  • job-postings/trunk/readme.txt

    r3333633 r3333645  
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 2.7.15
     6Stable tag: 2.7.16
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4141== Changelog ==
    4242
     43= 2.7.16 =
     44* Minor fixes in shortcode and translations loading
     45
    4346= 2.7.15 =
    4447* Fix for XSS vulnerability in [job-single] shortcode
Note: See TracChangeset for help on using the changeset viewer.