Plugin Directory

Changeset 2344534


Ignore:
Timestamp:
07/22/2020 07:00:50 AM (6 years ago)
Author:
kranthitech
Message:

Updated rest api call to work with new database driver

Location:
yeloni-free-exit-popup/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • yeloni-free-exit-popup/trunk/admin-interface/dist/admin.min.js

    r2049837 r2344534  
    42944294            var current_page = page * 10
    42954295            var limit = 10
    4296             return getAndResolve('/api/EmailSubscriptions?filter[where][website_id]=' + website_id + '&[where][list]=' + list + '&filter[limit]=' + limit + '&filter[skip]=' + current_page + '&filter[order]=timestamp%20DESC')
     4296            return getAndResolve('/api/EmailSubscriptions?filter[where][website_id][like]=' + website_id + '&[where][list]=' + list + '&filter[limit]=' + limit + '&filter[skip]=' + current_page + '&filter[order]=timestamp%20DESC')
    42974297        }
    42984298
  • yeloni-free-exit-popup/trunk/client/loader/client_production.json

    r2098269 r2344534  
    55        "items": ["client.min"]
    66    }],
    7     "directjs": ["/common/loader", "/wordpress/client-wordpress", "/client/dist/client.min"],
     7    "directjs": ["/common/loader", "/wordpress/client-wordpress", "https://res.cloudinary.com/yeloni-com/raw/upload/v1553691434/client.min.js"],
    88    "server": "https://theme.autience.com",
    99    "static": "http://theme.autience.com"
  • yeloni-free-exit-popup/trunk/yetience-plugin.php

    r2180882 r2344534  
    44Plugin URI: #
    55Description: Exit Popups are the best way to engage visitors leaving your website. Show offers, social buttons, email signup forms or customize it as you like.
    6 Version: 9.1.1
     6Version: 9.2.1
    77Author: Jayasri Nagrale
    88Author URI: http://www.yeloni.com
Note: See TracChangeset for help on using the changeset viewer.