This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

Contentteller 2.0.5 and other important updates


avatar
Philipp Esselbach
Editor
0
From: -
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/cart.html?PRODUCT[300362457]=1&cartcoupon=1&COUPON1=community&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:
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

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: Contentteller 2.0.5 and other important updates
avatar
232
From: -
Thank you.
1 Re: Contentteller 2.0.5 and other important updates
avatar
OP
Editor
0
From: -
How do we know what files are affected?

Many Winking Face

Does this update affects templates?

Only one single template (news_story_edit_wysiwyg) has been changed.

Here the changed code:

<input type="submit" value="Submit" />

<input type="submit" value="Submit" />


to:

<input type="submit" value="Submit" />


Minor releases like the 2.0.x releases will never feature massive template set changes.

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:

       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:

        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 );
1 Re: Contentteller 2.0.5 and other important updates
avatar
232
From: -
How do we know what files are affected? Does this update affects templates? and last how do we update site?

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.