Update: 2011 v11.3.0.132

New release and update announcements
Post Reply
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Update: 2011 v11.3.0.132

Post by Karlis »

Mostly polishing tasks here and there.

+ Improved: Wording change for option - Automatic PHP function list drop down
+ Added: SQL Browser now allows multiple open windows
+ Added: SQL Browser windows ar non modal - you can code and do SQL at the same time
+ Updated: PHP highlighter now supports latest reserved words of PHP 5.3 and 5.4
+ Updated: Default HTML spec now is HTML 5, for CSS it is CSS 3 (only for new installations)
+ Some minor adjustments

The main programming work is being currently done on the next generation of the product which is due late autumn/winter.
Karlis Blumentals
Blumentals Software
www.blumentals.net
User avatar
mapleleaf
Posts: 121
Joined: Thu Oct 14, 2010 2:21 am
Location: Ashcroft, BC Canada
Contact:

Re: Update: 2011 v11.3.0.132

Post by mapleleaf »

will the CSS compress allow for the keyframes be compressed as it currently does not.

For example, the following generate an error by virtue of the @ being present
[Quote]
@-moz-keyframes logos {
0% { -moz-transform: translateZ(0); opacity:1;}
50% { -moz-transform: translateZ(-50000px); opacity:1; }
60% { -moz-transform: translateZ(-60000px); opacity:0; }
100% { -moz-transform: translateZ(-100000px); opacity:0;}
}
[unquote]

Now, I wonder IF this is relevant too

mapleleaf
http://www.mirana.net
xtom
Posts: 46
Joined: Thu Jun 10, 2010 5:19 pm
Location: Kildare, Ireland
Contact:

Re: Update: 2011 v11.3.0.132

Post by xtom »

Excellent,I just updated! Looking forward to the next generation. :)
phpaddicted
Posts: 11
Joined: Tue Feb 14, 2012 7:30 pm

Update: 2011 v11.3.0.132 - Snippets library?

Post by phpaddicted »

What about the bug in the code that handles code snippets in the Library?

It slows down typing and occurs when the library is too large.

You said you would fix it in the current WeBuilder update. When will you fix it?
User avatar
kfury77
Posts: 97
Joined: Mon Jun 13, 2005 11:55 pm
Location: Osaka, Japan
Contact:

Re: Update: 2011 v11.3.0.132

Post by kfury77 »

Thanks for the update Karlis & Blumentals team,

FYI - I did 'Check for new version' (from 11.2.2.131) and it said no new version was available.

I'm really looking forward to the next generation WeBuilder!
Jay Q
Posts: 22
Joined: Thu Aug 14, 2008 12:47 am

Re: Update: 2011 v11.3.0.132

Post by Jay Q »

kfury77 wrote:FYI - I did 'Check for new version' (from 11.2.2.131) and it said no new version was available.
Same here.

BTW, why is BBCode disabled on the forum? It's enabled in my profile.
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: Update: 2011 v11.3.0.132

Post by Aivars »

I'm told the new version check has been fixed now. Thanks for the heads up.
Blumentals Software Programmer
User avatar
chrisjlocke
Top Contributor
Posts: 995
Joined: Mon Aug 01, 2005 4:12 pm
Location: Essex, UK
Contact:

Re: Update: 2011 v11.3.0.132

Post by chrisjlocke »

Jay Q wrote:BTW, why is BBCode disabled on the forum? It's enabled in my profile.
If you untick the 'Disable BBCode' option in the actual post, it'll work. Not sure why its ticked by default for you - thought that was the point of the option in the preferences in your profile.
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Re: Update: 2011 v11.3.0.132

Post by Karlis »

There is no real new version, the only fix is CSE update support. If you do not use CSE validator, then technically there is nothing new.
Karlis Blumentals
Blumentals Software
www.blumentals.net
WhiteDog
Posts: 1
Joined: Tue Jul 08, 2008 8:37 pm

Re: Update: 2011 v11.3.0.132

Post by WhiteDog »

I did a fresh install today and got 2011 11.4 !!
Mind posting the changelog? :D

Good luck with WeBuilder 2014 by the way, I'm already 99% happy with WeBuilder as it is :P
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Re: Update: 2011 v11.3.0.132

Post by Karlis »

As I said before, the only change is latest CSE Validator support...
Karlis Blumentals
Blumentals Software
www.blumentals.net
Post Reply