Plugin Directory

Changeset 3094829


Ignore:
Timestamp:
05/29/2024 08:40:52 PM (22 months ago)
Author:
flexmls
Message:

Flexmls WordPress plugin 3.14.18

Location:
flexmls-idx/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • flexmls-idx/trunk/README.txt

    r3094799 r3094829  
    55Tested up to: 6.5
    66Requires PHP: 7.4
    7 Stable tag: 3.14.16
     7Stable tag: 3.14.18
    88
    99Add Flexmls® IDX listings, market statistics, IDX searches, and a contact form on your web site.
     
    8686
    8787== Changelog ==
    88 = 3.14.17 =
     88= 3.14.18 =
    8989Efficiency Update
    9090* Added UserAgent and IP To API headers
  • flexmls-idx/trunk/flexmls_connect.php

    r3094799 r3094829  
    66Description: Provides Flexmls&reg; Customers with Flexmls&reg; IDX features on their WordPress websites. <strong>Tips:</strong> <a href="admin.php?page=fmc_admin_settings">Activate your Flexmls&reg; IDX plugin</a> on the settings page; <a href="widgets.php">add widgets to your sidebar</a> using the Widgets Admin under Appearance; and include widgets on your posts or pages using the Flexmls&reg; IDX Widget Short-Code Generator on the Visual page editor.
    77Author: FBS
    8 Version: 3.14.17
     8Version: 3.14.18
    99Author URI:  https://www.flexmls.com
    1010Requires at least: 5.0
     
    1717const FMC_API_BASE = 'sparkapi.com';
    1818const FMC_API_VERSION = 'v1';
    19 const FMC_PLUGIN_VERSION = '3.14.17';
     19const FMC_PLUGIN_VERSION = '3.14.18';
    2020
    2121define( 'FMC_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • flexmls-idx/trunk/lib/flexmlsAPI/Core.php

    r3094799 r3094829  
    4444        'Accept-Encoding' => "gzip,deflate",
    4545        'Content-Type' => "application/json",
    46         'User-Agent' => "FlexMLS WordPress Plugin/3.14.17",
    47         'X-SparkApi-User-Agent' => "flexmls-WordPress-Plugin/3.14.17"
     46        'User-Agent' => "FlexMLS WordPress Plugin/3.14.18",
     47        'X-SparkApi-User-Agent' => "flexmls-WordPress-Plugin/3.14.18"
    4848    );
    4949
Note: See TracChangeset for help on using the changeset viewer.