Plugin Directory

Changeset 3436488


Ignore:
Timestamp:
01/10/2026 09:26:06 AM (8 weeks ago)
Author:
mpol
Message:

Tested up to: 6.9

Location:
integrate-osm-with-wp-job-manager
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • integrate-osm-with-wp-job-manager/tags/1.2.2/readme.txt

    r3279960 r3436488  
    33Tags: osm, map, openstreetmap, job manager,
    44Requires at least: 4.4
    5 Tested up to: 6.8
     5Tested up to: 6.9
    66Stable tag: 1.2.2
    77License: GPLv2 or later
  • integrate-osm-with-wp-job-manager/trunk/osm-wpjobmanager.php

    r3189502 r3436488  
    22/*
    33Plugin Name: Integrate OSM with WP Job Manager
    4 Plugin URI: https://wordpress.org/plugins/integrate-osm-with-wp-job-manager/
     4Plugin URI: https://timelord.nl
    55Description: Integrate an OpenStreetMap map into your job applications of WP Job Manager.
    66Version: 1.2.2
     
    1313
    1414
    15 Copyright 2022 - 2024  Marcel Pol  (marcel@timelord.nl)
     15Copyright 2022 - 2025  Marcel Pol  (marcel@timelord.nl)
    1616
    1717This program is free software; you can redistribute it and/or modify
     
    4343define('OSMWPJOB_VER', '1.2.2');
    4444define('OSMWPJOB_FOLDER', plugin_basename( __DIR__ ));
    45 define('OSMWPJOB_DIR', WP_PLUGIN_DIR . '/' . OSMWPJOB_FOLDER);
     45define('OSMWPJOB_DIR', plugin_dir_path( __FILE__ ));
    4646define('OSMWPJOB_URL', plugins_url( '/', __FILE__ ));
    4747define('OSMWPJOB_OSM_URL', plugins_url() . '/osm');
  • integrate-osm-with-wp-job-manager/trunk/readme.txt

    r3279960 r3436488  
    33Tags: osm, map, openstreetmap, job manager,
    44Requires at least: 4.4
    5 Tested up to: 6.8
     5Tested up to: 6.9
    66Stable tag: 1.2.2
    77License: GPLv2 or later
     
    6868
    6969= 1.2.3 =
    70 * 2024-
     70* 2025-
    7171* Use __DIR__ instead of dirname(__FILE__).
     72* Use plugin_dir_path instead of WP_PLUGIN_DIR.
    7273
    7374= 1.2.2 =
Note: See TracChangeset for help on using the changeset viewer.