Skip to content

Instantly share code, notes, and snippets.

@pH-7
Last active August 9, 2022 21:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pH-7/7c6574a98b2be46713ef0ab40cda81fe to your computer and use it in GitHub Desktop.
Save pH-7/7c6574a98b2be46713ef0ab40cda81fe to your computer and use it in GitHub Desktop.
pH7CMS's Software Info XML file. https://xml.ph7cms.com/software-info.xml
<?xml version="1.0"?>
<info>
<ph7>
<social-dating-cms>
<upd-alert>false</upd-alert>
<name>NaOH</name>
<version>7.0.0</version>
<sql-shcema-version>1.3.6</sql-shcema-version>
<build>1</build>
</social-dating-cms>
<ph7cms>
<upd-alert>true</upd-alert>
<name>NaOH</name>
<version>8.0.6</version>
<sql-shcema-version>1.4.0</sql-shcema-version>
<build>1</build>
</ph7cms>
<ph7builder>
<upd-alert>true</upd-alert>
<name>PURE™</name>
<version>17.2.0</version>
<sql-shcema-version>1.6.4</sql-shcema-version>
<build>1</build>
</ph7builder>
</ph7>
</info>
@pH-7
Copy link
Author

pH-7 commented Dec 13, 2019

If <upd-alert></upd-alert> value is set to FALSE, update notifications on admin dashboard won't appear, because it will be disabled.

Code reference: https://github.com/pH7Software/pH7-Social-Dating-CMS/blob/3952609d588d0a59174a2dee8df3b9473008d17c/_protected/framework/Security/Version.class.php#L163

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment