Plugin Directory

Changeset 2745954

Timestamp:
06/21/2022 03:09:01 PM (2 years ago)
Author:
onubrooks
Message:

Tagging version 1.36.1

Location:
wp-job-manager
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wp-job-manager/tags/1.36.1/changelog.txt

    r2745746 r2745954  
    1 = 1.36.0 =
     1= 1.36. =
    22* Enhancement: Add salary field to satisfy Google's job search schema
    33* Enhancement: Allow location to display as either City/St or Full Address
  • wp-job-manager/tags/1.36.1/languages/wp-job-manager.pot

    r2745746 r2745954  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WP Job Manager 1.36.0\n"
     5"Project-Id-Version: WP Job Manager 1.36.\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-job-manager/\n"
    77"Last-Translator: \n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2022-06-20T20:28:36+00:00\n"
     12"POT-Creation-Date: 2022-06-2+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.5.0\n"
  • wp-job-manager/tags/1.36.1/readme.txt

    r2745746 r2745954  
    55Tested up to: 6.0
    66Requires PHP: 7.0
    7 Stable tag: 1.36.0
     7Stable tag: 1.36.
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    154154== Changelog ==
    155155
    156 = 1.36.0 =
     156= 1.36. =
    157157* Enhancement: Add salary field to satisfy Google's job search schema
    158158* Enhancement: Allow location to display as either City/St or Full Address
  • wp-job-manager/tags/1.36.1/wp-job-manager.php

    r2745746 r2745954  
    44 * Plugin URI: https://wpjobmanager.com/
    55 * Description: Manage job listings from the WordPress admin panel, and allow users to post jobs directly to your site.
    6  * Version: 1.36.0
     6 * Version: 1.36.
    77 * Author: Automattic
    88 * Author URI: https://wpjobmanager.com/
    99 * Requires at least: 5.7
    10  * Tested up to: 5.9
     10 * Tested up to:
    1111 * Requires PHP: 7.0
    1212 * Text Domain: wp-job-manager
     
    2222
    2323// Define constants.
    24 define( 'JOB_MANAGER_VERSION', '1.36.0' );
     24define( 'JOB_MANAGER_VERSION', '1.36.' );
    2525define( 'JOB_MANAGER_PLUGIN_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
    2626define( 'JOB_MANAGER_PLUGIN_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) );
  • wp-job-manager/trunk/changelog.txt

    r2745746 r2745954  
    1 = 1.36.0 =
     1= 1.36. =
    22* Enhancement: Add salary field to satisfy Google's job search schema
    33* Enhancement: Allow location to display as either City/St or Full Address
  • wp-job-manager/trunk/languages/wp-job-manager.pot

    r2745746 r2745954  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WP Job Manager 1.36.0\n"
     5"Project-Id-Version: WP Job Manager 1.36.\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-job-manager/\n"
    77"Last-Translator: \n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2022-06-20T20:28:36+00:00\n"
     12"POT-Creation-Date: 2022-06-2+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.5.0\n"
  • wp-job-manager/trunk/readme.txt

    r2745746 r2745954  
    55Tested up to: 6.0
    66Requires PHP: 7.0
    7 Stable tag: 1.36.0
     7Stable tag: 1.36.
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    154154== Changelog ==
    155155
    156 = 1.36.0 =
     156= 1.36. =
    157157* Enhancement: Add salary field to satisfy Google's job search schema
    158158* Enhancement: Allow location to display as either City/St or Full Address
  • wp-job-manager/trunk/wp-job-manager.php

    r2745746 r2745954  
    44 * Plugin URI: https://wpjobmanager.com/
    55 * Description: Manage job listings from the WordPress admin panel, and allow users to post jobs directly to your site.
    6  * Version: 1.36.0
     6 * Version: 1.36.
    77 * Author: Automattic
    88 * Author URI: https://wpjobmanager.com/
    99 * Requires at least: 5.7
    10  * Tested up to: 5.9
     10 * Tested up to:
    1111 * Requires PHP: 7.0
    1212 * Text Domain: wp-job-manager
     
    2222
    2323// Define constants.
    24 define( 'JOB_MANAGER_VERSION', '1.36.0' );
     24define( 'JOB_MANAGER_VERSION', '1.36.' );
    2525define( 'JOB_MANAGER_PLUGIN_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
    2626define( 'JOB_MANAGER_PLUGIN_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) );
Note: See TracChangeset for help on using the changeset viewer.