Skip to content

Commit 54a007f

Browse files
committed
v2.0.0 initial release
1 parent 32aed0f commit 54a007f

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,24 @@ If you come across an LDAP server, where PLA exhibits problems, please open an i
66

77
For up to date information on PLA, please head to the [wiki](https://github.com/leenooks/phpLDAPadmin/wiki).
88

9-
> **NOTE**: GIT **master** is currently in active development, and as such functionality may be missing, broken or not working as expected.
9+
> **NOTE**
10+
> PLA v2 is a complete rewrite of PLA.
1011
>
11-
> If you are after a working version of PLA, please use one of the tagged releases.
12+
> PLA v1.2 was written well over 10 years ago for PHP 5, and over time has been patched to work with later versions of PHP. There are logged vulnerabilities with v1.2 that have not been addressed.
13+
>
14+
> Not all PLA v1.2 functionality has been included in v2 (yet) - see below for details
15+
>
16+
> **The release of PHP v2 officially deprecates v1.2, which is no longer supported or enhanced/fixed.** It is recommended to upgrade to v2.
1217
1318
## Demo
1419
If you havent seen PLA in action, you can head here to the [demo](https://demo.phpldapadmin.org) site.
1520

16-
## Running the docker image
17-
PLA v2 is available via docker for preview. (PLA v2 is still under heavy development.)
18-
19-
The container is the same one used for the demo site - but you'll be able to point it to your local LDAP server and see how things work.
21+
## Running PLA
22+
PLA v2 is now available as a docker container. You can also download the code and install it yourself on your PHP server, or even build your own docker container.
2023

2124
Take a look at the [Docker Container](https://github.com/leenooks/phpLDAPadmin/wiki/Docker-Container) page for more details.
2225

23-
> Please let me know if you have any troubles with the container image, eg: usage of the container itself, or usage when it is pointing to your LDAP server.
26+
> If you come across any bugs/issues, it would be helpful if you could reproduce those issues using the docker container (or the demo website). This should help confirm that there isnt a site related issue with the issue you are having.
2427
>
2528
> Open an issue (details below) with enough information for me to be able to recreate the problem. An `LDIF` will be invaluable if it is not handling data correctly.
2629

public/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.0.0-dev
1+
v2.0.0-rel

0 commit comments

Comments
 (0)