Changeset 3065332
- Timestamp:
- 04/05/2024 09:47:46 AM (22 months ago)
- Location:
- dash-todo
- Files:
-
- 6 edited
- 1 copied
-
tags/1.1.3 (copied) (copied from dash-todo/trunk)
-
tags/1.1.3/README.txt (modified) (2 diffs)
-
tags/1.1.3/dash-todo.php (modified) (2 diffs)
-
tags/1.1.3/package-lock.json (modified) (3 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/dash-todo.php (modified) (2 diffs)
-
trunk/package-lock.json (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dash-todo/tags/1.1.3/README.txt
r3064064 r3065332 5 5 Requires at least: 6.0 6 6 Tested up to: 6.5 7 Stable tag: 1.1. 27 Stable tag: 1.1.3 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 27 27 28 28 == Changelog == 29 = 1.1.2 = 30 * 6.5 compatibility 29 31 = 1.1.2 = 30 32 * Fix: UI inconsistency -
dash-todo/tags/1.1.3/dash-todo.php
r3064064 r3065332 8 8 * Author: Sharif Mohammad Eunus 9 9 * Author URI: https://sharifff.com 10 * Version: 1.1. 210 * Version: 1.1.3 11 11 * Requires at least: 6.0 12 12 * Tested up to: 6.5 … … 21 21 22 22 23 define( 'DASH_TODO_PLUGIN_VERSION', '1.1. 1' );23 define( 'DASH_TODO_PLUGIN_VERSION', '1.1.3' ); 24 24 define( 'DASH_TODO_PLUGIN_FILE', __FILE__ ); 25 25 -
dash-todo/tags/1.1.3/package-lock.json
r3064064 r3065332 6615 6615 }, 6616 6616 "node_modules/caniuse-lite": { 6617 "version": "1.0.3000160 5",6618 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.3000160 5.tgz",6619 "integrity": "sha512- nXwGlFWo34uliI9z3n6Qc0wZaf7zaZWA1CPZ169La5mV3I/gem7bst0vr5XQH5TJXZIMfDeZyOrZnSlVzKxxHQ==",6617 "version": "1.0.30001606", 6618 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001606.tgz", 6619 "integrity": "sha512-LPbwnW4vfpJId225pwjZJOgX1m9sGfbw/RKJvw/t0QhYOOaTXHvkjVGFGPpvwEzufrjvTlsULnVTxdy4/6cqkg==", 6620 6620 "dev": true, 6621 6621 "funding": [ … … 8014 8014 }, 8015 8015 "node_modules/electron-to-chromium": { 8016 "version": "1.4.72 4",8017 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.72 4.tgz",8018 "integrity": "sha512- RTRvkmRkGhNBPPpdrgtDKvmOEYTrPlXDfc0J/Nfq5s29tEahAwhiX4mmhNzj6febWMleulxVYPh7QwCSL/EldA==",8016 "version": "1.4.728", 8017 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.728.tgz", 8018 "integrity": "sha512-Ud1v7hJJYIqehlUJGqR6PF1Ek8l80zWwxA6nGxigBsGJ9f9M2fciHyrIiNMerSHSH3p+0/Ia7jIlnDkt41h5cw==", 8019 8019 "dev": true 8020 8020 }, … … 16667 16667 }, 16668 16668 "node_modules/typescript": { 16669 "version": "5.4. 3",16670 "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4. 3.tgz",16671 "integrity": "sha512- KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==",16669 "version": "5.4.4", 16670 "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", 16671 "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", 16672 16672 "dev": true, 16673 16673 "peer": true, -
dash-todo/trunk/README.txt
r3064064 r3065332 5 5 Requires at least: 6.0 6 6 Tested up to: 6.5 7 Stable tag: 1.1. 27 Stable tag: 1.1.3 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 27 27 28 28 == Changelog == 29 = 1.1.2 = 30 * 6.5 compatibility 29 31 = 1.1.2 = 30 32 * Fix: UI inconsistency -
dash-todo/trunk/dash-todo.php
r3064064 r3065332 8 8 * Author: Sharif Mohammad Eunus 9 9 * Author URI: https://sharifff.com 10 * Version: 1.1. 210 * Version: 1.1.3 11 11 * Requires at least: 6.0 12 12 * Tested up to: 6.5 … … 21 21 22 22 23 define( 'DASH_TODO_PLUGIN_VERSION', '1.1. 1' );23 define( 'DASH_TODO_PLUGIN_VERSION', '1.1.3' ); 24 24 define( 'DASH_TODO_PLUGIN_FILE', __FILE__ ); 25 25 -
dash-todo/trunk/package-lock.json
r3064064 r3065332 6615 6615 }, 6616 6616 "node_modules/caniuse-lite": { 6617 "version": "1.0.3000160 5",6618 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.3000160 5.tgz",6619 "integrity": "sha512- nXwGlFWo34uliI9z3n6Qc0wZaf7zaZWA1CPZ169La5mV3I/gem7bst0vr5XQH5TJXZIMfDeZyOrZnSlVzKxxHQ==",6617 "version": "1.0.30001606", 6618 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001606.tgz", 6619 "integrity": "sha512-LPbwnW4vfpJId225pwjZJOgX1m9sGfbw/RKJvw/t0QhYOOaTXHvkjVGFGPpvwEzufrjvTlsULnVTxdy4/6cqkg==", 6620 6620 "dev": true, 6621 6621 "funding": [ … … 8014 8014 }, 8015 8015 "node_modules/electron-to-chromium": { 8016 "version": "1.4.72 4",8017 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.72 4.tgz",8018 "integrity": "sha512- RTRvkmRkGhNBPPpdrgtDKvmOEYTrPlXDfc0J/Nfq5s29tEahAwhiX4mmhNzj6febWMleulxVYPh7QwCSL/EldA==",8016 "version": "1.4.728", 8017 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.728.tgz", 8018 "integrity": "sha512-Ud1v7hJJYIqehlUJGqR6PF1Ek8l80zWwxA6nGxigBsGJ9f9M2fciHyrIiNMerSHSH3p+0/Ia7jIlnDkt41h5cw==", 8019 8019 "dev": true 8020 8020 }, … … 16667 16667 }, 16668 16668 "node_modules/typescript": { 16669 "version": "5.4. 3",16670 "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4. 3.tgz",16671 "integrity": "sha512- KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==",16669 "version": "5.4.4", 16670 "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", 16671 "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", 16672 16672 "dev": true, 16673 16673 "peer": true,
Note: See TracChangeset
for help on using the changeset viewer.