Plugin Directory

Changeset 3109738


Ignore:
Timestamp:
06/29/2024 04:14:02 PM (21 months ago)
Author:
xmic
Message:

Update to version 1.4.1 from GitHub

Location:
timestamps
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • timestamps/tags/1.4.1/includes/classes/Screen/Settings.php

    r3106064 r3109738  
    111111                            'default_timestamps_enabled' => [
    112112                                'type' => 'string',
     113                            ],
     114                            'enable_timestamps_woocommerce_orders' => [
     115                                'type' => 'string',
     116                            ],
     117                            'delete_certificates_old_woocommerce_orders_age' => [
     118                                'type' => 'string',
     119                            ],
     120                            'woocommerce_order_statuses_marked_old_certificates' => [
     121                                'type' => 'array',
    113122                            ],
    114123                        ],
  • timestamps/tags/1.4.1/package-lock.json

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

    r3108482 r3109738  
    11{
    22  "name": "timestamps-plugin",
    3   "version": "1.4.0",
     3  "version": "1.4.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.4.1/readme.txt

    r3108482 r3109738  
    55Tested up to: 6.6
    66Requires PHP: 7.4
    7 Stable tag: 1.4.0
     7Stable tag: 1.4.1
    88License: AGPL-3.0-only
    99License URI: https://spdx.org/licenses/AGPL-3.0-only.html
  • timestamps/tags/1.4.1/timestamps.php

    r3108482 r3109738  
    99 *
    1010 * @link              https://www.scoredetect.com/
    11  * @since             1.4.0
     11 * @since             1.4.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.4.0
     17 * Version:           1.4.1
    1818 * Author:            ScoreDetect.com
    1919 * Author URI:        https://www.scoredetect.com/
     
    3232
    3333// Useful global constants.
    34 define( 'SDCOM_TIMESTAMPS_VERSION', '1.4.0' );
     34define( 'SDCOM_TIMESTAMPS_VERSION', '1.4.1' );
    3535define( 'SDCOM_TIMESTAMPS_OPTIONS', 'sdcom_timestamps' );
    3636define( 'SDCOM_TIMESTAMPS_URL', plugin_dir_url( __FILE__ ) );
  • timestamps/trunk/includes/classes/Screen/Settings.php

    r3106064 r3109738  
    111111                            'default_timestamps_enabled' => [
    112112                                'type' => 'string',
     113                            ],
     114                            'enable_timestamps_woocommerce_orders' => [
     115                                'type' => 'string',
     116                            ],
     117                            'delete_certificates_old_woocommerce_orders_age' => [
     118                                'type' => 'string',
     119                            ],
     120                            'woocommerce_order_statuses_marked_old_certificates' => [
     121                                'type' => 'array',
    113122                            ],
    114123                        ],
  • timestamps/trunk/package-lock.json

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

    r3108482 r3109738  
    11{
    22  "name": "timestamps-plugin",
    3   "version": "1.4.0",
     3  "version": "1.4.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

    r3108482 r3109738  
    55Tested up to: 6.6
    66Requires PHP: 7.4
    7 Stable tag: 1.4.0
     7Stable tag: 1.4.1
    88License: AGPL-3.0-only
    99License URI: https://spdx.org/licenses/AGPL-3.0-only.html
  • timestamps/trunk/timestamps.php

    r3108482 r3109738  
    99 *
    1010 * @link              https://www.scoredetect.com/
    11  * @since             1.4.0
     11 * @since             1.4.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.4.0
     17 * Version:           1.4.1
    1818 * Author:            ScoreDetect.com
    1919 * Author URI:        https://www.scoredetect.com/
     
    3232
    3333// Useful global constants.
    34 define( 'SDCOM_TIMESTAMPS_VERSION', '1.4.0' );
     34define( 'SDCOM_TIMESTAMPS_VERSION', '1.4.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.