Home  >  Article  >  CMS Tutorial  >  How does dedecms perform version query

How does dedecms perform version query

青灯夜游
青灯夜游Original
2023-02-17 10:21:472826browse

dedecms version query method: 1. Log in to the main interface of the DedeCMS management background, and the last update time of the system version will be displayed; 2. Enter the "DedeCMS Version Number Description" page and find the update log of the specified year; 3. In Just find the specific version information in the update log based on the update time.

How does dedecms perform version query

The operating environment of this tutorial: Windows 7 system, DedeCMS 5.7, DELL G3 computer

How to check the DedeCMS version number?

Answer: Log in to the main interface of DedeCMS management background and you can see it. As shown in the figure below, the last update time pointed by the arrow is the specific version number of DedeCMS currently in use.

How does dedecms perform version query

Then check the specific version information on the DedeCMS version number description page (http://help.dedecms.com/changelog/) according to the update time

  • Find the update log for the specified year and click on it

How does dedecms perform version query

  • Find the specific update log based on the update time Version information

How does dedecms perform version query

Version naming rules:

DedeCMS V5.7.73 and subsequent versions It will be maintained using the Semantic Versioning Specification (SemVer) (Semantic Version 2.0.0).

Semantic Version 2.0.0

Version format: major version number.minor version number.revision number, the version number increment rules are as follows:

1.Main Version number: When you make incompatible API modifications,
2. Minor version number: When you make a backward compatible functional addition,
3. Revision number: When you make a backward compatible bug fixes.

The advance version number and version compilation information can be added to the end of "major version number. minor version number. revision number" as an extension.

2023 DedeCMS update log

V5.7.105 February 2, 2023

  • include/uploadsafe .inc.php, [FX-20230202-1] uploadsafe.inc.php Image quality adjustment for image upload

  • ##dede/article_string_mix.php, [SU-20230202-1] improved For the security of DedeCMS, it is recommended that all sites built with the official original program install it

  • dede/article_template_rand.php, [SU-20230202-1] has improved the security of DedeCMS and is recommended for all All sites built with the official original program must be installed

  • dede/file_class.php, [SU-20230202-1] has improved the security of DedeCMS. It is recommended that all sites built with the official original program must be installed. Install

  • dede/file_manage_control.php, [SU-20230202-1] Improves the security of DedeCMS. It is recommended that all sites built with the official original program install it

  • dede/module_make.php, [SU-20230202-1] Improved the security of DedeCMS, it is recommended that all sites built with the official original program install it

  • dede/sys_safetest.php, [SU-20230202-1] Improves the security of DedeCMS. It is recommended that all sites built with the official original program install it

  • ##dede/tpl.php, [ SU-20230202-1] Improved the security of DedeCMS, it is recommended that all sites built with the official original program install it
  • include/dedetag.class.php, [SU-20230202-1 ] Improved the security of DedeCMS, it is recommended that all sites built with the official original program install it
  • include/uploadsafe.inc.php, [SU-20230202-1] Improved the security of DedeCMS For security, it is recommended that all sites built with the official original program install
  • plus/ad_js.php, [SU-20230202-1]. Improved the security of DedeCMS, it is recommended that all official original programs be installed. All sites built by the program must be installed
  • plus/mytag_js.php, [SU-20230202-1] has improved the security of DedeCMS. It is recommended that all sites built by the official original program must be installed.
  • include/dialog/select_images.php, [SU-20230202-2] Improves the security of DedeCMS. It is recommended that all sites built with the official original program install it
  • V5.7.104 January 6, 2023

##dede/article_string_mix.php, [SU-20230106-1] Improved the security of DedeCMS, it is recommended that all All sites built with the official original program must be installed
  • dede/article_template_rand.php, [SU-20230106-1] has improved the security of DedeCMS. It is recommended that all sites built with the official original program must be installed. Install
  • dede/file_class.php, [SU-20230106-1] Improves the security of DedeCMS. It is recommended that all sites built with the official original program install it
  • dede/file_manage_control.php, [SU-20230106-1] Improved the security of DedeCMS, it is recommended that all sites built with the official original program install it
  • dede/module_make.php, [SU-20230106-1] Improves the security of DedeCMS. It is recommended that all sites built with the official original program install it
  • dede/tpl.php, [SU-20230106-1] Improved the security of DedeCMS, it is recommended that all sites built with the official original program install it

  • include/uploadsafe.inc.php, [SU-20230106-1] Improved the security of DedeCMS, it is recommended that all sites built with the official original program install it

  • dede/module_make .php, [SU-20230106-2] Improved the security of DedeCMS, it is recommended that all sites built with the official original program install it

  • dede/article_string_mix.php, [SU-20230106 -3] Improved the security of DedeCMS. It is recommended that all sites built with the official original program install it

  • ##dede/article_template_rand.php, [SU-20230106-3] Improved the security of DedeCMS For security, it is recommended that all sites built with the official original program be installed

  • dede/file_class.php, [SU-20230106-3] Improved the security of DedeCMS, it is recommended that all official original programs be installed All sites built by the program must be installed

  • dede/file_manage_control.php, [SU-20230106-3] has improved the security of DedeCMS. It is recommended that all sites built by the official original program be installed.

  • dede/tpl.php, [SU-20230106-3] Improved the security of DedeCMS, it is recommended that all sites built with the official original program install it

  • include/dedetag.class.php, [SU-20230106-3] Improved the security of DedeCMS, it is recommended that all sites built with the official original program install it

  • include/uploadsafe.inc.php, [SU-20230106-3] Improves the security of DedeCMS. It is recommended that all sites built with the official original program install it

  • plus/ad_js.php , [SU-20230106-3] Improved the security of DedeCMS, it is recommended that all sites built with the official original program install

  • plus/mytag_js.php, [SU-20230106-3 ] Improved the security of DedeCMS, it is recommended that all sites built with the official original program install it

  • dede/sys_verifies.php, [SU-20230106-4] Improved the security of DedeCMS , it is recommended that all sites built with the official original program install it

How to check the PHP version number?

Answer: As shown in the figure below, log in to the main interface of the DedeCMS management backend and click View More in the basic system information section to view the PHP version number currently used by the DedeCMS website. and other system information.

How does dedecms perform version query

How to check the MySQL version number?

Answer: Log in to the DedeCMS management background and click System > Database Backup/Restore to view the MySQL version number currently used by the DedeCMS website.

How does dedecms perform version query

Recommended learning:

dedecms tutorial

The above is the detailed content of How does dedecms perform version query. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn