Changeset 3094829
- Timestamp:
- 05/29/2024 08:40:52 PM (22 months ago)
- Location:
- flexmls-idx/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
flexmls_connect.php (modified) (2 diffs)
-
lib/flexmlsAPI/Core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
flexmls-idx/trunk/README.txt
r3094799 r3094829 5 5 Tested up to: 6.5 6 6 Requires PHP: 7.4 7 Stable tag: 3.14.1 67 Stable tag: 3.14.18 8 8 9 9 Add Flexmls® IDX listings, market statistics, IDX searches, and a contact form on your web site. … … 86 86 87 87 == Changelog == 88 = 3.14.1 7=88 = 3.14.18 = 89 89 Efficiency Update 90 90 * Added UserAgent and IP To API headers -
flexmls-idx/trunk/flexmls_connect.php
r3094799 r3094829 6 6 Description: Provides Flexmls® Customers with Flexmls® IDX features on their WordPress websites. <strong>Tips:</strong> <a href="admin.php?page=fmc_admin_settings">Activate your Flexmls® 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® IDX Widget Short-Code Generator on the Visual page editor. 7 7 Author: FBS 8 Version: 3.14.1 78 Version: 3.14.18 9 9 Author URI: https://www.flexmls.com 10 10 Requires at least: 5.0 … … 17 17 const FMC_API_BASE = 'sparkapi.com'; 18 18 const FMC_API_VERSION = 'v1'; 19 const FMC_PLUGIN_VERSION = '3.14.1 7';19 const FMC_PLUGIN_VERSION = '3.14.18'; 20 20 21 21 define( 'FMC_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); -
flexmls-idx/trunk/lib/flexmlsAPI/Core.php
r3094799 r3094829 44 44 'Accept-Encoding' => "gzip,deflate", 45 45 'Content-Type' => "application/json", 46 'User-Agent' => "FlexMLS WordPress Plugin/3.14.1 7",47 'X-SparkApi-User-Agent' => "flexmls-WordPress-Plugin/3.14.1 7"46 'User-Agent' => "FlexMLS WordPress Plugin/3.14.18", 47 'X-SparkApi-User-Agent' => "flexmls-WordPress-Plugin/3.14.18" 48 48 ); 49 49
Note: See TracChangeset
for help on using the changeset viewer.