weatherfacti 6.x-1.4

Bug fixes

#node/250497 - shanwa, thank you--I didn't realize that hosts are disabling URL access through the file_get_contents.

Hopefully hosts that disable URL access through file_get_contents have enabled cURL functionality. I have coded the script to more intelligently determine if it is able to use cURL functionality (a optimized alternative to file_get_contents).

Also, I removed the {} around the field names in sql statements; this fixes problems with anybody that is using database table prefixing.

weatherfacti 6.x-3.x-dev

Bug fixes

If cURL functionality exists, then the script will use cURL, otherwise it will default to using file_get_contents. Although some hosts disable PHP from accessing URLs with file_get_contents. I am hoping that cURL will be enabled on those hosts. If you know of a work around, please contact me.

interactive_media 6.x-1.0-rc2

New features

- add experimental RTL support. tested with FF3, Opera9.2 and IE7 (thanks for Zohar).
- coding style cleanup.

Pages

Subscribe with RSS Subscribe to RSS - 6.x