Plugin Directory

Changeset 3283591


Ignore:
Timestamp:
04/28/2025 05:40:14 PM (11 months ago)
Author:
jeremyescott
Message:

3.9.8

Location:
matador-jobs
Files:
50 added
6 edited

Legend:

Unmodified
Added
Removed
  • matador-jobs/trunk/CHANGELOG.md

    r3279451 r3283591  
    11# Matador Jobs Lite/Pro Changelog
     2
     3## 3.9.8
     4
     5- Enhancement: Adding a Domain Path plugin header to support improvements to Wordpress' translation files loading.
    26
    37## 3.9.7
  • matador-jobs/trunk/class-matador.php

    r3279451 r3283591  
    4444     * @var string
    4545     */
    46     const VERSION = '3.9.7';
     46    const VERSION = '3.9.8';
    4747
    4848    /**
  • matador-jobs/trunk/languages/matador-jobs.pot

    r3279451 r3283591  
    77"Content-Type: text/plain; charset=UTF-8\n"
    88"Content-Transfer-Encoding: 8bit\n"
    9 "POT-Creation-Date: 2025-04-22 21:55+0000\n"
     9"POT-Creation-Date: 2025-04-28 17:35+0000\n"
    1010"X-Poedit-Basepath: ..\n"
    1111"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
     
    45374537msgstr ""
    45384538
    4539 #: ../matador.php:71
     4539#: ../matador.php:72
    45404540msgid "Multiple versions of the Matador Jobs plugin are active and only one is allowed at a time. Deactivate (and remove) the versions you will no longer use."
    45414541msgstr ""
    45424542
    4543 #: ../matador.php:57
     4543#: ../matador.php:58
    45444544msgid "The Matador Jobs plugin requires PHP 8.1 or later."
    45454545msgstr ""
  • matador-jobs/trunk/matador-jobs.php

    r3279451 r3283591  
    1212 * Plugin URI:  https://matadorjobs.com
    1313 * Description: Connect your Bullhorn Account with your WordPress site and display your jobs on your WordPress site.
    14  * Version:     3.9.7
     14 * Version:     3.9.8
    1515 * Requires at least: 5.5.0
    1616 * Tested up to: 6.8
     
    1919 * Author URI:  https://matadorjobs.com
    2020 * Text Domain: matador-jobs
     21 * Domain Path: /languages
    2122 * License:     GPL-3.0+
    2223 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
  • matador-jobs/trunk/readme.txt

    r3279451 r3283591  
    66- Requires at least: 5.5.0
    77- Tested up to: 6.8
    8 - Stable tag: 3.9.7
    9 - Version: 3.9.7
     8- Stable tag: 3.9.8
     9- Version: 3.9.8
    1010- Requires PHP: 8.1
    1111- License: GPLv3 or later
     
    7373
    7474== Changelog ==
     75
     76## 3.9.9
     77
     78## 3.9.8
     79
     80- Enhancement: Adding a Domain Path plugin header to support improvements to Wordpress' translation files loading.
    7581
    7682## 3.9.7
  • matador-jobs/trunk/vendor/composer/installed.php

    r3279451 r3283591  
    44        'pretty_version' => 'dev-develop',
    55        'version' => 'dev-develop',
    6         'reference' => '496e40a38b0f6177a28e9b1b55e9afaa93d7e60d',
     6        'reference' => '618d3c2869fca4d75ee354393860a10599379866',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-develop',
    1515            'version' => 'dev-develop',
    16             'reference' => '496e40a38b0f6177a28e9b1b55e9afaa93d7e60d',
     16            'reference' => '618d3c2869fca4d75ee354393860a10599379866',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.