Changeset 2826983
- Timestamp:
- 12/01/2022 12:23:17 PM (3 years ago)
- Location:
- jobpass/trunk
- Files:
-
- 3 edited
-
jobpass.php (modified) (1 diff)
-
public/single-jobpass-offer.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jobpass/trunk/jobpass.php
r2826976 r2826983 6 6 Author: JobPass 7 7 Author URI: https://jobpass.com 8 Version: 1.0. 58 Version: 1.0.6 9 9 License: GPL v2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
jobpass/trunk/public/single-jobpass-offer.php
r2826976 r2826983 14 14 15 15 $jp_validTrough = get_post_meta($post -> ID, 'jp_validThrough', true); 16 $formatted_validTrough = strtotime($ formatted_validTrough);16 $formatted_validTrough = strtotime($jp_validTrough); 17 17 18 18 function jobpass_get_organisation_id() { -
jobpass/trunk/readme.txt
r2826976 r2826983 4 4 Tested up to: 6.0.2 5 5 Requires PHP: 7.0 6 Stable tag: 1.0. 56 Stable tag: 1.0.6 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 70 70 - v1.0.4 : Fix bugs 71 71 - v1.0.5 : Fix variables 72 - v1.0.6 : Fix logos
Note: See TracChangeset
for help on using the changeset viewer.