Changeset 3073879
- Timestamp:
- 04/19/2024 02:23:39 PM (2 years ago)
- Location:
- timestamps/trunk
- Files:
-
- 3 edited
-
package.json (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
timestamps.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
timestamps/trunk/package.json
r3073868 r3073879 1 1 { 2 2 "name": "timestamps-plugin", 3 "version": "1.1. 0",3 "version": "1.1.1", 4 4 "description": "Timestamp your WordPress content into the blockchain to empower your content authenticity and increase user trust.", 5 5 "homepage": "https://www.scoredetect.com/", -
timestamps/trunk/readme.txt
r3048002 r3073879 5 5 Tested up to: 6.4.2 6 6 Requires PHP: 7.4 7 Stable tag: 1. 0.07 Stable tag: 1.1.1 8 8 License: AGPL-3.0-only 9 9 License URI: https://spdx.org/licenses/AGPL-3.0-only.html … … 85 85 86 86 You 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 87 https://github.com/scoredetect/timestamps/blob/main/CHANGELOG.md -
timestamps/trunk/timestamps.php
r3073868 r3073879 9 9 * 10 10 * @link https://www.scoredetect.com/ 11 * @since 1.1. 011 * @since 1.1.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. 17 * Version: 1.1. 017 * Version: 1.1.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.1. 0' );34 define( 'SDCOM_TIMESTAMPS_VERSION', '1.1.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.