Plugin Directory

Changeset 3079164

Timestamp:
04/30/2024 07:47:58 AM (3 months ago)
Author:
gikaragia
Message:

Fix readme and changelog

Location:
wp-job-manager
Files:
4 edited

Legend:

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

    r3078826 r3079164  
    11# WP Job Manager
    22
    3 ## 2.3.0 - 2024-04-26
     3## 2.3.0 - 2024-04-2
    44New!
    55
  • wp-job-manager/tags/2.3.0/readme.txt

    r3078826 r3079164  
    1 
    2 ## 2.3.0 - 2024-04-26
     1=== WP Job Manager ===
     2Contributors: mikejolley, automattic, adamkheckler, alexsanford1, annezazu, cena, chaselivingston, csonnek, davor.altman, donnapep, donncha, drawmyface, erania-pinnera, fjorgemota, jacobshere, jakeom, jeherve, jenhooks, jgs, jonryan, kraftbj, lamdayap, lschuyler, macmanx, nancythanki, orangesareorange, rachelsquirrel, renathoc, ryancowles, richardmtl, scarstocea
     3Tags: jobs, careers, company, hiring, job board
     4Requires at least: 6.3
     5Tested up to: 6.5
     6Requires PHP: 7.2
     7Stable tag: 2.3.0
     8License: GPLv3
     9License URI: http://www.gnu.org/licenses/gpl-3.0.html
     10
     11Create a careers page for your company website, or build a public job board for your community.
     12
     13== Description ==
     14
     15WP Job Manager is a **lightweight** job listing plugin for adding job board functionality to your WordPress site. Being shortcode based, it can work with any theme (given a bit of CSS styling) and is really simple to setup.
     16
     17= Features =
     18
     19* Add, manage, and categorize job listings using the familiar WordPress UI.
     20* Searchable & filterable ajax powered job listings added to your pages via shortcodes.
     21* Frontend forms for guests and registered users to submit & manage job listings.
     22* Allow job listers to preview their listing before it goes live. The preview matches the appearance of a live job listing.
     23* Each listing can be tied to an email or website address so that job seekers can apply to the jobs.
     24* Searches also display RSS links to allow job seekers to be alerted to new jobs matching their search.
     25* Allow logged in employers to view, edit, mark filled, or delete their active job listings.
     26* Job statistics for employers about job listing views and search impressions.
     27* Developer friendly code - Custom post types, endpoints & template files.
     28
     29The plugin comes with several shortcodes to output jobs in various formats, and since its built with Custom Post Types you are free to extend it further through themes.
     30
     31[Read more about WP Job Manager](https://wpjobmanager.com/).
     32
     33= Documentation =
     34
     35Documentation for the core plugin and extensions can be found [on the docs site here](https://wpjobmanager.com/documentation/). Please take a look before requesting support because it covers all frequently asked questions!
     36
     37= Demo =
     38
     39For a real-life example site, check out [jobs.blog](https://jobs.blog), built by the WP Job Manager team! To try out the plugin in an expendable demo site, click the Live Preview button above.
     40
     41= Extensions =
     42
     43The core WP Job Manager plugin is free and always will be. It covers all functionality we consider 'core' to running a simple job board site.
     44
     45Additional, advanced functionality is available through extensions. Not only do these extend the usefulness of the core plugin, they also help fund the development and support of core.
     46
     47You can browse available extensions after installing the plugin by going to `Job Manager > Marketplace`. Our popular extensions include:
     48
     49**[Applications](https://wpjobmanager.com/add-ons/applications/)**
     50
     51Allow candidates to apply to jobs using a form & employers to view and manage the applications from their job dashboard.
     52
     53**[WooCommerce Paid Listings](https://wpjobmanager.com/add-ons/wc-paid-listings/)**
     54
     55Paid listing functionality powered by WooCommerce. Create custom job packages which can be purchased or redeemed during job submission. Requires the WooCommerce plugin.
     56
     57**[Resume Manager](https://wpjobmanager.com/add-ons/resume-manager/)**
     58
     59Resume Manager is a plugin built on top of WP Job Manager which adds a resume submission form to your site and resume listings, all manageable from WordPress admin.
     60
     61**[Job Alerts](https://wpjobmanager.com/add-ons/job-alerts/)**
     62
     63Allow registered users to save their job searches and create alerts which send new jobs via email daily, weekly or fortnightly.
     64
     65**[Job Manager Pro Bundle](https://wpjobmanager.com/add-ons/bundle/)**
     66
     67You can get the above extensions and several others at discount with our [WPJM Pro Bundle](https://wpjobmanager.com/add-ons/bundle/). Take a look!
     68
     69= Contributing and reporting bugs =
     70
     71You can contribute code to this plugin via GitHub: [https://github.com/Automattic/WP-Job-Manager](https://github.com/Automattic/WP-Job-Manager) and localizations via [https://translate.wordpress.org/projects/wp-plugins/wp-job-manager](https://translate.wordpress.org/projects/wp-plugins/wp-job-manager)
     72
     73Thanks to all of our contributors.
     74
     75= Support =
     76
     77Use the WordPress.org forums for community support where we try to help all users. If you spot a bug, you can log it (or fix it) on [Github](https://github.com/Automattic/WP-Job-Manager) where we can act upon them more efficiently.
     78
     79If you need help with one of our extensions, [please raise a ticket in our help desk](https://wpjobmanager.com/support/).
     80
     81If you want help with a customization, please consider hiring a developer! [http://jobs.wordpress.net/](http://jobs.wordpress.net/) is a good place to start.
     82
     83== Installation ==
     84
     85= Automatic installation =
     86
     87Automatic installation is the easiest option as WordPress handles the file transfers itself and you don't even need to leave your web browser. To do an automatic install, log in to your WordPress admin panel, navigate to the Plugins menu and click Add New.
     88
     89In the search field type "WP Job Manager" and click Search Plugins. Once you've found the plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by clicking _Install Now_.
     90
     91= Manual installation =
     92
     93The manual installation method involves downloading the plugin and uploading it to your web server via your favorite FTP application.
     94
     95* Download the plugin file to your computer and unzip it
     96* Using an FTP program, or your hosting control panel, upload the unzipped plugin folder to your WordPress installation's `wp-content/plugins/` directory.
     97* Activate the plugin from the Plugins menu within the WordPress admin.
     98
     99= Getting started =
     100
     101Once installed:
     102
     1031. Create a page called "jobs" and inside place the `[jobs]` shortcode. This will list your jobs.
     1042. Create a page called "submit job" and inside place the `[submit_job_form]` shortcode if you want front-end submissions.
     1053. Create a page called "job dashboard" and inside place the `[job_dashboard]` shortcode for logged in users to manage their listings.
     106
     107**Note when using shortcodes**, if the content looks blown up/spaced out/poorly styled, edit your page and above the visual editor click on the 'text' tab. Then remove any 'pre' or 'code' tags wrapping your shortcode.
     108
     109For more information, [read the documentation](https://wpjobmanager.com/documentation/).
     110
     111== Frequently Asked Questions ==
     112
     113= How do I setup WP Job Manager? =
     114View the getting [installation](https://wpjobmanager.com/document/installation/) and [setup](https://wpjobmanager.com/document/setting-up-wp-job-manager/) guide for advice getting started with the plugin. In most cases it's just a case of adding some shortcodes to your pages!
     115
     116= Can I use WP Job Manager without frontend job submission? =
     117Yes! If you don't setup the [submit_job_form] shortcode, you can just post from the admin backend.
     118
     119= How can I customize the job application process? =
     120There are several ways to customize the job application process in WP Job Manager, including using some extra plugins (some are free on Wordpress.org).
     121
     122See: [Customizing the Job Application Process](https://wpjobmanager.com/document/customising-job-application-process/)
     123
     124= How can I customize the job submission form? =
     125There are three ways to customize the fields in WP Job Manager;
     126
     1271. For simple text changes, using a localisation file or a plugin such as https://wordpress.org/plugins/say-what/
     1282. For field changes, or adding new fields, using functions/filters inside your theme's functions.php file: [https://wpjobmanager.com/document/editing-job-submission-fields/](https://wpjobmanager.com/document/editing-job-submission-fields/)
     1293. Use a 3rd party plugin such as [https://plugins.smyl.es/wp-job-manager-field-editor/](https://plugins.smyl.es/wp-job-manager-field-editor/?in=1) which has a UI for field editing.
     130
     131If you'd like to learn about WordPress filters, here is a great place to start: [https://pippinsplugins.com/a-quick-introduction-to-using-filters/](https://pippinsplugins.com/a-quick-introduction-to-using-filters/)
     132
     133= How can I be notified of new jobs via email? =
     134If you wish to be notified of new postings on your site you can use a plugin such as [Post Status Notifier](http://wordpress.org/plugins/post-status-notifier-lite/).
     135
     136= What language files are available? =
     137You can view (and contribute) translations via the [translate.wordpress.org](https://translate.wordpress.org/projects/wp-plugins/wp-job-manager).
     138
     139== Screenshots ==
     140
     1411. The submit job form.
     1422. Submit job preview.
     1433. A single job listing.
     1444. Job dashboard.
     1455. Job listings and filters.
     1466. Job listings in admin.
     147
     148== Changelog ==
     149
     150### 2.3.0 - 2024-04-29
    3151New!
    4152
     
    6154* Add Google reCAPTCHA v3 support
    7155
    8 Improvements:
     156Improvements:
    9157
    10158* New: Job statistics overlay
    11159* Change: Redesign job dashboard
    12 * Change: Allow job duplication in the job dashboard for any job
     160* Change: Allow job duplication in the job dashboard for any job
    13161* Security: Don't return unpublished jobs only in the promote job endpoint
    14162* Fix renewals for WordPress.com licenses
    15163* Fix issues with rich e-mails on some e-mail providers
    16 * Fix e-mail styling in some e-mail clients
     164* Fix e-mail styling in some e-mail clients
    17165* Fix expiry date not showing up in backend editor
    18166* Fix: Add fallback to date format in case it's missing
     
    25173* Job dashboard template has been rewritten
    26174
    27 ## 2.2.2 - 2024-02-15
     175### 2.3.0 - 2024-04-26
     176New!
     177
     178* Job Statistics — enable insights like job listing page views, unique visits and search impressions to be collected and displayed to employers in the jobs dashboard.
     179* Add Google reCAPTCHA v3 support
     180
     181Improvements:
     182
     183* New: Job statistics overlay
     184* Change: Redesign job dashboard
     185* Change: Allow job duplication in the job dashboard for any job
     186* Security: Don't return unpublished jobs only in the promote job endpoint
     187* Fix renewals for WordPress.com licenses
     188* Fix issues with rich e-mails on some e-mail providers
     189* Fix e-mail styling in some e-mail clients 
     190* Fix expiry date not showing up in backend editor
     191* Fix: Add fallback to date format in case it's missing
     192* Fix: Prevent past dates from being used in the datepicker
     193
     194For developers:
     195
     196* Add filter to disable promoted jobs
     197* Add placeholder options to select field
     198* Job dashboard template has been rewritten
     199
     200### 2.3.0 - 2024-04-26
     201New!
     202
     203* Job Statistics — enable insights like job listing page views, unique visits and search impressions to be collected and displayed to employers in the jobs dashboard.
     204* Add Google reCAPTCHA v3 support
     205
     206Improvements:
     207
     208* New: Job statistics overlay
     209* Change: Redesign job dashboard
     210* Change: Allow job duplication in the job dashboard for any job
     211* Security: Don't return unpublished jobs only in the promote job endpoint
     212* Fix renewals for WordPress.com licenses
     213* Fix issues with rich e-mails on some e-mail providers
     214* Fix e-mail styling in some e-mail clients 
     215* Fix expiry date not showing up in backend editor
     216* Fix: Add fallback to date format in case it's missing
     217* Fix: Prevent past dates from being used in the datepicker
     218
     219For developers:
     220
     221* Add filter to disable promoted jobs
     222* Add placeholder options to select field
     223* Job dashboard template has been rewritten
     224
     225### 2.2.2 - 2024-02-15
    28226* Fix issue with rich e-mails on some e-mail providers (#2753)
    29227* Fix: 'featured_first' argument now works when 'show_filters' is set to false.
    30228* Improve checkbox and radio inputs for styled forms
    31229
    32 ## 2.2.1 - 2024-01-31
     230## 2.2.1 - 2024-01-31
    33231* Fix PHP 7.x error for mixed returned type (#2726)
    34232
    35 ## 2.2.0 - 2024-01-29
    36 New:
    37 
    38 * Allow scheduling listings during job submission — add an option to show a 'Scheduled Date' field in the job submission form
    39 * Add new [jobs] shortcode parameter, featured_first so you can ensure featured listings always show up on top.
    40 * Add support for user sessions without a full account (used in the Job Alerts extension)
    41 
    42 Changes:
    43 
    44 * Improve styling for rich text e-mails
    45 * Include plain text alternative for rich text e-mails for better compatibility
    46 * Store previous license when plugin is deactivated for easier reactivation later.
    47 * Update design for settings and marketplace pages
    48 
    49 Fixes:
    50 
    51 * Fix custom role permission issues (#2673)
    52 * Fix RSS, Reset, Add Alert links not showing on search page without a keyword
    53 * Improve PHP 8 support
    54 * Fix numeric settings field issues
    55 * Improve e-mail formatting and encoding, remove extra whitespace
    56 * Add file type validation and error message to company logo upload
    57 * Fix cache issue when marking jobs as filled/not filled via bulk actions
    58 * Do not emit warning when user with insufficient access to Job Manager menu tries to access wp-admin
    59 
    60 ## 2.1.1 - 2023-11-21
    61 * Fix link to extensions page (#2650)
    62 * Update Twitter to the new X logo
    63 
    64 ## 2.1.0 - 2023-11-17
    65 * Fix: Remove public update endpoint and add nonce check (#2642)
    66 
    67 ## 2.0.0 - 2023-11-17
    68 * Enhancement: Improve settings descriptions (#2639)
    69 * Enhancement: Add directApply in Google job schema (#2635)
    70 * Enhancement: Add 'Don't show this again' link to dismiss promote job modal in the editor (#2632)
    71 * Enhancement: Add landing pages for Applications and Resumes extensions (#2621)
    72 * Fix: Align actions in notices in the center (#2637)
    73 * Fix: Safeguard array in WP_Job_Manager_Settings::input_capabilities (#2631)
    74 * Fix: Escape menu titles and various admin labels (#2630)
    75 * Fix: Incorrectly duplicated string in settings (#2628)
    76 * Fix: Add array initialization to avoid warning (#2619)
    77 * Fix: Do not check for plugin updates when there are no plugins (#2605)
    78 * Change: Reorganize administration menu (#2621)
    79 * Change: Update naming from Add-ons to Extensions, Marketplace (#2621)
  • wp-job-manager/trunk/changelog.txt

    r3078826 r3079164  
    11# WP Job Manager
    22
    3 ## 2.3.0 - 2024-04-26
     3## 2.3.0 - 2024-04-2
    44New!
    55
  • wp-job-manager/trunk/readme.txt

    r3078826 r3079164  
    1 
    2 ## 2.3.0 - 2024-04-26
     1=== WP Job Manager ===
     2Contributors: mikejolley, automattic, adamkheckler, alexsanford1, annezazu, cena, chaselivingston, csonnek, davor.altman, donnapep, donncha, drawmyface, erania-pinnera, fjorgemota, jacobshere, jakeom, jeherve, jenhooks, jgs, jonryan, kraftbj, lamdayap, lschuyler, macmanx, nancythanki, orangesareorange, rachelsquirrel, renathoc, ryancowles, richardmtl, scarstocea
     3Tags: jobs, careers, company, hiring, job board
     4Requires at least: 6.3
     5Tested up to: 6.5
     6Requires PHP: 7.2
     7Stable tag: 2.3.0
     8License: GPLv3
     9License URI: http://www.gnu.org/licenses/gpl-3.0.html
     10
     11Create a careers page for your company website, or build a public job board for your community.
     12
     13== Description ==
     14
     15WP Job Manager is a **lightweight** job listing plugin for adding job board functionality to your WordPress site. Being shortcode based, it can work with any theme (given a bit of CSS styling) and is really simple to setup.
     16
     17= Features =
     18
     19* Add, manage, and categorize job listings using the familiar WordPress UI.
     20* Searchable & filterable ajax powered job listings added to your pages via shortcodes.
     21* Frontend forms for guests and registered users to submit & manage job listings.
     22* Allow job listers to preview their listing before it goes live. The preview matches the appearance of a live job listing.
     23* Each listing can be tied to an email or website address so that job seekers can apply to the jobs.
     24* Searches also display RSS links to allow job seekers to be alerted to new jobs matching their search.
     25* Allow logged in employers to view, edit, mark filled, or delete their active job listings.
     26* Job statistics for employers about job listing views and search impressions.
     27* Developer friendly code - Custom post types, endpoints & template files.
     28
     29The plugin comes with several shortcodes to output jobs in various formats, and since its built with Custom Post Types you are free to extend it further through themes.
     30
     31[Read more about WP Job Manager](https://wpjobmanager.com/).
     32
     33= Documentation =
     34
     35Documentation for the core plugin and extensions can be found [on the docs site here](https://wpjobmanager.com/documentation/). Please take a look before requesting support because it covers all frequently asked questions!
     36
     37= Demo =
     38
     39For a real-life example site, check out [jobs.blog](https://jobs.blog), built by the WP Job Manager team! To try out the plugin in an expendable demo site, click the Live Preview button above.
     40
     41= Extensions =
     42
     43The core WP Job Manager plugin is free and always will be. It covers all functionality we consider 'core' to running a simple job board site.
     44
     45Additional, advanced functionality is available through extensions. Not only do these extend the usefulness of the core plugin, they also help fund the development and support of core.
     46
     47You can browse available extensions after installing the plugin by going to `Job Manager > Marketplace`. Our popular extensions include:
     48
     49**[Applications](https://wpjobmanager.com/add-ons/applications/)**
     50
     51Allow candidates to apply to jobs using a form & employers to view and manage the applications from their job dashboard.
     52
     53**[WooCommerce Paid Listings](https://wpjobmanager.com/add-ons/wc-paid-listings/)**
     54
     55Paid listing functionality powered by WooCommerce. Create custom job packages which can be purchased or redeemed during job submission. Requires the WooCommerce plugin.
     56
     57**[Resume Manager](https://wpjobmanager.com/add-ons/resume-manager/)**
     58
     59Resume Manager is a plugin built on top of WP Job Manager which adds a resume submission form to your site and resume listings, all manageable from WordPress admin.
     60
     61**[Job Alerts](https://wpjobmanager.com/add-ons/job-alerts/)**
     62
     63Allow registered users to save their job searches and create alerts which send new jobs via email daily, weekly or fortnightly.
     64
     65**[Job Manager Pro Bundle](https://wpjobmanager.com/add-ons/bundle/)**
     66
     67You can get the above extensions and several others at discount with our [WPJM Pro Bundle](https://wpjobmanager.com/add-ons/bundle/). Take a look!
     68
     69= Contributing and reporting bugs =
     70
     71You can contribute code to this plugin via GitHub: [https://github.com/Automattic/WP-Job-Manager](https://github.com/Automattic/WP-Job-Manager) and localizations via [https://translate.wordpress.org/projects/wp-plugins/wp-job-manager](https://translate.wordpress.org/projects/wp-plugins/wp-job-manager)
     72
     73Thanks to all of our contributors.
     74
     75= Support =
     76
     77Use the WordPress.org forums for community support where we try to help all users. If you spot a bug, you can log it (or fix it) on [Github](https://github.com/Automattic/WP-Job-Manager) where we can act upon them more efficiently.
     78
     79If you need help with one of our extensions, [please raise a ticket in our help desk](https://wpjobmanager.com/support/).
     80
     81If you want help with a customization, please consider hiring a developer! [http://jobs.wordpress.net/](http://jobs.wordpress.net/) is a good place to start.
     82
     83== Installation ==
     84
     85= Automatic installation =
     86
     87Automatic installation is the easiest option as WordPress handles the file transfers itself and you don't even need to leave your web browser. To do an automatic install, log in to your WordPress admin panel, navigate to the Plugins menu and click Add New.
     88
     89In the search field type "WP Job Manager" and click Search Plugins. Once you've found the plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by clicking _Install Now_.
     90
     91= Manual installation =
     92
     93The manual installation method involves downloading the plugin and uploading it to your web server via your favorite FTP application.
     94
     95* Download the plugin file to your computer and unzip it
     96* Using an FTP program, or your hosting control panel, upload the unzipped plugin folder to your WordPress installation's `wp-content/plugins/` directory.
     97* Activate the plugin from the Plugins menu within the WordPress admin.
     98
     99= Getting started =
     100
     101Once installed:
     102
     1031. Create a page called "jobs" and inside place the `[jobs]` shortcode. This will list your jobs.
     1042. Create a page called "submit job" and inside place the `[submit_job_form]` shortcode if you want front-end submissions.
     1053. Create a page called "job dashboard" and inside place the `[job_dashboard]` shortcode for logged in users to manage their listings.
     106
     107**Note when using shortcodes**, if the content looks blown up/spaced out/poorly styled, edit your page and above the visual editor click on the 'text' tab. Then remove any 'pre' or 'code' tags wrapping your shortcode.
     108
     109For more information, [read the documentation](https://wpjobmanager.com/documentation/).
     110
     111== Frequently Asked Questions ==
     112
     113= How do I setup WP Job Manager? =
     114View the getting [installation](https://wpjobmanager.com/document/installation/) and [setup](https://wpjobmanager.com/document/setting-up-wp-job-manager/) guide for advice getting started with the plugin. In most cases it's just a case of adding some shortcodes to your pages!
     115
     116= Can I use WP Job Manager without frontend job submission? =
     117Yes! If you don't setup the [submit_job_form] shortcode, you can just post from the admin backend.
     118
     119= How can I customize the job application process? =
     120There are several ways to customize the job application process in WP Job Manager, including using some extra plugins (some are free on Wordpress.org).
     121
     122See: [Customizing the Job Application Process](https://wpjobmanager.com/document/customising-job-application-process/)
     123
     124= How can I customize the job submission form? =
     125There are three ways to customize the fields in WP Job Manager;
     126
     1271. For simple text changes, using a localisation file or a plugin such as https://wordpress.org/plugins/say-what/
     1282. For field changes, or adding new fields, using functions/filters inside your theme's functions.php file: [https://wpjobmanager.com/document/editing-job-submission-fields/](https://wpjobmanager.com/document/editing-job-submission-fields/)
     1293. Use a 3rd party plugin such as [https://plugins.smyl.es/wp-job-manager-field-editor/](https://plugins.smyl.es/wp-job-manager-field-editor/?in=1) which has a UI for field editing.
     130
     131If you'd like to learn about WordPress filters, here is a great place to start: [https://pippinsplugins.com/a-quick-introduction-to-using-filters/](https://pippinsplugins.com/a-quick-introduction-to-using-filters/)
     132
     133= How can I be notified of new jobs via email? =
     134If you wish to be notified of new postings on your site you can use a plugin such as [Post Status Notifier](http://wordpress.org/plugins/post-status-notifier-lite/).
     135
     136= What language files are available? =
     137You can view (and contribute) translations via the [translate.wordpress.org](https://translate.wordpress.org/projects/wp-plugins/wp-job-manager).
     138
     139== Screenshots ==
     140
     1411. The submit job form.
     1422. Submit job preview.
     1433. A single job listing.
     1444. Job dashboard.
     1455. Job listings and filters.
     1466. Job listings in admin.
     147
     148== Changelog ==
     149
     150### 2.3.0 - 2024-04-29
    3151New!
    4152
     
    6154* Add Google reCAPTCHA v3 support
    7155
    8 Improvements:
     156Improvements:
    9157
    10158* New: Job statistics overlay
    11159* Change: Redesign job dashboard
    12 * Change: Allow job duplication in the job dashboard for any job
     160* Change: Allow job duplication in the job dashboard for any job
    13161* Security: Don't return unpublished jobs only in the promote job endpoint
    14162* Fix renewals for WordPress.com licenses
    15163* Fix issues with rich e-mails on some e-mail providers
    16 * Fix e-mail styling in some e-mail clients
     164* Fix e-mail styling in some e-mail clients
    17165* Fix expiry date not showing up in backend editor
    18166* Fix: Add fallback to date format in case it's missing
     
    25173* Job dashboard template has been rewritten
    26174
    27 ## 2.2.2 - 2024-02-15
     175### 2.3.0 - 2024-04-26
     176New!
     177
     178* Job Statistics — enable insights like job listing page views, unique visits and search impressions to be collected and displayed to employers in the jobs dashboard.
     179* Add Google reCAPTCHA v3 support
     180
     181Improvements:
     182
     183* New: Job statistics overlay
     184* Change: Redesign job dashboard
     185* Change: Allow job duplication in the job dashboard for any job
     186* Security: Don't return unpublished jobs only in the promote job endpoint
     187* Fix renewals for WordPress.com licenses
     188* Fix issues with rich e-mails on some e-mail providers
     189* Fix e-mail styling in some e-mail clients 
     190* Fix expiry date not showing up in backend editor
     191* Fix: Add fallback to date format in case it's missing
     192* Fix: Prevent past dates from being used in the datepicker
     193
     194For developers:
     195
     196* Add filter to disable promoted jobs
     197* Add placeholder options to select field
     198* Job dashboard template has been rewritten
     199
     200### 2.3.0 - 2024-04-26
     201New!
     202
     203* Job Statistics — enable insights like job listing page views, unique visits and search impressions to be collected and displayed to employers in the jobs dashboard.
     204* Add Google reCAPTCHA v3 support
     205
     206Improvements:
     207
     208* New: Job statistics overlay
     209* Change: Redesign job dashboard
     210* Change: Allow job duplication in the job dashboard for any job
     211* Security: Don't return unpublished jobs only in the promote job endpoint
     212* Fix renewals for WordPress.com licenses
     213* Fix issues with rich e-mails on some e-mail providers
     214* Fix e-mail styling in some e-mail clients 
     215* Fix expiry date not showing up in backend editor
     216* Fix: Add fallback to date format in case it's missing
     217* Fix: Prevent past dates from being used in the datepicker
     218
     219For developers:
     220
     221* Add filter to disable promoted jobs
     222* Add placeholder options to select field
     223* Job dashboard template has been rewritten
     224
     225### 2.2.2 - 2024-02-15
    28226* Fix issue with rich e-mails on some e-mail providers (#2753)
    29227* Fix: 'featured_first' argument now works when 'show_filters' is set to false.
    30228* Improve checkbox and radio inputs for styled forms
    31229
    32 ## 2.2.1 - 2024-01-31
     230## 2.2.1 - 2024-01-31
    33231* Fix PHP 7.x error for mixed returned type (#2726)
    34232
    35 ## 2.2.0 - 2024-01-29
    36 New:
    37 
    38 * Allow scheduling listings during job submission — add an option to show a 'Scheduled Date' field in the job submission form
    39 * Add new [jobs] shortcode parameter, featured_first so you can ensure featured listings always show up on top.
    40 * Add support for user sessions without a full account (used in the Job Alerts extension)
    41 
    42 Changes:
    43 
    44 * Improve styling for rich text e-mails
    45 * Include plain text alternative for rich text e-mails for better compatibility
    46 * Store previous license when plugin is deactivated for easier reactivation later.
    47 * Update design for settings and marketplace pages
    48 
    49 Fixes:
    50 
    51 * Fix custom role permission issues (#2673)
    52 * Fix RSS, Reset, Add Alert links not showing on search page without a keyword
    53 * Improve PHP 8 support
    54 * Fix numeric settings field issues
    55 * Improve e-mail formatting and encoding, remove extra whitespace
    56 * Add file type validation and error message to company logo upload
    57 * Fix cache issue when marking jobs as filled/not filled via bulk actions
    58 * Do not emit warning when user with insufficient access to Job Manager menu tries to access wp-admin
    59 
    60 ## 2.1.1 - 2023-11-21
    61 * Fix link to extensions page (#2650)
    62 * Update Twitter to the new X logo
    63 
    64 ## 2.1.0 - 2023-11-17
    65 * Fix: Remove public update endpoint and add nonce check (#2642)
    66 
    67 ## 2.0.0 - 2023-11-17
    68 * Enhancement: Improve settings descriptions (#2639)
    69 * Enhancement: Add directApply in Google job schema (#2635)
    70 * Enhancement: Add 'Don't show this again' link to dismiss promote job modal in the editor (#2632)
    71 * Enhancement: Add landing pages for Applications and Resumes extensions (#2621)
    72 * Fix: Align actions in notices in the center (#2637)
    73 * Fix: Safeguard array in WP_Job_Manager_Settings::input_capabilities (#2631)
    74 * Fix: Escape menu titles and various admin labels (#2630)
    75 * Fix: Incorrectly duplicated string in settings (#2628)
    76 * Fix: Add array initialization to avoid warning (#2619)
    77 * Fix: Do not check for plugin updates when there are no plugins (#2605)
    78 * Change: Reorganize administration menu (#2621)
    79 * Change: Update naming from Add-ons to Extensions, Marketplace (#2621)
Note: See TracChangeset for help on using the changeset viewer.