Plugin Directory

Changeset 3106070


Ignore:
Timestamp:
06/22/2024 05:21:31 PM (22 months ago)
Author:
xmic
Message:

Update to version 1.3.1 from GitHub

Location:
timestamps
Files:
2 deleted
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • timestamps/tags/1.3.1/assets/js/authenticate.js

    r3048002 r3106070  
    8585    const errorMessage = document.createElement('p');
    8686    errorMessage.textContent = sprintf(
     87        /* translators: %s: error message */
    8788        __(`Error: %s. Refresh the page to continue.`, 'timestamps'),
    8889        error.message,
  • timestamps/tags/1.3.1/package-lock.json

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

    r3106064 r3106070  
    11{
    22  "name": "timestamps-plugin",
    3   "version": "1.3.0",
     3  "version": "1.3.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.3.1/readme.txt

    r3106064 r3106070  
    55Tested up to: 6.5.2
    66Requires PHP: 7.4
    7 Stable tag: 1.3.0
     7Stable tag: 1.3.1
    88License: AGPL-3.0-only
    99License URI: https://spdx.org/licenses/AGPL-3.0-only.html
  • timestamps/tags/1.3.1/timestamps.php

    r3106064 r3106070  
    99 *
    1010 * @link              https://www.scoredetect.com/
    11  * @since             1.3.0
     11 * @since             1.3.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.3.0
     17 * Version:           1.3.1
    1818 * Author:            ScoreDetect.com
    1919 * Author URI:        https://www.scoredetect.com/
     
    3232
    3333// Useful global constants.
    34 define( 'SDCOM_TIMESTAMPS_VERSION', '1.3.0' );
     34define( 'SDCOM_TIMESTAMPS_VERSION', '1.3.1' );
    3535define( 'SDCOM_TIMESTAMPS_OPTIONS', 'sdcom_timestamps' );
    3636define( 'SDCOM_TIMESTAMPS_URL', plugin_dir_url( __FILE__ ) );
  • timestamps/trunk/assets/js/authenticate.js

    r3048002 r3106070  
    8585    const errorMessage = document.createElement('p');
    8686    errorMessage.textContent = sprintf(
     87        /* translators: %s: error message */
    8788        __(`Error: %s. Refresh the page to continue.`, 'timestamps'),
    8889        error.message,
  • timestamps/trunk/package-lock.json

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

    r3106064 r3106070  
    11{
    22  "name": "timestamps-plugin",
    3   "version": "1.3.0",
     3  "version": "1.3.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

    r3106064 r3106070  
    55Tested up to: 6.5.2
    66Requires PHP: 7.4
    7 Stable tag: 1.3.0
     7Stable tag: 1.3.1
    88License: AGPL-3.0-only
    99License URI: https://spdx.org/licenses/AGPL-3.0-only.html
  • timestamps/trunk/timestamps.php

    r3106064 r3106070  
    99 *
    1010 * @link              https://www.scoredetect.com/
    11  * @since             1.3.0
     11 * @since             1.3.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.3.0
     17 * Version:           1.3.1
    1818 * Author:            ScoreDetect.com
    1919 * Author URI:        https://www.scoredetect.com/
     
    3232
    3333// Useful global constants.
    34 define( 'SDCOM_TIMESTAMPS_VERSION', '1.3.0' );
     34define( 'SDCOM_TIMESTAMPS_VERSION', '1.3.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.