#Hello friends of SeoTools!
I'm working on 5.2 and will release new features for beta testing in this thread:
##5.2.1 (uploaded on 2016-02-24)
- New Searchmetrics connector (Let me know if we're missing any "must have" endpoints. I've implemented the ones that I think is the most useful.)
- New function:
PixelWidth(string text, string fontFamily, double fontSize, bool bold, bool italics)
- New String generator tool. Located under Strings. Very useful if you're a Razor ninja.
- Sistrix: Added select country to "Domain PageRank" and "Domain age". (Set this to you country if you get the error "Permission denied.")
- Google Analytics:View for listing all profiles.
##5.2.2 (uploaded on 2016-03-07)
- Google Analytics: New UI for metrics, dimensions, filters and sorting.
- New function:
IpCClass(url)
- SEMrush: Added display date parameter for "Domain organic search results".
- New function:
KeywordDensity(url, noWords, minWordLenght, minOccurrences)
##5.2.3 (uploaded on 2016-03-23)
- MAJOR UPDATE: Most functions incl. Connectors are now asynchronous meaning that they can be stopped and can run in parallell (if the external data source permits it) and won't make it seem like Excel crashes.
- All "WhoIs" functions now requires a Pro subscription. (Working on a large set of TLD regexps for final release)
- Fixed issue with SEOlytics ApiKey.
- Added option to XPathOnUrl to get html output
=Dump(XPathOnUrl("https://seotoolsforexcel.com";"//a";;;"html"))
- Built a new cache that should be more robust. Hopefully no more OutOfMemoryExceptions.
- RegexpReplace and RegexpIsMatch now accepts an empty input. (Discussion)
- New function:
Slice({11,12,13;21,22,23;31;32;33},0,0,-1,-1) => {11,12;21,22}
. Used for slicing out parts of arrays, like "skip the first row in an array". (Discussion)
##5.2.5 (uploaded on 2016-09-17)
- Fixed a bunch of issues with the async functions and the cache is rebuilt to offload on disc (is removed when you close Excel)
- Updated UI for managing errors.
- Loads of TLD WhoIs settings. We know parse the following TLDs: ac, ae, ag, am, as, at, au, be, bg, biz, br, by, ca, cc, ch, cl, cn, co, com, coop, cr, cx, cz, de, dk, ee, fi, fm, fr, gov, hk, hr, hu, id, ie, il, in, info, ir, is, it, jp, kr, kz, li, lt, lu, lv, ma, mk, mn, mo, ms, mx, na, name, net, nl, no, nu, nz, org, pe, pl, pt, pw, ro, ru, sa, se, sg, si, sk, st, tc, th, tk, tn, to, tr, tv, tw, ua, uk, us, uy, uz, ve, ws
- All "WhoIs" and "Http" functions now requires a Pro subscription.
- New function: CsQuery.
- Fixed issue with JsonPathOnUrl not being able to parse arrays.
- Adwords is updated and working again.
- Fixed issues with GoogleResults, GoogleIndex and GoogleLinks connectors when result was empty (returned 16 instead of #NULL!).
- Updates to Instagram connector.
- Removed the GooglePageRank function as it has been discontinued by Google.
- Fixed issue with Microsoft Translate.
- Fixed broken AWQL in Google Adwords integration.
- Configurable HTTP timeout in global HttpSettings. Default is 120sec.
- Removed SEOlytics as they have merged with Sistrix.
- Added support for TLS connections.
- Breaking change: Rebuilt the Facebook connector as the previous API has been deprecated by Facebook. Now requires an AccessToken and sepparate connectors for urls and pages.
- Fixed issue with Majestic keywords.
- Fixed problem with W3CValidate.
##5.2.5 (uploaded on 2016-10-16)
- Bugfixes
- Added a Debugger tool (shown in debug mode) for Connector creators.
- Updated Metrics and Dimensions in Google Analytics.
- Had to retire connector "DeliciousShares" as data is not longer available.
- New SeoTools associate Victor (know as @diskborste in the community) is our new Connector developer. He's been busy with:
- New Flickr Connector
- New Gavagai Connector
- Updated Connectors: Twitter, Youtube, Sistrix, Searchmetrics
##6.0.0 (uploaded on 2016-11-03)
Decided this release is going to so large it deserves a major revision number
- Bugfixes
- Removed the ad on startup for free users
- Victor has been busy:
- New AccuRanker Connector
- New FullContact Connector
- New Pipedrive Connector
- New Tumblr Connector
- New Serpstat Connector
- Updated Facebook Connector
- Moved the cookbook folder to Github. Please submit your templates!
Stay tuned - We are nearly there for a final release! (It's the async stuff that's taking so long to perfect)