Changeset 3106070
- Timestamp:
- 06/22/2024 05:21:31 PM (22 months ago)
- Location:
- timestamps
- Files:
-
- 2 deleted
- 10 edited
- 1 copied
-
tags/1.3.1 (copied) (copied from timestamps/trunk)
-
tags/1.3.1/assets/js/authenticate.js (modified) (1 diff)
-
tags/1.3.1/languages (deleted)
-
tags/1.3.1/package-lock.json (modified) (2 diffs)
-
tags/1.3.1/package.json (modified) (1 diff)
-
tags/1.3.1/readme.txt (modified) (1 diff)
-
tags/1.3.1/timestamps.php (modified) (3 diffs)
-
trunk/assets/js/authenticate.js (modified) (1 diff)
-
trunk/languages (deleted)
-
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.3.1/assets/js/authenticate.js
r3048002 r3106070 85 85 const errorMessage = document.createElement('p'); 86 86 errorMessage.textContent = sprintf( 87 /* translators: %s: error message */ 87 88 __(`Error: %s. Refresh the page to continue.`, 'timestamps'), 88 89 error.message, -
timestamps/tags/1.3.1/package-lock.json
r3106064 r3106070 1 1 { 2 2 "name": "timestamps-plugin", 3 "version": "1. 2.1",3 "version": "1.3.1", 4 4 "lockfileVersion": 3, 5 5 "requires": true, … … 7 7 "": { 8 8 "name": "timestamps-plugin", 9 "version": "1. 2.1",9 "version": "1.3.1", 10 10 "dependencies": { 11 11 "@supabase/supabase-js": "^2.39.3", -
timestamps/tags/1.3.1/package.json
r3106064 r3106070 1 1 { 2 2 "name": "timestamps-plugin", 3 "version": "1.3. 0",3 "version": "1.3.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.3.1/readme.txt
r3106064 r3106070 5 5 Tested up to: 6.5.2 6 6 Requires PHP: 7.4 7 Stable tag: 1.3. 07 Stable tag: 1.3.1 8 8 License: AGPL-3.0-only 9 9 License URI: https://spdx.org/licenses/AGPL-3.0-only.html -
timestamps/tags/1.3.1/timestamps.php
r3106064 r3106070 9 9 * 10 10 * @link https://www.scoredetect.com/ 11 * @since 1.3. 011 * @since 1.3.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.3. 017 * Version: 1.3.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.3. 0' );34 define( 'SDCOM_TIMESTAMPS_VERSION', '1.3.1' ); 35 35 define( 'SDCOM_TIMESTAMPS_OPTIONS', 'sdcom_timestamps' ); 36 36 define( 'SDCOM_TIMESTAMPS_URL', plugin_dir_url( __FILE__ ) ); -
timestamps/trunk/assets/js/authenticate.js
r3048002 r3106070 85 85 const errorMessage = document.createElement('p'); 86 86 errorMessage.textContent = sprintf( 87 /* translators: %s: error message */ 87 88 __(`Error: %s. Refresh the page to continue.`, 'timestamps'), 88 89 error.message, -
timestamps/trunk/package-lock.json
r3106064 r3106070 1 1 { 2 2 "name": "timestamps-plugin", 3 "version": "1. 2.1",3 "version": "1.3.1", 4 4 "lockfileVersion": 3, 5 5 "requires": true, … … 7 7 "": { 8 8 "name": "timestamps-plugin", 9 "version": "1. 2.1",9 "version": "1.3.1", 10 10 "dependencies": { 11 11 "@supabase/supabase-js": "^2.39.3", -
timestamps/trunk/package.json
r3106064 r3106070 1 1 { 2 2 "name": "timestamps-plugin", 3 "version": "1.3. 0",3 "version": "1.3.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
r3106064 r3106070 5 5 Tested up to: 6.5.2 6 6 Requires PHP: 7.4 7 Stable tag: 1.3. 07 Stable tag: 1.3.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
r3106064 r3106070 9 9 * 10 10 * @link https://www.scoredetect.com/ 11 * @since 1.3. 011 * @since 1.3.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.3. 017 * Version: 1.3.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.3. 0' );34 define( 'SDCOM_TIMESTAMPS_VERSION', '1.3.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.