Plugin Directory

Changeset 3081650


Ignore:
Timestamp:
05/06/2024 04:00:36 AM (2 years ago)
Author:
xmic
Message:

Update to version 1.2.1 from GitHub

Location:
timestamps
Files:
11 edited
1 copied

Legend:

Unmodified
Added
Removed
  • timestamps/assets/screenshot-01.jpg

    • Property svn:mime-type changed from application/octet-stream to image/jpeg
  • timestamps/assets/screenshot-02.jpg

    • Property svn:mime-type changed from application/octet-stream to image/jpeg
  • timestamps/assets/screenshot-03.jpg

    • Property svn:mime-type changed from application/octet-stream to image/jpeg
  • timestamps/assets/screenshot-04.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • timestamps/assets/screenshot-05.jpg

    • Property svn:mime-type changed from application/octet-stream to image/jpeg
  • timestamps/tags/1.2.1/package.json

    r3076784 r3081650  
    11{
    22  "name": "timestamps-plugin",
    3   "version": "1.2.0",
     3  "version": "1.2.1",
    44  "description": "Timestamp your WordPress content to empower your content authenticity and increase user trust with our blockchain timestamping solution.",
    55  "homepage": "https://www.scoredetect.com/",
  • timestamps/tags/1.2.1/readme.txt

    r3076784 r3081650  
    11=== Timestamps ===
    2 Contributors: scoredetect
     2Contributors: scoredetect, xmic
    33Tags: timestamp, blockchain, content, authenticity, copyright, timestamps, protection, verification, proof, timestamping
    44Requires at least: 6.0.0
    55Tested up to: 6.5.2
    66Requires PHP: 7.4
    7 Stable tag: 1.2.0
     7Stable tag: 1.2.1
    88License: AGPL-3.0-only
    99License URI: https://spdx.org/licenses/AGPL-3.0-only.html
     
    3636The 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.
    3737
     38### GDPR Compliant
     39
     40The 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
     44We 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
     481. First, you will need to properly install the Timestamps plugin.
     492. Activate the plugin in WordPress.
     503. Visit the __Settings__ › __Timestamps__ page, and follow the instructions to authenticate your account.
     514. Click the "Save Changes" button.
     525. Enjoy! You can now visit any post, page, or custom post type; and timestamp your content!
     53
     54### Need Help?
     55
     56The plugin provides comprehensive customer support through email support@scoredetect.com.
     57You can reach out to our support team at any time for assistance.
     58
    3859The API Documentation is available here: https://docs.scoredetect.com/
    3960
     
    4162We value privacy - here is our Privacy Policy: https://www.scoredetect.com/privacy-policy
    4263
     64Example Verification Certificate: https://www.scoredetect.com/certificate/99f8b221-ff5c-4bea-b39a-a63b99880837
     65
    4366== Installation ==
    44671. First, you will need to properly install the Timestamps plugin.
    45682. Activate the plugin in WordPress.
    46693. Visit the __Settings__ › __Timestamps__ page, and follow the instructions to authenticate your account.
    47 4. Click the \"Save Changes\" button.
     704. Click the "Save Changes" button.
    48715. Enjoy! You can now visit any post, page, or custom post type; and timestamp your content!
     72
     73== Screenshots ==
     741. Connect to your ScoreDetect.com account - if you don’t have one yet, you can register at www.scoredetect.com
     752. Enable Timestamps for any WordPress content
     763. Display a Timestamp to improve your content authenticity and user experience
     774. Output a Verification Certificate to prove your content authenticity with a rich timeline
     785. Also works with any WordPress eCommerce plugin to help prove ownership and copyright protection of your products
    4979
    5080== Frequently Asked Questions ==
     
    84114== Changelog ==
    85115
    86 You can find the full changelog in the plugin's GitHub repository:
     116You can find the full changelog in the plugins GitHub repository:
    87117https://github.com/scoredetect/timestamps/blob/main/CHANGELOG.md
  • timestamps/tags/1.2.1/timestamps.php

    r3076784 r3081650  
    99 *
    1010 * @link              https://www.scoredetect.com/
    11  * @since             1.2.0
     11 * @since             1.2.1
    1212 * @package           SDCOM_Timestamps
    1313 *
     
    1515 * Plugin Name:       Timestamps
    1616 * Description:       Timestamp your WordPress content to empower your content authenticity and increase user trust with our blockchain timestamping solution.
    17  * Version:           1.2.0
     17 * Version:           1.2.1
    1818 * Author:            ScoreDetect.com
    1919 * Author URI:        https://www.scoredetect.com/
     
    3232
    3333// Useful global constants.
    34 define( 'SDCOM_TIMESTAMPS_VERSION', '1.2.0' );
     34define( 'SDCOM_TIMESTAMPS_VERSION', '1.2.1' );
    3535define( 'SDCOM_TIMESTAMPS_OPTIONS', 'sdcom_timestamps' );
    3636define( 'SDCOM_TIMESTAMPS_URL', plugin_dir_url( __FILE__ ) );
  • timestamps/trunk/package.json

    r3076784 r3081650  
    11{
    22  "name": "timestamps-plugin",
    3   "version": "1.2.0",
     3  "version": "1.2.1",
    44  "description": "Timestamp your WordPress content to empower your content authenticity and increase user trust with our blockchain timestamping solution.",
    55  "homepage": "https://www.scoredetect.com/",
  • timestamps/trunk/readme.txt

    r3076784 r3081650  
    11=== Timestamps ===
    2 Contributors: scoredetect
     2Contributors: scoredetect, xmic
    33Tags: timestamp, blockchain, content, authenticity, copyright, timestamps, protection, verification, proof, timestamping
    44Requires at least: 6.0.0
    55Tested up to: 6.5.2
    66Requires PHP: 7.4
    7 Stable tag: 1.2.0
     7Stable tag: 1.2.1
    88License: AGPL-3.0-only
    99License URI: https://spdx.org/licenses/AGPL-3.0-only.html
     
    3636The 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.
    3737
     38### GDPR Compliant
     39
     40The 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
     44We 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
     481. First, you will need to properly install the Timestamps plugin.
     492. Activate the plugin in WordPress.
     503. Visit the __Settings__ › __Timestamps__ page, and follow the instructions to authenticate your account.
     514. Click the "Save Changes" button.
     525. Enjoy! You can now visit any post, page, or custom post type; and timestamp your content!
     53
     54### Need Help?
     55
     56The plugin provides comprehensive customer support through email support@scoredetect.com.
     57You can reach out to our support team at any time for assistance.
     58
    3859The API Documentation is available here: https://docs.scoredetect.com/
    3960
     
    4162We value privacy - here is our Privacy Policy: https://www.scoredetect.com/privacy-policy
    4263
     64Example Verification Certificate: https://www.scoredetect.com/certificate/99f8b221-ff5c-4bea-b39a-a63b99880837
     65
    4366== Installation ==
    44671. First, you will need to properly install the Timestamps plugin.
    45682. Activate the plugin in WordPress.
    46693. Visit the __Settings__ › __Timestamps__ page, and follow the instructions to authenticate your account.
    47 4. Click the \"Save Changes\" button.
     704. Click the "Save Changes" button.
    48715. Enjoy! You can now visit any post, page, or custom post type; and timestamp your content!
     72
     73== Screenshots ==
     741. Connect to your ScoreDetect.com account - if you don’t have one yet, you can register at www.scoredetect.com
     752. Enable Timestamps for any WordPress content
     763. Display a Timestamp to improve your content authenticity and user experience
     774. Output a Verification Certificate to prove your content authenticity with a rich timeline
     785. Also works with any WordPress eCommerce plugin to help prove ownership and copyright protection of your products
    4979
    5080== Frequently Asked Questions ==
     
    84114== Changelog ==
    85115
    86 You can find the full changelog in the plugin's GitHub repository:
     116You can find the full changelog in the plugins GitHub repository:
    87117https://github.com/scoredetect/timestamps/blob/main/CHANGELOG.md
  • timestamps/trunk/timestamps.php

    r3076784 r3081650  
    99 *
    1010 * @link              https://www.scoredetect.com/
    11  * @since             1.2.0
     11 * @since             1.2.1
    1212 * @package           SDCOM_Timestamps
    1313 *
     
    1515 * Plugin Name:       Timestamps
    1616 * Description:       Timestamp your WordPress content to empower your content authenticity and increase user trust with our blockchain timestamping solution.
    17  * Version:           1.2.0
     17 * Version:           1.2.1
    1818 * Author:            ScoreDetect.com
    1919 * Author URI:        https://www.scoredetect.com/
     
    3232
    3333// Useful global constants.
    34 define( 'SDCOM_TIMESTAMPS_VERSION', '1.2.0' );
     34define( 'SDCOM_TIMESTAMPS_VERSION', '1.2.1' );
    3535define( 'SDCOM_TIMESTAMPS_OPTIONS', 'sdcom_timestamps' );
    3636define( 'SDCOM_TIMESTAMPS_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.