forked from eyecatchup/SEOstats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
83 lines (83 loc) · 5.01 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
======================================================================
CHANGELOG
----------------------------------------------------------------------
v2.1.0 12.05.2012 * New child class SEOstats_SEMRush
* New public method SEOstats::SEMRush (ln 456)
v2.0.9 30.01.2011 * New Checksum API for Pagerank requests.
* New built-in method for GPR Awesome Hash.
* Updated Pagespeed Service URL's.
* New license.
v2.0.8.2 06.09.2011 * removed child class SEOstats_Majesticseo
v2.0.8 04.08.2011 * implemented contributed child class:
added child class SEOstats_Bing
* added method SEOstats::Bing()
* implemented contributed fix:
added folder support for SEOstats_Majesticseo::report()
* implemented contributed fix:
fixed return method for SEOstats_Google::googleTotal2()
* updated constant PAGERANK_CHECKSUM_API_URI
v2.0.7 11.06.2011 * added method Google_Siteindex_Total_API
* added method Google_Backlinks_Total_API
* fixed Majesticseo methods
* fixed method Seomoz_Linkdetails_Array
* fixed method Alexa_Avg_Load_Time
* improved method googleArray by changing
from regular expressions to xpath
v2.0.6 18.05.2011 * added method Google_Performance_Analysis
* added method Google_Pagespeed_Score
* fixed method googleArray
* fixed typo in method print_array
* split into child classes (by vendor)
v2.0.5 29.04.2011 * fixed method googleArray
* improved regex pattern for URL validation
v2.0.4 13.04.2011 * fixed method Google_Backlinks_Array
* improved method googleArray
* no more need of external helper classes
* added a delay when scraping more than 100 results
at once
* removed the Google Pagerank API
* added a Pagerank Checksum API
v2.0.3 13.03.2011 * fixed all Majesticseo methods
* added method Majesticseo_Backlinking_CSubnets_Total
v2.0.2 18.02.2011 * added method Alexa_Visits_By_Country
v2.0.1 18.02.2011 * added method Alexa_Rank_By_Country
* added method Alexa_Avg_Load_Time
v2.0 17.02.2011 * Major code clean up
* improved existing methods
* added new Yahoo methods
* added new SEOmoz methods
* added new Facebook methods
* added new Twitter methods
* added optional Pagerank API
* added optional json output method
* removed GUI example
v1.2.3 18.12.2010 * fixed method PageRank
v1.2.2 17.12.2010 * improved method AlexaGlobalRank
* pure numeric result
* no more html in output
* improved method AlexaCountryRank
* pure numeric result
* no more html in output
* improved Alexa Stats and Trend methods
* no more html wrapped output
* returns results as array
v1.2.1 09.12.2010 * fixed method GoogleLinks
v1.2 01.12.2010 * added new Google methods
* GoogleIndexDetails
* GoogleLinkDetails
* GoogleMentions
* Introduced global var $google_tld
* used in all google methods
* if not defined = com
* enhanced method GoogleIndex
* No longer requires an API Key
* enhanced method GoogleLinks
* No longer requires an API Key
v1.1 29.10.2010 * added Yahoo methods
* YahooLinks
* YahooLinkDetails
v1.0.3 19.10.2010 * fixed method AlexaCountryRank
v1.0.2 19.10.2010 * added method PageRank
v1.0.1 19.10.2010 * added method cURL
----------------------------------------------------------------------
======================================================================