Forums › Forums › Search & Filter Pro › Generated download link refresh period
Tagged: composer, developer license
- This topic has 5 replies, 3 voices, and was last updated 6 years, 8 months ago by Ross.
-
Anonymous(Private) January 26, 2018 at 1:17 pm #155132
Hi there,
We have upgraded to the developer license, and I was wanting to find out whether the generated download link (i.e. https://www.designsandcode.com/index.php?eddfile=155129%3A615%3A6%3A1&ttl=1517058742&file=6&token=xxx) is refreshed weekly in the same way the single license download link was?The reason I’m asking is I’m loading S&FPro through composer in this way:
{ "type": "package", "package": { "name": "search-filter/search-filter-pro", "version": "2.3.4", "type": "wordpress-plugin", "dist": { "type": "zip", "url": "https://www.designsandcode.com/index.php?eddfile=155129%3A615%3A6%3A1&ttl=1517058742&file=6&token=xxx" } } } ],
Currently I need to manually log in to this site weekly to get the latest download token to enable composer to download the file, and ideally with a dev license the download token/url would be fixed to enable us to set the composer file and leave it be.
Thanks for your help.
Anonymous(Private) February 27, 2018 at 10:14 am #162391Hiya,
I’ve had a play with it, and it does seem as though the download hash is being regenerated weekly. Is there any way around this at all? It’s causing all sorts of problems with multiple sites using composer and having to log in and update the link every time we re-build the site (which is on every git push as we’re on a hosting service that rebuilds the site on changes etc)
Kind regards
-
AuthorPosts