Plugin Directory

Changeset 2826983


Ignore:
Timestamp:
12/01/2022 12:23:17 PM (3 years ago)
Author:
jobpass
Message:

fix logos

Location:
jobpass/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • jobpass/trunk/jobpass.php

    r2826976 r2826983  
    66  Author: JobPass
    77  Author URI: https://jobpass.com
    8   Version: 1.0.5
     8  Version: 1.0.6
    99  License: GPL v2 or later
    1010  License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • jobpass/trunk/public/single-jobpass-offer.php

    r2826976 r2826983  
    1414
    1515$jp_validTrough = get_post_meta($post -> ID, 'jp_validThrough', true);
    16 $formatted_validTrough = strtotime($formatted_validTrough);
     16$formatted_validTrough = strtotime($jp_validTrough);
    1717
    1818function jobpass_get_organisation_id() {
  • jobpass/trunk/readme.txt

    r2826976 r2826983  
    44Tested up to: 6.0.2
    55Requires PHP: 7.0
    6 Stable tag: 1.0.5
     6Stable tag: 1.0.6
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7070- v1.0.4 : Fix bugs
    7171- v1.0.5 : Fix variables
     72- v1.0.6 : Fix logos
Note: See TracChangeset for help on using the changeset viewer.