cfUniForm v4.5 - Now on GitHub
Posted on July 4, 2011 at 8:58 PM in ColdFusion, Uni-Form Tag Library
After being prodded by several folks for over a year now to move cfUniForm to a public repository, and specifically GitHub, I am pleased to announce that I have finally taken the Git plunge. Git is a dramatic departure from SVN, but it is oh so good in oh so many ways. I feel like I am barely beginning to scratch the surface in git goodness, and can't wait to move *everything* to git.
For now, though, I just wanted to make sure and send out a quickie post to let everyone know that cfUniForm v4.5 is officially available now, and that you can grab it from RIAForge or from GitHub.
Hopefully I can find (make!) some time to get some more detailed posts out in the next few days/weeks, but for now, take a look at my Forms That Don't Suck presentation and demo code, as they contain all kinds of goodies not previously available.
Latest Articles
- No recent entries.
Categories
- ColdBox (21) [RSS]
- ColdFusion (92) [RSS]
- Fusebox (3) [RSS]
- General (22) [RSS]
- jQuery (15) [RSS]
- Kalendar (1) [RSS]
- Linux (1) [RSS]
- Mura CMS (1) [RSS]
- Railo (1) [RSS]
- Rants (5) [RSS]
- Transfer (8) [RSS]
- Uni-Form Tag Library (36) [RSS]
Quick Links
Blogs I Read
Calendar
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
« Aug | ||||||
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 |
Subscribe
Enter a valid email address.
On 7/5/11 at 8:35 AM, Geoff said:
git tag 4.5
git push origin --tags
That way people can grab that particular fixed version - not necessarily any bleeding edge updated one...
On 7/5/11 at 10:34 AM, Matt Quackenbush said:
BTW, for those interested, 'master' will always be the current stable release. 'develop' will, of course, be the bleeding edge WIP release.