Skip to content

Commit

Permalink
Update template version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
jom committed Jun 22, 2018
1 parent a915942 commit 0a073de
Show file tree
Hide file tree
Showing 41 changed files with 49 additions and 51 deletions.
2 changes: 1 addition & 1 deletion templates/account-signin.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Automattic
* @package WP Job Manager
* @category Template
* @version 1.31.0
* @version 1.31.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
4 changes: 2 additions & 2 deletions templates/content-no-jobs-found.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @package WP Job Manager
* @category Template
* @since 1.0.0
* @version 1.20.0
* @version 1.31.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand All @@ -20,4 +20,4 @@
<li class="no_job_listings_found"><?php esc_html_e( 'There are no listings matching your search.', 'wp-job-manager' ); ?></li>
<?php else : ?>
<p class="no_job_listings_found"><?php esc_html_e( 'There are currently no vacancies.', 'wp-job-manager' ); ?></p>
<?php endif; ?>
<?php endif; ?>
4 changes: 2 additions & 2 deletions templates/content-single-job_listing-company.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @package WP Job Manager
* @category Template
* @since 1.14.0
* @version 1.28.0
* @version 1.31.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand All @@ -34,4 +34,4 @@
</p>
<?php the_company_tagline( '<p class="tagline">', '</p>' ); ?>
<?php the_company_video(); ?>
</div>
</div>
2 changes: 1 addition & 1 deletion templates/content-summary-job_listing.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Automattic
* @package WP Job Manager
* @category Template
* @version 1.31.0
* @version 1.31.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion templates/emails/admin-expiring-job.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Automattic
* @package WP Job Manager
* @category Template
* @version 1.31.0
* @version 1.31.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion templates/emails/admin-new-job.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Automattic
* @package WP Job Manager
* @category Template
* @version 1.31.0
* @version 1.31.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion templates/emails/admin-updated-job.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Automattic
* @package WP Job Manager
* @category Template
* @version 1.31.0
* @version 1.31.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion templates/emails/email-header.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Automattic
* @package WP Job Manager
* @category Template
* @version 1.31.0
* @version 1.31.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion templates/emails/email-job-details.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Automattic
* @package WP Job Manager
* @category Template
* @version 1.31.0
* @version 1.31.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion templates/emails/employer-expiring-job.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Automattic
* @package WP Job Manager
* @category Template
* @version 1.31.0
* @version 1.31.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion templates/emails/plain/admin-expiring-job.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Automattic
* @package WP Job Manager
* @category Template
* @version 1.31.0
* @version 1.31.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion templates/emails/plain/admin-new-job.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Automattic
* @package WP Job Manager
* @category Template
* @version 1.31.0
* @version 1.31.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion templates/emails/plain/admin-updated-job.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Automattic
* @package WP Job Manager
* @category Template
* @version 1.31.0
* @version 1.31.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
1 change: 0 additions & 1 deletion templates/emails/plain/email-footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
?>
1 change: 0 additions & 1 deletion templates/emails/plain/email-header.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
?>
2 changes: 1 addition & 1 deletion templates/emails/plain/email-job-details.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Automattic
* @package WP Job Manager
* @category Template
* @version 1.31.0
* @version 1.31.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion templates/emails/plain/employer-expiring-job.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Automattic
* @package WP Job Manager
* @category Template
* @version 1.31.0
* @version 1.31.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
4 changes: 2 additions & 2 deletions templates/form-fields/checkbox-field.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
* @author Automattic
* @package WP Job Manager
* @category Template
* @version 1.21.0
* @version 1.31.1
*/

