Plugin Directory

Changeset 3441965


Ignore:
Timestamp:
01/18/2026 02:58:17 PM (8 weeks ago)
Author:
plainware
Message:

3.9.66

Location:
locatoraid/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • locatoraid/trunk/locatoraid.php

    r3412866 r3441965  
    44Plugin URI: https://www.locatoraid.com/
    55Description: Store locator plugin
    6 Version: 3.9.65
     6Version: 3.9.66
    77Author: plainware.com
    88Author URI: https://www.locatoraid.com/
     
    1212
    1313if( ! defined('LC3_VERSION') ){
    14     define( 'LC3_VERSION', 3965 );
     14    define( 'LC3_VERSION', 3966 );
    1515}
    1616
  • locatoraid/trunk/modules/app.conf/view.php

    r2859421 r3441965  
    77        $to = '/app.conf/update';
    88
    9         return $this->app->make('/conf/view')
    10             ->render( $form, $to )
    11             ;
     9        return $this->app->make('/conf/view')->render($form, $to);
    1210    }
    1311}
  • locatoraid/trunk/modules/coordinates/view.php

    r3370713 r3441965  
    44    public function render($address)
    55    {
    6         $out = $this->app->make('/html/list')
    7             ->set_gutter(2)
    8             ;
    9         $out
    10             ->add( $address )
    11             ;
     6        $out = $this->app->make('/html/list')->set_gutter(2);
     7        $out->add( $address );
    128
    139        return $out;
  • locatoraid/trunk/modules/directions.front/_config_after.php

    r3370713 r3441965  
    11<?php if (! defined('ABSPATH')) exit; // Exit if accessed directly
    2 $config['after']['/front/view'][] = function( $app, $ret )
     2$config['after']['/front/view'][] = function($app, $ret)
    33{
    44    $app_settings = $app->make('/app/settings');
  • locatoraid/trunk/modules/directions.locations/_config_after.php

    r3370713 r3441965  
    11<?php if (! defined('ABSPATH')) exit; // Exit if accessed directly
    2 $config['after']['/locations/presenter->fields'][] = function( $app, $ret )
     2$config['after']['/locations/presenter->fields'][] = function($app, $ret)
    33{
    44    $ret['directions'] = __('Directions', 'locatoraid');
     
    66};
    77
    8 $config['after']['/locations/presenter->present_front'][] = function( $app, $ret, $search, $search_coordinates )
     8$config['after']['/locations/presenter->present_front'][] = function($app, $ret, $search, $search_coordinates)
    99{
    1010    if( ! ($ret['latitude'] && $ret['longitude']) ){
  • locatoraid/trunk/readme.txt

    r3412866 r3441965  
    22Plugin URI: https://www.locatoraid.com
    33Contributors: Plainware
    4 Tags: map, store locator, store finder, google maps, zip code
     4Tags: dealer locator, geocoding, store locator, location finder, zip code
    55License: GPLv2 or later
    6 Stable tag: 3.9.65
     6Stable tag: 3.9.66
    77Requires at least: 3.3
    88Tested up to: 6.9
    99Requires PHP: 5.3
    1010
    11 A lightweight, easy-to-use store locator plugin. Premium version adds CSV imports, custom fields, custom map markers, location categories and more.
     11A lightweight, reliable store locator plugin backed by ongoing maintenance, updates, and support. Premium version adds CSV imports, custom fields, custom map markers, location categories and more.
    1212
    1313== Description ==
     
    8989
    9090== Changelog ==
     91
     92= 3.9.66 =
     93Code cleanup and minor fixes.
    9194
    9295= 3.9.65 =
Note: See TracChangeset for help on using the changeset viewer.