Plugin Directory

Changeset 2898660


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

v 2.6.1

Location:
job-postings
Files:
258 added
2 edited

Legend:

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

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

    r2898617 r2898660  
    44Requires at least: 5.0
    55Tested up to: 6.2
    6 Stable tag: 2.6.0
     6Stable tag: 2.6.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.