Changeset 3081650
- Timestamp:
- 05/06/2024 04:00:36 AM (2 years ago)
- Location:
- timestamps
- Files:
-
- 11 edited
- 1 copied
-
assets/screenshot-01.jpg (modified) (1 prop) (previous)
-
assets/screenshot-02.jpg (modified) (1 prop) (previous)
-
assets/screenshot-03.jpg (modified) (1 prop) (previous)
-
assets/screenshot-04.png (modified) (1 prop) (previous)
-
assets/screenshot-05.jpg (modified) (1 prop) (previous)
-
tags/1.2.1 (copied) (copied from timestamps/trunk)
-
tags/1.2.1/package.json (modified) (1 diff)
-
tags/1.2.1/readme.txt (modified) (4 diffs)
-
tags/1.2.1/timestamps.php (modified) (3 diffs)
-
trunk/package.json (modified) (1 diff)
-
trunk/readme.txt (modified) (4 diffs)
-
trunk/timestamps.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
timestamps/assets/screenshot-01.jpg
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/jpeg
-
Property
svn:mime-type
changed from
-
timestamps/assets/screenshot-02.jpg
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/jpeg
-
Property
svn:mime-type
changed from
-
timestamps/assets/screenshot-03.jpg
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/jpeg
-
Property
svn:mime-type
changed from
-
timestamps/assets/screenshot-04.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
timestamps/assets/screenshot-05.jpg
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/jpeg
-
Property
svn:mime-type
changed from
-
timestamps/tags/1.2.1/package.json
r3076784 r3081650 1 1 { 2 2 "name": "timestamps-plugin", 3 "version": "1.2. 0",3 "version": "1.2.1", 4 4 "description": "Timestamp your WordPress content to empower your content authenticity and increase user trust with our blockchain timestamping solution.", 5 5 "homepage": "https://www.scoredetect.com/", -
timestamps/tags/1.2.1/readme.txt
r3076784 r3081650 1 1 === Timestamps === 2 Contributors: scoredetect 2 Contributors: scoredetect, xmic 3 3 Tags: timestamp, blockchain, content, authenticity, copyright, timestamps, protection, verification, proof, timestamping 4 4 Requires at least: 6.0.0 5 5 Tested up to: 6.5.2 6 6 Requires PHP: 7.4 7 Stable tag: 1.2. 07 Stable tag: 1.2.1 8 8 License: AGPL-3.0-only 9 9 License URI: https://spdx.org/licenses/AGPL-3.0-only.html … … 36 36 The plugin connects to the api.scoredetect.com service to create and update the verification certificates. The service is free to use with a 7-day free trial guarantee, and the plugin is free to use. 37 37 38 ### GDPR Compliant 39 40 The plugin is GDPR compliant. It does not store any personal data. The plugin only stores the SHA-256 checksum of the content on the blockchain. The plugin does not store any personal data of the users. The plugin does not track any user data. The plugin does not use cookies. You can view all of the plugin code on https://plugins.svn.wordpress.org/timestamps/ 41 42 ### SEO Friendly 43 44 We aim to make the plugin SEO friendly. By improving SEO in a way that enhances the user experience. Upon displaying timestamps of content, it encourages others to view you as having authority in your niche — intentionally standing out against the rest. 45 46 ### How to Use the Plugin 47 48 1. First, you will need to properly install the Timestamps plugin. 49 2. Activate the plugin in WordPress. 50 3. Visit the __Settings__ › __Timestamps__ page, and follow the instructions to authenticate your account. 51 4. Click the "Save Changes" button. 52 5. Enjoy! You can now visit any post, page, or custom post type; and timestamp your content! 53 54 ### Need Help? 55 56 The plugin provides comprehensive customer support through email support@scoredetect.com. 57 You can reach out to our support team at any time for assistance. 58 38 59 The API Documentation is available here: https://docs.scoredetect.com/ 39 60 … … 41 62 We value privacy - here is our Privacy Policy: https://www.scoredetect.com/privacy-policy 42 63 64 Example Verification Certificate: https://www.scoredetect.com/certificate/99f8b221-ff5c-4bea-b39a-a63b99880837 65 43 66 == Installation == 44 67 1. First, you will need to properly install the Timestamps plugin. 45 68 2. Activate the plugin in WordPress. 46 69 3. Visit the __Settings__ › __Timestamps__ page, and follow the instructions to authenticate your account. 47 4. Click the \"Save Changes\" button.70 4. Click the "Save Changes" button. 48 71 5. Enjoy! You can now visit any post, page, or custom post type; and timestamp your content! 72 73 == Screenshots == 74 1. Connect to your ScoreDetect.com account - if you don’t have one yet, you can register at www.scoredetect.com 75 2. Enable Timestamps for any WordPress content 76 3. Display a Timestamp to improve your content authenticity and user experience 77 4. Output a Verification Certificate to prove your content authenticity with a rich timeline 78 5. Also works with any WordPress eCommerce plugin to help prove ownership and copyright protection of your products 49 79 50 80 == Frequently Asked Questions == … … 84 114 == Changelog == 85 115 86 You can find the full changelog in the plugin 's GitHub repository:116 You can find the full changelog in the plugin’s GitHub repository: 87 117 https://github.com/scoredetect/timestamps/blob/main/CHANGELOG.md -
timestamps/tags/1.2.1/timestamps.php
r3076784 r3081650 9 9 * 10 10 * @link https://www.scoredetect.com/ 11 * @since 1.2. 011 * @since 1.2.1 12 12 * @package SDCOM_Timestamps 13 13 * … … 15 15 * Plugin Name: Timestamps 16 16 * Description: Timestamp your WordPress content to empower your content authenticity and increase user trust with our blockchain timestamping solution. 17 * Version: 1.2. 017 * Version: 1.2.1 18 18 * Author: ScoreDetect.com 19 19 * Author URI: https://www.scoredetect.com/ … … 32 32 33 33 // Useful global constants. 34 define( 'SDCOM_TIMESTAMPS_VERSION', '1.2. 0' );34 define( 'SDCOM_TIMESTAMPS_VERSION', '1.2.1' ); 35 35 define( 'SDCOM_TIMESTAMPS_OPTIONS', 'sdcom_timestamps' ); 36 36 define( 'SDCOM_TIMESTAMPS_URL', plugin_dir_url( __FILE__ ) ); -
timestamps/trunk/package.json
r3076784 r3081650 1 1 { 2 2 "name": "timestamps-plugin", 3 "version": "1.2. 0",3 "version": "1.2.1", 4 4 "description": "Timestamp your WordPress content to empower your content authenticity and increase user trust with our blockchain timestamping solution.", 5 5 "homepage": "https://www.scoredetect.com/", -
timestamps/trunk/readme.txt
r3076784 r3081650 1 1 === Timestamps === 2 Contributors: scoredetect 2 Contributors: scoredetect, xmic 3 3 Tags: timestamp, blockchain, content, authenticity, copyright, timestamps, protection, verification, proof, timestamping 4 4 Requires at least: 6.0.0 5 5 Tested up to: 6.5.2 6 6 Requires PHP: 7.4 7 Stable tag: 1.2. 07 Stable tag: 1.2.1 8 8 License: AGPL-3.0-only 9 9 License URI: https://spdx.org/licenses/AGPL-3.0-only.html … … 36 36 The plugin connects to the api.scoredetect.com service to create and update the verification certificates. The service is free to use with a 7-day free trial guarantee, and the plugin is free to use. 37 37 38 ### GDPR Compliant 39 40 The plugin is GDPR compliant. It does not store any personal data. The plugin only stores the SHA-256 checksum of the content on the blockchain. The plugin does not store any personal data of the users. The plugin does not track any user data. The plugin does not use cookies. You can view all of the plugin code on https://plugins.svn.wordpress.org/timestamps/ 41 42 ### SEO Friendly 43 44 We aim to make the plugin SEO friendly. By improving SEO in a way that enhances the user experience. Upon displaying timestamps of content, it encourages others to view you as having authority in your niche — intentionally standing out against the rest. 45 46 ### How to Use the Plugin 47 48 1. First, you will need to properly install the Timestamps plugin. 49 2. Activate the plugin in WordPress. 50 3. Visit the __Settings__ › __Timestamps__ page, and follow the instructions to authenticate your account. 51 4. Click the "Save Changes" button. 52 5. Enjoy! You can now visit any post, page, or custom post type; and timestamp your content! 53 54 ### Need Help? 55 56 The plugin provides comprehensive customer support through email support@scoredetect.com. 57 You can reach out to our support team at any time for assistance. 58 38 59 The API Documentation is available here: https://docs.scoredetect.com/ 39 60 … … 41 62 We value privacy - here is our Privacy Policy: https://www.scoredetect.com/privacy-policy 42 63 64 Example Verification Certificate: https://www.scoredetect.com/certificate/99f8b221-ff5c-4bea-b39a-a63b99880837 65 43 66 == Installation == 44 67 1. First, you will need to properly install the Timestamps plugin. 45 68 2. Activate the plugin in WordPress. 46 69 3. Visit the __Settings__ › __Timestamps__ page, and follow the instructions to authenticate your account. 47 4. Click the \"Save Changes\" button.70 4. Click the "Save Changes" button. 48 71 5. Enjoy! You can now visit any post, page, or custom post type; and timestamp your content! 72 73 == Screenshots == 74 1. Connect to your ScoreDetect.com account - if you don’t have one yet, you can register at www.scoredetect.com 75 2. Enable Timestamps for any WordPress content 76 3. Display a Timestamp to improve your content authenticity and user experience 77 4. Output a Verification Certificate to prove your content authenticity with a rich timeline 78 5. Also works with any WordPress eCommerce plugin to help prove ownership and copyright protection of your products 49 79 50 80 == Frequently Asked Questions == … … 84 114 == Changelog == 85 115 86 You can find the full changelog in the plugin 's GitHub repository:116 You can find the full changelog in the plugin’s GitHub repository: 87 117 https://github.com/scoredetect/timestamps/blob/main/CHANGELOG.md -
timestamps/trunk/timestamps.php
r3076784 r3081650 9 9 * 10 10 * @link https://www.scoredetect.com/ 11 * @since 1.2. 011 * @since 1.2.1 12 12 * @package SDCOM_Timestamps 13 13 * … … 15 15 * Plugin Name: Timestamps 16 16 * Description: Timestamp your WordPress content to empower your content authenticity and increase user trust with our blockchain timestamping solution. 17 * Version: 1.2. 017 * Version: 1.2.1 18 18 * Author: ScoreDetect.com 19 19 * Author URI: https://www.scoredetect.com/ … … 32 32 33 33 // Useful global constants. 34 define( 'SDCOM_TIMESTAMPS_VERSION', '1.2. 0' );34 define( 'SDCOM_TIMESTAMPS_VERSION', '1.2.1' ); 35 35 define( 'SDCOM_TIMESTAMPS_OPTIONS', 'sdcom_timestamps' ); 36 36 define( 'SDCOM_TIMESTAMPS_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.