Plugin Directory

Changeset 3338999


Ignore:
Timestamp:
08/04/2025 01:12:26 PM (8 months ago)
Author:
recruitly
Message:

Upgrade to 2.0.32

Location:
recruitly/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • recruitly/trunk/readme.txt

    r3338991 r3338999  
    44Requires at least: 4.5
    55Tested up to: 6.7.1
    6 Stable tag: 2.0.30
     6Stable tag: 2.0.32
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    134134* Fix character encoding issues.
    135135
     136= 2.0.32 =
     137* Fix character encoding issues.
     138
    136139== Upgrade Notice ==
    137140
  • recruitly/trunk/recruitly.php

    r3338991 r3338999  
    44Plugin URI: https://recruitly.io
    55Description: Recruitly job board integration.
    6 Version: 2.0.31
     6Version: 2.0.32
    77Author: Recruitly
    88Author URI: https://recruitly.io
     
    1515    exit; // Exit if accessed directly
    1616}
    17 define('RECRUITLY_PLUGIN_VERSION', '2.0.31');
     17define('RECRUITLY_PLUGIN_VERSION', '2.0.32');
    1818
    1919defined('RECRUITLY_POST_TYPE') or define('RECRUITLY_POST_TYPE', 'current-vacancies');
Note: See TracChangeset for help on using the changeset viewer.