Changeset 3436488
- Timestamp:
- 01/10/2026 09:26:06 AM (8 weeks ago)
- Location:
- integrate-osm-with-wp-job-manager
- Files:
-
- 3 edited
-
tags/1.2.2/readme.txt (modified) (1 diff)
-
trunk/osm-wpjobmanager.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
integrate-osm-with-wp-job-manager/tags/1.2.2/readme.txt
r3279960 r3436488 3 3 Tags: osm, map, openstreetmap, job manager, 4 4 Requires at least: 4.4 5 Tested up to: 6. 85 Tested up to: 6.9 6 6 Stable tag: 1.2.2 7 7 License: GPLv2 or later -
integrate-osm-with-wp-job-manager/trunk/osm-wpjobmanager.php
r3189502 r3436488 2 2 /* 3 3 Plugin Name: Integrate OSM with WP Job Manager 4 Plugin URI: https:// wordpress.org/plugins/integrate-osm-with-wp-job-manager/4 Plugin URI: https://timelord.nl 5 5 Description: Integrate an OpenStreetMap map into your job applications of WP Job Manager. 6 6 Version: 1.2.2 … … 13 13 14 14 15 Copyright 2022 - 202 4Marcel Pol (marcel@timelord.nl)15 Copyright 2022 - 2025 Marcel Pol (marcel@timelord.nl) 16 16 17 17 This program is free software; you can redistribute it and/or modify … … 43 43 define('OSMWPJOB_VER', '1.2.2'); 44 44 define('OSMWPJOB_FOLDER', plugin_basename( __DIR__ )); 45 define('OSMWPJOB_DIR', WP_PLUGIN_DIR . '/' . OSMWPJOB_FOLDER);45 define('OSMWPJOB_DIR', plugin_dir_path( __FILE__ )); 46 46 define('OSMWPJOB_URL', plugins_url( '/', __FILE__ )); 47 47 define('OSMWPJOB_OSM_URL', plugins_url() . '/osm'); -
integrate-osm-with-wp-job-manager/trunk/readme.txt
r3279960 r3436488 3 3 Tags: osm, map, openstreetmap, job manager, 4 4 Requires at least: 4.4 5 Tested up to: 6. 85 Tested up to: 6.9 6 6 Stable tag: 1.2.2 7 7 License: GPLv2 or later … … 68 68 69 69 = 1.2.3 = 70 * 202 4-70 * 2025- 71 71 * Use __DIR__ instead of dirname(__FILE__). 72 * Use plugin_dir_path instead of WP_PLUGIN_DIR. 72 73 73 74 = 1.2.2 =
Note: See TracChangeset
for help on using the changeset viewer.