ClassicPress / ClassicPress-v2

NOT READY FOR PRODUCTION.
GNU General Public License v2.0
13 stars 4 forks source link

About screen after update still refers to CP being fork of WP 4.9 #227

Closed KTS915 closed 1 year ago

KTS915 commented 1 year ago

Expected behavior

About screen for CP v2 should state the correct version of WP from which it was forked.

Current behavior

About screen says:

About ClassicPress

ClassicPress is a fork of the ClassicPress 4.9 branch, including the battle-tested and proven classic editor interface using TinyMCE.

Possible solution

Correct version number

Steps to reproduce bug

Update CP to latest version and read the About screen.

Context

Tested on updates

ClassicPress version

2.0.0+nightly.20230926

PHP version

8.1

Can you help?

I can help test a solution

mattyrob commented 1 year ago

This page needs some attention as a whole, the $wp_version variable might be better used to report the fork number dynamically and might be a useful approach for any future re-fork.

Also, further down the page it still references security and maintenance updates from the 4.9 branch, that probably needs removing.

mattyrob commented 1 year ago

Fixed in #237