Changeset 3109738
- Timestamp:
- 06/29/2024 04:14:02 PM (21 months ago)
- Location:
- timestamps
- Files:
-
- 10 edited
- 1 copied
-
tags/1.4.1 (copied) (copied from timestamps/trunk)
-
tags/1.4.1/includes/classes/Screen/Settings.php (modified) (1 diff)
-
tags/1.4.1/package-lock.json (modified) (2 diffs)
-
tags/1.4.1/package.json (modified) (1 diff)
-
tags/1.4.1/readme.txt (modified) (1 diff)
-
tags/1.4.1/timestamps.php (modified) (3 diffs)
-
trunk/includes/classes/Screen/Settings.php (modified) (1 diff)
-
trunk/package-lock.json (modified) (2 diffs)
-
trunk/package.json (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/timestamps.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
timestamps/tags/1.4.1/includes/classes/Screen/Settings.php
r3106064 r3109738 111 111 'default_timestamps_enabled' => [ 112 112 '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', 113 122 ], 114 123 ], -
timestamps/tags/1.4.1/package-lock.json
r3108482 r3109738 1 1 { 2 2 "name": "timestamps-plugin", 3 "version": "1.4. 0",3 "version": "1.4.1", 4 4 "lockfileVersion": 3, 5 5 "requires": true, … … 7 7 "": { 8 8 "name": "timestamps-plugin", 9 "version": "1.4. 0",9 "version": "1.4.1", 10 10 "dependencies": { 11 11 "@supabase/supabase-js": "^2.39.3", -
timestamps/tags/1.4.1/package.json
r3108482 r3109738 1 1 { 2 2 "name": "timestamps-plugin", 3 "version": "1.4. 0",3 "version": "1.4.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.4.1/readme.txt
r3108482 r3109738 5 5 Tested up to: 6.6 6 6 Requires PHP: 7.4 7 Stable tag: 1.4. 07 Stable tag: 1.4.1 8 8 License: AGPL-3.0-only 9 9 License URI: https://spdx.org/licenses/AGPL-3.0-only.html -
timestamps/tags/1.4.1/timestamps.php
r3108482 r3109738 9 9 * 10 10 * @link https://www.scoredetect.com/ 11 * @since 1.4. 011 * @since 1.4.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. No blockchain skills needed. 17 * Version: 1.4. 017 * Version: 1.4.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.4. 0' );34 define( 'SDCOM_TIMESTAMPS_VERSION', '1.4.1' ); 35 35 define( 'SDCOM_TIMESTAMPS_OPTIONS', 'sdcom_timestamps' ); 36 36 define( 'SDCOM_TIMESTAMPS_URL', plugin_dir_url( __FILE__ ) ); -
timestamps/trunk/includes/classes/Screen/Settings.php
r3106064 r3109738 111 111 'default_timestamps_enabled' => [ 112 112 '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', 113 122 ], 114 123 ], -
timestamps/trunk/package-lock.json
r3108482 r3109738 1 1 { 2 2 "name": "timestamps-plugin", 3 "version": "1.4. 0",3 "version": "1.4.1", 4 4 "lockfileVersion": 3, 5 5 "requires": true, … … 7 7 "": { 8 8 "name": "timestamps-plugin", 9 "version": "1.4. 0",9 "version": "1.4.1", 10 10 "dependencies": { 11 11 "@supabase/supabase-js": "^2.39.3", -
timestamps/trunk/package.json
r3108482 r3109738 1 1 { 2 2 "name": "timestamps-plugin", 3 "version": "1.4. 0",3 "version": "1.4.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
r3108482 r3109738 5 5 Tested up to: 6.6 6 6 Requires PHP: 7.4 7 Stable tag: 1.4. 07 Stable tag: 1.4.1 8 8 License: AGPL-3.0-only 9 9 License URI: https://spdx.org/licenses/AGPL-3.0-only.html -
timestamps/trunk/timestamps.php
r3108482 r3109738 9 9 * 10 10 * @link https://www.scoredetect.com/ 11 * @since 1.4. 011 * @since 1.4.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. No blockchain skills needed. 17 * Version: 1.4. 017 * Version: 1.4.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.4. 0' );34 define( 'SDCOM_TIMESTAMPS_VERSION', '1.4.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.