if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
?>
<input type="checkbox" class="input-checkbox" name="<?php echo esc_attr( isset( $field['name'] ) ? $field['name'] : $key ); ?>" id="<?php echo esc_attr( $key ); ?>" <?php checked( ! empty( $field['value'] ), true ); ?> value="1" <?php if ( ! empty( $field['required'] ) ) echo 'required'; ?> />
<?php if ( ! empty( $field['description'] ) ) : ?><small class="description"><?php echo wp_kses_post( $field['description'] ); ?></small><?php endif; ?>
<?php if ( ! empty( $field['description'] ) ) : ?><small class="description"><?php echo wp_kses_post( $field['description'] ); ?></small><?php endif; ?>
2 changes: 1 addition & 1 deletion templates/form-fields/date-field.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Automattic
* @package WP Job Manager
* @category Template
* @version 1.30.2
* @version 1.31.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion templates/form-fields/file-field.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Automattic
* @package WP Job Manager
* @category Template
* @version 1.27.0
* @version 1.31.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion templates/form-fields/multiselect-field.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Automattic
* @package WP Job Manager
* @category Template
* @version 1.23.7
* @version 1.31.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion templates/form-fields/password-field.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Automattic
* @package WP Job Manager
* @category Template
* @version 1.29.0
* @version 1.31.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion templates/form-fields/radio-field.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* @author Automattic
* @package WP Job Manager
* @category Template
* @version 1.23.0
* @version 1.31.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion templates/form-fields/recaptcha-field.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Automattic
* @package WP Job Manager
* @category Template
* @version 1.30.0
* @version 1.31.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion templates/form-fields/select-field.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Automattic
* @package WP Job Manager
* @category Template
* @version 1.19.0
* @version 1.31.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
4 changes: 2 additions & 2 deletions templates/form-fields/term-checklist-field.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Automattic
* @package WP Job Manager
* @category Template
* @version 1.22.0
* @version 1.31.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down Expand Up @@ -38,4 +38,4 @@
echo str_replace( "disabled='disabled'", '', $checklist );
?>
</ul>
<?php if ( ! empty( $field['description'] ) ) : ?><small class="description"><?php echo wp_kses_post( $field['description'] ); ?></small><?php endif; ?>
<?php if ( ! empty( $field['description'] ) ) : ?><small class="description"><?php echo wp_kses_post( $field['description'] ); ?></small><?php endif; ?>
2 changes: 1 addition & 1 deletion templates/form-fields/term-multiselect-field.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Automattic
* @package WP Job Manager
* @category Template
* @version 1.22.2
* @version 1.31.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion templates/form-fields/term-select-field.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Automattic
* @package WP Job Manager
* @category Template
* @version 1.27.0
* @version 1.31.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion templates/form-fields/text-field.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Automattic
* @package WP Job Manager
* @category Template
* @version 1.29.0
* @version 1.31.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion templates/form-fields/textarea-field.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Automattic
* @package WP Job Manager
* @category Template
* @version 1.30.0
* @version 1.31.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion templates/form-fields/wp-editor-field.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Automattic
* @package WP Job Manager
* @category Template
* @version 1.23.9
* @version 1.31.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion templates/job-application-email.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Automattic
* @package WP Job Manager
* @category Template
* @version 1.9.0
* @version 1.31.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
6 changes: 3 additions & 3 deletions templates/job-application.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Automattic
* @package WP Job Manager
* @category Template
* @version 1.16.1
* @version 1.31.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand All @@ -20,9 +20,9 @@
?>
<div class="job_application application">
<?php do_action( 'job_application_start', $apply ); ?>

<input type="button" class="application_button button" value="<?php esc_attr_e( 'Apply for job', 'wp-job-manager' ); ?>" />

<div class="application_details">
<?php
/**
Expand Down
4 changes: 2 additions & 2 deletions templates/job-dashboard-login.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Automattic
* @package WP Job Manager
* @category Template
* @version 1.19.0
* @version 1.31.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand All @@ -19,4 +19,4 @@

<p class="account-sign-in"><?php esc_html_e( 'You need to be signed in to manage your listings.', 'wp-job-manager' ); ?> <a class="button" href="<?php echo esc_url( apply_filters( 'job_manager_job_dashboard_login_url', wp_login_url( get_permalink() ) ) ); ?>"><?php esc_html_e( 'Sign in', 'wp-job-manager' ); ?></a></p>

</div>
</div>
2 changes: 1 addition & 1 deletion templates/job-dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Automattic
* @package WP Job Manager
* @category Template
* @version 1.30.0
* @version 1.31.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
4 changes: 2 additions & 2 deletions templates/job-filter-job-types.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Automattic
* @package WP Job Manager
* @category Template
* @version 1.20.0
* @version 1.31.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand All @@ -26,4 +26,4 @@
<?php foreach ( $job_types as $job_type ) : ?>
<input type="hidden" name="filter_job_type[]" value="<?php echo esc_attr( sanitize_title( $job_type ) ); ?>" />
<?php endforeach; ?>
<?php endif; ?>
<?php endif; ?>
2 changes: 1 addition & 1 deletion templates/job-filters.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Automattic
* @package WP Job Manager
* @category Template
* @version 1.31.0
* @version 1.31.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down
4 changes: 2 additions & 2 deletions templates/job-pagination.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Automattic
* @package WP Job Manager
* @category Template
* @version 1.21.4
* @version 1.31.1
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down Expand Up @@ -52,4 +52,4 @@
<li><a href="#" data-page="<?php echo esc_attr( $current_page + 1 ); ?>">&rarr;</a></li>
<?php endif; ?>
</ul>
</nav>
</nav>
Loading

0 comments on commit 0a073de

Please sign in to comment.