Skip to content

Commit

Permalink
v7.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
morehawes committed Jun 10, 2024
1 parent 5a421b8 commit 100ce92
Show file tree
Hide file tree
Showing 5 changed files with 205 additions and 194 deletions.
2 changes: 1 addition & 1 deletion auctionnudge.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin Name: Auction Nudge
Plugin URI: https://www.auctionnudge.com/wordpress-plugin
Description: Set a default eBay Username in Settings, then display Your eBay Listings with the Shortcode [auction-nudge tool="listings"].
Version: 7.1.4
Version: 7.1.5
Author: Joe Hawes
Author URI: https://www.auctionnudge.com/
License: GPL2
Expand Down
10 changes: 5 additions & 5 deletions inc/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

$an_plugin_config = array(
'plugin_name' => 'Auction Nudge',
'plugin_version' => '7.1.4',
'plugin_version' => '7.1.5',
'custom_field_prefix' => 'an',
'shortcode' => 'auction-nudge',
'tool_keys' => ['item', 'ad', 'profile', 'feedback'],
Expand All @@ -32,22 +32,22 @@
],
//Requests
'item_request' => array(
'endpoint' => '//www.auctionnudge.app/feed/item/js',
'endpoint' => '//www.auctionnudge.com/feed/item/js',
'content_type' => 'text/javascript',
'cache_minutes' => 15,
),
'ad_request' => array(
'endpoint' => '//www.auctionnudge.app/feed/ad/iframe',
'endpoint' => '//www.auctionnudge.com/feed/ad/iframe',
'content_type' => 'text/html',
'cache_minutes' => 15,
),
'profile_request' => array(
'endpoint' => '//www.auctionnudge.app/feed/profile/js',
'endpoint' => '//www.auctionnudge.com/feed/profile/js',
'content_type' => 'text/javascript',
'cache_minutes' => 720,
),
'feedback_request' => array(
'endpoint' => '//www.auctionnudge.app/feed/feedback/js',
'endpoint' => '//www.auctionnudge.com/feed/feedback/js',
'content_type' => 'text/javascript',
'cache_minutes' => 720,
),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Auction Nudge",
"version": "7.1.4",
"version": "7.1.5",
"homepage": "https://www.auctionnudge.com/wordpress-plugin/about",
"description": "Auction Nudge for WordPress",
"author": "Joe Hawes",
Expand Down
Loading

0 comments on commit 100ce92

Please sign in to comment.