10

Where can previous versions of Extjs can be downloaded from ?

Specifically I would like to get extjs-4.1.1a and btw what is up with the 'a' is this different from extjs-4.1.1?

Tarabass
  • 3,132
  • 2
  • 17
  • 35
code4jhon
  • 5,725
  • 9
  • 40
  • 60
  • 1
    "a" means it contained minor changes: http://www.sencha.com/forum/showthread.php?246386-In-release-version-what-a-stands-for&p=900938 – Alan S Apr 27 '15 at 08:21

1 Answers1

16

From this repos:

https://github.com/probonogeek/extjs/commits/master https://github.com/bjornharrtell/extjs/commits/master

For the missing 4.1.3 here is another repo: https://github.com/zenoss/zenoss-extjs/blob/master/ext-4.1.3.zip?raw=true

Took from:

http://www.sencha.com/forum/showthread.php?291411-where-i-can-download-the-old-version-of-extjs

code4jhon
  • 5,725
  • 9
  • 40
  • 60
  • How do I use the older versions of ExtJS at bjornharrtell git repo? I forked and synced to the commit for 5.0.1 but when I try to use it when generating an app using sencha cmd I get this error: Failed to resolve dependency Ext.app.Application – Greg Lafrance Oct 17 '15 at 22:07
  • I'm sorry that sounds like a question itself, I wouldn't know about it. – code4jhon Oct 19 '15 at 14:51
  • There are some versions missing on both repos. – code4jhon Jan 13 '16 at 15:38