Contentteller Community Forums  

Go Back   Contentteller Community Forums > Announcements > Announcements

Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 12-19-2009, 10:54 AM
Administrator
 
Join Date: Jul 2008
Posts: 730
Default Contentteller 2.0.5 and other important updates

I am announcing today the availability of a new maintenance version of Contentteller as well a few other important updates.

Community Edition discontinued

The bad news today is that the open source edition of Contentteller will be discontinued. It was a hard decision but not avoidable.

The original idea behind the dual licensing was to create a CMS that combines the advantages of both open source and commercial software. An open source CMS that attract 3rd party developers and a fully supported commercial version. Unfortunately, the interactions with members of the open source community over the last year were far away from productive, so I decided it is the best to discontinue the community edition.

Contentteller 2.1 is currently in private beta testing with very few beta testers and I received far more useful feedback in the last 30 days then in the last 18 months.

Introducing Standard Edition

Contentteller Standard Edition is the replacement product for Community Edition. It is identically to Professional Edition with one exception. The installation must show the “Managed with Contentteller” notice.

The pricing:
1-2 licenses €89 ($129)
3-5 licenses €59 ($85)
6-9 licenses €49 ($72)
10+ licenses €39 ($55)

All prices excl. VAT.

The license comes with 1 year of free updates. Another year of updates is €25 ($35)/year excl. VAT.

There is currently a -70% discount until 3rd January 2010 with coupon code “community” on the purchase of standard edition as a gesture of goodwill. Additionally, all Contentteller purchases until 3rd January 2010 comes with 3 years of free updates rather then one.

Here the direct link to the order page with special discount:
https://secure.shareit.com/shareit/c...ommunity&js=-1

I also like to thank the current customers and updated the expire date of all existing customer accounts to 31st December 2012 free of charge as a special pre-Christmas gift.

Affiliate program launched

The most exciting news today is probably the launch of the Contentteller affiliate program through which you can earn a 33% commission on all new sales generated through your referrals. You can sign up here.

Contentteller 2.0.5 have support for the affiliate program. You can enter your affiliate ID under Manage Websites => Edit => Your Affiliate ID. This will turn the Managed with Contentteller link into an affiliate referral.

Contentteller 2.0.5 released

Contentteller 2.0.5 is now available in the member’s area. This is mainly a bug fix release but include also a few enhancements like support for vBulletin 4.0.

Here the full change log:
Quote:
Version 2.0.5 (2009-12-16)
- Fixed typo in articles
- Fixed a small issue with the teaser image in the import module
- Fixed an issue where smilies are not showing up in WYSIWYG editor
- Updated Invision Power Board 2/3 integration scripts
- Updated TinyMCE to version 3.2.7
- Updated CompatDB module to 1.03
- Added support for Suhosin module
- Fixed SQL query in admindomassregistrationqueueactive.php
- Fixed a problem with the file search query
- Fixed a problem with RSS stats
- Added an option for forum integration to the core module
- Fixed a typo in content edit
- Added support for vBulletin 4.0
- Added support for Woltlab Burning Board 3.1 in wbb3 module
- Fixed two issues in comment function
- Fixed a typo in mailinglist module
- Fixed a mistake in categories edit
- Added additional styles to instant styles editor
- Added logo upload to templates module
- Fixed a small issue with comments in article module
- Added support for affiliate ID to turn the "Managed with Contentteller" link into an affiliate referrer
- Fixed a missing security hash in append article pages
- Fixed a typo in users preferences
- Added an option to bump articles
Contentteller members area
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 01-06-2010, 10:49 AM
Customer
 
Join Date: Aug 2008
Posts: 195
Default

How do we know what files are affected? Does this update affects templates? and last how do we update site?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 01-07-2010, 01:32 PM
Administrator
 
Join Date: Jul 2008
Posts: 730
Default

Quote:
How do we know what files are affected?
Many

Quote:
Does this update affects templates?
Only one single template (news_story_edit_wysiwyg) has been changed.

Here the changed code:

Code:
<input type="submit" value="Submit" />
<input type="submit" value="Submit" />
to:

Code:
<input type="submit" value="Submit" />
Minor releases like the 2.0.x releases will never feature massive template set changes.

Quote:
and last how do we update site?
The update procedure is that same like in the previous updates

1) Always make a backup

2) Uploading the files

3) Run /cadmin/cupgrade.php from the browser to upgrade your installation

In case you have still the problem with your templates during updates, you can change this in cupgrade.php to skip the template import step:

PHP Code:
    echo "<input type=\"hidden\" name=\"step\" value=\"3\" /></div>";
    echo 
"<p align=\"right\"><input type=\"submit\" value=\"" $words_install'NEXT' ] . "\"></p></form>";
    
$html -> jump"cupgrade.php?step=3"1000 ); 
to:

PHP Code:
    echo "<input type=\"hidden\" name=\"step\" value=\"4\" /></div>";
    echo 
"<p align=\"right\"><input type=\"submit\" value=\"" $words_install'NEXT' ] . "\"></p></form>";
    
$html -> jump"cupgrade.php?step=4"1000 ); 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 01-07-2010, 02:19 PM
Customer
 
Join Date: Aug 2008
Posts: 195
Default

Thank you.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 07:33 PM.


Copyright ©2002 - 2009 Esselbach Internet Solutions
Powered by vBulletin® Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.0 ©2009, Crawlability, Inc.