Forum


Replies: 2   Views: 1203
How do i know which version is installed
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by rstoeber  · 06-06-2021 - 19:07

I have been looking in various files, but don't see a version number. How can I determine which version of phpdocx is currently installed?

Posted by admin  · 06-06-2021 - 19:51

Hello,

UPDATE: phpdocx 13 added the const PHPDOCX_VERSION in CreateDocx to get the version of phpdocx.

You can read the version number in the Readme.txt file included in the package.

Regards.

Posted by rstoeber  · 06-06-2021 - 20:22

Thanks. I was hoping it would be somewhere else. We didn't keep the readme file when installing on the production server. I think we will just install the current version and keep the readme file this time.