Plugin Directory

Changeset 3173927


Ignore:
Timestamp:
10/22/2024 10:23:59 PM (18 months ago)
Author:
xmic
Message:

Update to version 1.8.1 from GitHub

Location:
timestamps
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • timestamps/tags/1.8.1/package-lock.json

    r3168100 r3173927  
    11{
    22  "name": "timestamps-plugin",
    3   "version": "1.8.0",
     3  "version": "1.8.1",
    44  "lockfileVersion": 3,
    55  "requires": true,
     
    77    "": {
    88      "name": "timestamps-plugin",
    9       "version": "1.8.0",
     9      "version": "1.8.1",
    1010      "dependencies": {
    1111        "@supabase/supabase-js": "^2.39.3",
  • timestamps/tags/1.8.1/package.json

    r3168100 r3173927  
    11{
    22  "name": "timestamps-plugin",
    3   "version": "1.8.0",
     3  "version": "1.8.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.8.1/readme.txt

    r3168100 r3173927  
    33Tags: timestamp, blockchain, content, authenticity, copyright
    44Requires at least: 6.0.0
    5 Tested up to: 6.6.1
     5Tested up to: 6.7
    66Requires PHP: 7.4
    7 Stable tag: 1.8.0
     7Stable tag: 1.8.1
    88License: AGPL-3.0-only
    99License URI: https://spdx.org/licenses/AGPL-3.0-only.html
     
    1313== Description ==
    1414Timestamps allow you to increase content authenticity by displaying a rich timeline of your post updates. The timeline can be independently verified by the public.
     15
     16### SCOREDETECT: THE #1 WORDPRESS TIMESTAMPING PLUGIN
     17
     18Since 2023, ScoreDetect has helped several users protect their digital assets and increase their content authenticity.
     19
     20Now, we are bringing the power to **WordPress** with the Timestamps plugin. With fresh features, an eco-friendly and secure blockchain, active plugin updates, and active customer support.
     21
     22### FEATURES
    1523
    1624Here is a list of features included in the plugin:
     
    3240__Classic Editor Ready__: The plugin is also ready for the __Classic Editor__, so you can use it with the editor you prefer.
    3341
     42__Timestamps Shortcode__: You can use the `[timestamps]` shortcode to display the verification certificate on your posts, pages, or custom post types. In Gutenberg, type `/shortcode`, press Enter, and input the `[timestamps]` shortcode.
     43
    3444__Screenshots Button__: Allow your users to easily timestamp their screenshots by adding a `[timestamps_screenshot]` shortcode button. Each screenshot is unique with a QR code, date/time, and certificate ID.
    3545
     
    3848The 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.
    3949
    40 ### WooCommerce
     50### WOOCOMMERCE SUPPORT
    4151
    4252The plugin is compatible with WooCommerce. You can timestamp your orders and products and protect your digital assets.
    4353
    44 ### GDPR Compliant
     54### GDPR COMPLIANT
    4555
    4656The 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/
    4757
    48 ### SEO Friendly
     58### SEO FRIENDLY
    4959
    5060We 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.
    5161
    52 ### How to Use the Plugin
     62### HOW TO GET STARTED
    5363
    54641. First, you will need to properly install the Timestamps plugin.
     
    58685. Enjoy! You can now visit any post, page, or custom post type; and timestamp your content!
    5969
    60 ### Need Help?
     70### NEED HELP?
    6171
    6272The plugin provides comprehensive customer support through email support@scoredetect.com.
  • timestamps/tags/1.8.1/timestamps.php

    r3168100 r3173927  
    99 *
    1010 * @link              https://www.scoredetect.com/
    11  * @since             1.8.0
     11 * @since             1.8.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. No blockchain skills needed.
    17  * Version:           1.8.0
     17 * Version:           1.8.1
    1818 * Author:            ScoreDetect.com
    1919 * Author URI:        https://www.scoredetect.com/
     
    3434
    3535// Useful global constants.
    36 define( 'SDCOM_TIMESTAMPS_VERSION', '1.8.0' );
     36define( 'SDCOM_TIMESTAMPS_VERSION', '1.8.1' );
    3737define( 'SDCOM_TIMESTAMPS_OPTIONS', 'sdcom_timestamps' );
    3838define( 'SDCOM_TIMESTAMPS_URL', plugin_dir_url( __FILE__ ) );
  • timestamps/trunk/package-lock.json

    r3168100 r3173927  
    11{
    22  "name": "timestamps-plugin",
    3   "version": "1.8.0",
     3  "version": "1.8.1",
    44  "lockfileVersion": 3,
    55  "requires": true,
     
    77    "": {
    88      "name": "timestamps-plugin",
    9       "version": "1.8.0",
     9      "version": "1.8.1",
    1010      "dependencies": {
    1111        "@supabase/supabase-js": "^2.39.3",
  • timestamps/trunk/package.json

    r3168100 r3173927  
    11{
    22  "name": "timestamps-plugin",
    3   "version": "1.8.0",
     3  "version": "1.8.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

    r3168100 r3173927  
    33Tags: timestamp, blockchain, content, authenticity, copyright
    44Requires at least: 6.0.0
    5 Tested up to: 6.6.1
     5Tested up to: 6.7
    66Requires PHP: 7.4
    7 Stable tag: 1.8.0
     7Stable tag: 1.8.1
    88License: AGPL-3.0-only
    99License URI: https://spdx.org/licenses/AGPL-3.0-only.html
     
    1313== Description ==
    1414Timestamps allow you to increase content authenticity by displaying a rich timeline of your post updates. The timeline can be independently verified by the public.
     15
     16### SCOREDETECT: THE #1 WORDPRESS TIMESTAMPING PLUGIN
     17
     18Since 2023, ScoreDetect has helped several users protect their digital assets and increase their content authenticity.
     19
     20Now, we are bringing the power to **WordPress** with the Timestamps plugin. With fresh features, an eco-friendly and secure blockchain, active plugin updates, and active customer support.
     21
     22### FEATURES
    1523
    1624Here is a list of features included in the plugin:
     
    3240__Classic Editor Ready__: The plugin is also ready for the __Classic Editor__, so you can use it with the editor you prefer.
    3341
     42__Timestamps Shortcode__: You can use the `[timestamps]` shortcode to display the verification certificate on your posts, pages, or custom post types. In Gutenberg, type `/shortcode`, press Enter, and input the `[timestamps]` shortcode.
     43
    3444__Screenshots Button__: Allow your users to easily timestamp their screenshots by adding a `[timestamps_screenshot]` shortcode button. Each screenshot is unique with a QR code, date/time, and certificate ID.
    3545
     
    3848The 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.
    3949
    40 ### WooCommerce
     50### WOOCOMMERCE SUPPORT
    4151
    4252The plugin is compatible with WooCommerce. You can timestamp your orders and products and protect your digital assets.
    4353
    44 ### GDPR Compliant
     54### GDPR COMPLIANT
    4555
    4656The 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/
    4757
    48 ### SEO Friendly
     58### SEO FRIENDLY
    4959
    5060We 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.
    5161
    52 ### How to Use the Plugin
     62### HOW TO GET STARTED
    5363
    54641. First, you will need to properly install the Timestamps plugin.
     
    58685. Enjoy! You can now visit any post, page, or custom post type; and timestamp your content!
    5969
    60 ### Need Help?
     70### NEED HELP?
    6171
    6272The plugin provides comprehensive customer support through email support@scoredetect.com.
  • timestamps/trunk/timestamps.php

    r3168100 r3173927  
    99 *
    1010 * @link              https://www.scoredetect.com/
    11  * @since             1.8.0
     11 * @since             1.8.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. No blockchain skills needed.
    17  * Version:           1.8.0
     17 * Version:           1.8.1
    1818 * Author:            ScoreDetect.com
    1919 * Author URI:        https://www.scoredetect.com/
     
    3434
    3535// Useful global constants.
    36 define( 'SDCOM_TIMESTAMPS_VERSION', '1.8.0' );
     36define( 'SDCOM_TIMESTAMPS_VERSION', '1.8.1' );
    3737define( 'SDCOM_TIMESTAMPS_OPTIONS', 'sdcom_timestamps' );
    3838define( 'SDCOM_TIMESTAMPS_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.