Skip to content

Releases: slackero/phpwcms

phpwcms 1.9.0 Beta 7

09 Jul 13:07
Compare
Choose a tag to compare
phpwcms 1.9.0 Beta 7 Pre-release
Pre-release

The biggest enhancement is SVG support. In addition some bug fixes and little changes are implemented.

See all changes »

phpwcms 1.8.8

14 Jun 14:02
Compare
Choose a tag to compare

Fixes a bug in CP Image Special and broken newsletter unsubscribe links.

See all changes »

phpwcms 1.9.0 Beta 6

14 Jun 14:01
Compare
Choose a tag to compare
phpwcms 1.9.0 Beta 6 Pre-release
Pre-release

Fixes a bug in CP Image Special and broken newsletter unsubscribe links.

See all changes »

phpwcms 1.8.7

06 Jun 03:34
Compare
Choose a tag to compare

This is a maintenance release of phpwcms that implements some new functionality, got updated components and addresses few possible problems.

See all changes »

phpwcms 1.9.0 Beta 5

06 Jun 03:37
Compare
Choose a tag to compare
phpwcms 1.9.0 Beta 5 Pre-release
Pre-release

It's time to bring the phpwcms 1.9 branch (compatible to PHP 7) on par with the version 1.8 branch.

See all changes »

phpwcms 1.8.6

09 Feb 06:03
Compare
Choose a tag to compare

With phpwcms 1.8.6 there are many changes and enhancements.
Here are the most important:

  • Article start and end date are no longer set as long it's not set by the backend user
  • Content Parts were restructured a bit and got new options:
    • Custom attributes class and id can be set and are accessible in all custom CP templates with the replacers [ATTR_CLASS]{ATTR_CLASS}[/ATTR_CLASS] and [ATTR_ID]{ATTR_ID}[/ATTR_ID]
    • Space before and after got additional template options and can be negative too
    • Start and end date can be set
  • IPTC image information can be used in the file manager. In combination with config settings and specific rules IPTC values can be used to set image title, caption or copyright.
  • [Edit] button in article list is readable and bigger.
  • CKEditor was updated to version 4.6.2

See all changes»

phpwcms 1.9.0 Beta 4

31 Jan 17:33
Compare
Choose a tag to compare
phpwcms 1.9.0 Beta 4 Pre-release
Pre-release

Give this beta release of phpwcms a chance and test this version intensively. It's nearly on-par with phpwcms 1.8.6-rc.2 but is compatible to PHP7+

phpwcms 1.8.5

03 Jan 06:24
Compare
Choose a tag to compare

This is a maintenance release including several fixes, updates and additions or changes.

This release is compatible up to PHP version 5.6 only but not compatible with PHP 7. If you need to switch to PHP 7 download the latest version of the v1.9-dev branch.

When upgrading keep the focus on updating your existing conf.inc.php especially disable persistent database connection by setting $phpwcms['db_pers'] = 0;.

The most important changes

  • CP Image Special custom fields extended by file download option
  • CP Tabs enhanced by unique tab based id replacer {TABID}
  • PHPMailer version 5.2.21 — an important security update!
    You can try to upgrade older releases of phpwcms by replacing old content of /include/inc_ext/phpmailer/ with the one of this release. Keep a copy of the old one before you do so to be able to roll back in case of incompatibility with your too old release of phpwcms.
  • CKEditor updated to version 4.6.1 which introduces a new, more modern looking skin

See all changes»

phpwcms 1.8.4

29 Sep 13:28
Compare
Choose a tag to compare

Several bugs fixed and many bigger or smaller enhancements.

Some minor changes:

  • Rewrite implemented for downloads too, do not forget to check .htaccess on update
  • Implemented fallback for image captions, alt, title and copyright based on file defaults and frontend language
  • Cookie consent functionality implemented
  • Template got backend support for Google Analytics and Piwik tracking
  • IMAGE_TITLE, ALT, URL, URL_TARGET, COPYRIGHT available in the teaser template
  • {ID} replacer is available within nearly every content part template.
  • Most textarea fields in the backend are now autosized
  • Added support for jQuery 1.12.4, 2.1.4 and 3.1.1 (including fallback and migrate options)
  • CKEDitor updated to version 4.5.11
  • Several other vendor scripts updated too
  • JW Player is no longer supported

See all changes»

phpwcms 1.8.3

03 Apr 13:20
Compare
Choose a tag to compare

Mainly a maintenance release.

Some new replacements tags like:
[LEVEL1_ID][IF_CAT:{LEVEL1_ID}]…[/IF_CAT][IF_NOTCAT:10,5]Do this[/IF_NOTCAT][/LEVEL1_ID]

There is a new option to define a structure level as onepage capable which results in rendering the related menu item as href="#anchor".

Updated components and some smaller fixes.