Plugin Directory

Changeset 2911811

Timestamp:
05/12/2023 09:43:12 PM (15 months ago)
Author:
mikeyarce
Message:

Update version to 1.40.1 again

Location:
wp-job-manager/tags/1.40.1
Files:
4 edited

Legend:

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

    r2911159 r2911811  
    11# WP Job Manager
     2
     3
     4
    25
    36## 1.40.0 - 2023-05-11
  • wp-job-manager/tags/1.40.1/languages/wp-job-manager.pot

    r2911159 r2911811  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WP Job Manager 1.40.0\n"
     5"Project-Id-Version: WP Job Manager 1.40.\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: 2023-05-05T12:47:21+00:00\n"
     12"POT-Creation-Date: 2023-05-+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.7.1\n"
     
    8989msgstr ""
    9090
    91 #: includes/admin/class-wp-job-manager-admin-notices.php:461
    92 msgid "Good news, reminder to update to the latest version of WP Job Manager."
    93 msgstr ""
    94 
    95 #: includes/admin/class-wp-job-manager-admin-notices.php:465
     91#. translators: %s is the name of the wpjm addon to be updated.
     92#: includes/admin/class-wp-job-manager-admin-notices.php:463
     93msgid "Good news, reminder to update to the latest version of %s."
     94msgstr ""
     95
     96#: includes/admin/class-wp-job-manager-admin-notices.php:467
    9697msgid "View release notes"
    9798msgstr ""
    9899
    99 #: includes/admin/class-wp-job-manager-admin-notices.php:473
     100#: includes/admin/class-wp-job-manager-admin-notices.php:47
    100101msgid "Good news, reminder to update these plugins to their latest versions."
    101102msgstr ""
    102103
    103 #: includes/admin/class-wp-job-manager-admin-notices.php:474
     104#: includes/admin/class-wp-job-manager-admin-notices.php:47
    104105msgid "Update All"
    105106msgstr ""
    106107
    107108#. translators: %s is the new version number for the addon.
    108 #: includes/admin/class-wp-job-manager-admin-notices.php:483
     109#: includes/admin/class-wp-job-manager-admin-notices.php:48
    109110msgid "New Version: %s"
    110111msgstr ""
     
    226227msgstr ""
    227228
     229
    228230#: includes/admin/class-wp-job-manager-cpt.php:460
    229231msgid "Custom field updated."
     
    343345msgstr ""
    344346
     347
    345348#: includes/admin/class-wp-job-manager-cpt.php:652
    346349#: includes/class-wp-job-manager-post-types.php:341
     
    12041207msgstr ""
    12051208
     1209
    12061210#: includes/class-wp-job-manager-data-exporter.php:51
    12071211#: includes/class-wp-job-manager-post-types.php:358
     
    14161420msgstr ""
    14171421
     1422
    14181423#: includes/class-wp-job-manager-post-types.php:338
    14191424msgid "Add New"
     
    16291634msgstr ""
    16301635
     1636
    16311637#: includes/class-wp-job-manager-shortcodes.php:394
    16321638#: includes/widgets/class-wp-job-manager-widget-featured-jobs.php:36
     
    24242430msgstr ""
    24252431
     2432
    24262433#: templates/job-submitted.php:49
    24272434msgid "  <a href=\"%1$s\"> View your %2$s</a>"
  • wp-job-manager/tags/1.40.1/readme.txt

    r2911159 r2911811  
    55Tested up to: 6.2
    66Requires PHP: 7.2
    7 Stable tag: 1.40.0
     7Stable tag: 1.40.
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    153153
    154154== Changelog ==
     155
     156
     157
    155158
    156159= 1.40.0 =
  • wp-job-manager/tags/1.40.1/wp-job-manager.php

    r2911159 r2911811  
    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.40.0
     6 * Version: 1.40.
    77 * Author: Automattic
    88 * Author URI: https://wpjobmanager.com/
     
    2222
    2323// Define constants.
    24 define( 'JOB_MANAGER_VERSION', '1.40.0' );
     24define( 'JOB_MANAGER_VERSION', '1.40.' );
    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.