Plugin Directory

Changeset 3073879


Ignore:
Timestamp:
04/19/2024 02:23:39 PM (2 years ago)
Author:
xmic
Message:

tagging version 1.1.1

Location:
timestamps/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • timestamps/trunk/package.json

    r3073868 r3073879  
    11{
    22  "name": "timestamps-plugin",
    3   "version": "1.1.0",
     3  "version": "1.1.1",
    44  "description": "Timestamp your WordPress content into the blockchain to empower your content authenticity and increase user trust.",
    55  "homepage": "https://www.scoredetect.com/",
  • timestamps/trunk/readme.txt

    r3048002 r3073879  
    55Tested up to: 6.4.2
    66Requires PHP: 7.4
    7 Stable tag: 1.0.0
     7Stable tag: 1.1.1
    88License: AGPL-3.0-only
    99License URI: https://spdx.org/licenses/AGPL-3.0-only.html
     
    8585
    8686You can find the full changelog in the plugin's GitHub repository:
    87 https://github.com/scoredetect/timestamps/
    88 
    89 = 1.0.0 - Unknown =
    90 * Initial plugin
     87https://github.com/scoredetect/timestamps/blob/main/CHANGELOG.md
  • timestamps/trunk/timestamps.php

    r3073868 r3073879  
    99 *
    1010 * @link              https://www.scoredetect.com/
    11  * @since             1.1.0
     11 * @since             1.1.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.
    17  * Version:           1.1.0
     17 * Version:           1.1.1
    1818 * Author:            ScoreDetect.com
    1919 * Author URI:        https://www.scoredetect.com/
     
    3232
    3333// Useful global constants.
    34 define( 'SDCOM_TIMESTAMPS_VERSION', '1.1.0' );
     34define( 'SDCOM_TIMESTAMPS_VERSION', '1.1.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.