RecentReleases

Recent posts to news

Recent posts to news

- Wed, 13 Mar 2024 18:40:40 -0000

This is a bug-fix release.

Fixes:
* Check for "shell_exec" before using it (Christof Meerwald)
* Improve RSS (Christof Meerwald)
* Add support for SQLite in PDO, add support for SQLite3 in PEAR (Christof Meerwald)
Changes:
* Upgrade PEAR to release 1.10.14, PEAR DB to release 1.12.1

- Wed, 15 Nov 2023 18:09:45 -0000

This is a bug-fix release.

It fixes a bug in ExternalReferrer with PHP 8.2.
Reported by Thom Jeera.

- Thu, 13 Jul 2023 10:02:39 -0000

This is a bug-fix and enhancement release.

PhpWiki 1.6.2 is the last release compatible with PHP 5.
It should work for all PHP releases from 5.3.3 to 8.2.x.
Next release will require at least PHP 7.4.

Fixes
* Make renaming of pages work for DATABASE_TYPE = PDO and file.
* Make WantedPages work for DATABASE_TYPE = dba and file
* Back links now work when the link is inside a table, in a template or in an included page.

Misc
* Add SourceForge Open Source Excellence badge to footer

See ReleaseNotes for the complete list of improvements.

- Mon, 24 Jan 2022 18:17:46 -0000

This is a bug-fix and enhancement release.

This release makes PhpWiki compatible withPHP 8.1. READONLY is renamed as ISREADONLY, since readonly is now a keyword in PHP 8.1.

See ReleaseNotes for the complete list of improvements.

- Thu, 12 Aug 2021 11:16:57 -0000

This is a major release of PhpWiki:

  • PHP 7 and 8 compatible (works from PHP 5.3.3 to PHP 8.0)
  • Full HTML 5: Add HTML 5<main><header><footer><nav>in all themes. Add ARIA roles.

See ReleaseNotes for the complete list of improvements.

- Fri, 11 Dec 2015 10:35:30 -0000

This is a bug-fix and enhancement release.

  • Fix tooltip translation in CreateToc plugin
  • Remove access keys
  • Check MAX_PAGENAME_LENGTH in CreatePage
  • Fix fatal database error with multiple comma-delimited sortby args
  • Remove forbidden characters: ~<~>~[~]~{~}~"~|~# from pagename
  • New property: ALLOWED_LOAD giving list of directories from which it is allowed to load pages.
  • Upload: replace multiple spaces by single space
  • Make functions merged and is_conflict public in lib/diff3.php (support request #162)
- Mon, 29 Jun 2015 10:25:22 -0000
  • Fix WantedPages for Fusionforge
  • Remove WantedPagesOld (use WantedPages instead)
  • Add WebM format in Video plugin
  • Update jscalendar to 1.0
  • Remove Width and Height preferences modification in Edit Toolbar
  • New icons in Edit Toolbar
  • Make static templates in Edit Toolbar work
  • Fix memory_limit for WIKI_SOAP
  • Remove MockRequest
  • Update jquery to 1.11.3
- Wed, 04 Mar 2015 16:54:28 -0000

This is a bug-fix and enhancement release.

  • Fix Bug#648 Call to protected method
  • easier file upload: forbidden characters in filename are replaced by dashes (instead of rejecting upload)
  • improve handling of image insertion icon in edit toolbar (icon did not always appear after image uploading)
  • bigger wikipaging font
  • test again for function 'posix_times', it does not exist on Windows (reported by jdebert)
  • remove FPDF, lib/gif.php, lib/font (were not used)
  • rename plugin _Retransform to DebugRetransform
  • use PHP ZIP class instead of home-made functions. ziplib renamed to mimelib
  • add SOAP scripts
  • rename FCKeditor to CKeditor
  • load theme pgsrc, if it exists
  • SUBPAGE_SEPARATOR removed, it must be '/'
  • RateIt plugin for Fusionforge
  • remove acdropdown and livesearch
  • remove CVS backend
- Fri, 10 Oct 2014 15:16:49 -0000

This is a security fix release.
* Fix CVE-2014-5519: vulnerability in Ploticus plugin.http://www.cvedetails.com/cve/CVE-2014-5519/

- Thu, 02 Oct 2014 15:01:39 -0000

This is a bug-fix release.

  • fix Bug#456 'Optimizing Database' message sometimes printed on page
  • remove FrameInclude plugin (frames are not supported in HTML 5)
  • sort tables with tablesorter jQuery plugin instead of sortable.js
  • fix Bug#636 Recursive include is not trapped
  • fix Bug#647 undefined method WikiDB_backend_dba::WikiDB_backend_dbaBase
  • correct total number of pages for AllPagesCreatedByMe, AllPagesOwnedByMe, AllPagesLastEditedByMe
  • fix Bug#607 BackLinks do not work inside a [[Help:RichTablePlugin|RichTable]]
  • fix Bug#646 Wrong number of links in BackLinks
  • make<includeonly> work
  • remove old WikiUser code (ENABLE_USER_NEW)
  • admin always has rights to see and modify pages, regardless of ACLs, to avoid locking himself out
  • add missing images in Sidebar theme