Plugin Directory

Changeset 3065332


Ignore:
Timestamp:
04/05/2024 09:47:46 AM (22 months ago)
Author:
smeunus
Message:

Update to version 1.1.3 from GitHub

Location:
dash-todo
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • dash-todo/tags/1.1.3/README.txt

    r3064064 r3065332  
    55Requires at least: 6.0
    66Tested up to: 6.5
    7 Stable tag: 1.1.2
     7Stable tag: 1.1.3
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    2727
    2828== Changelog ==
     29= 1.1.2 =
     30* 6.5 compatibility
    2931= 1.1.2 =
    3032* Fix: UI inconsistency
  • dash-todo/tags/1.1.3/dash-todo.php

    r3064064 r3065332  
    88 * Author:            Sharif Mohammad Eunus
    99 * Author URI:       https://sharifff.com
    10  * Version:           1.1.2
     10 * Version:           1.1.3
    1111 * Requires at least: 6.0
    1212 * Tested up to:      6.5
     
    2121
    2222
    23 define( 'DASH_TODO_PLUGIN_VERSION', '1.1.1' );
     23define( 'DASH_TODO_PLUGIN_VERSION', '1.1.3' );
    2424define( 'DASH_TODO_PLUGIN_FILE', __FILE__ );
    2525
  • dash-todo/tags/1.1.3/package-lock.json

    r3064064 r3065332  
    66156615    },
    66166616    "node_modules/caniuse-lite": {
    6617       "version": "1.0.30001605",
    6618       "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001605.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==",
    66206620      "dev": true,
    66216621      "funding": [
     
    80148014    },
    80158015    "node_modules/electron-to-chromium": {
    8016       "version": "1.4.724",
    8017       "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.724.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==",
    80198019      "dev": true
    80208020    },
     
    1666716667    },
    1666816668    "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==",
    1667216672      "dev": true,
    1667316673      "peer": true,
  • dash-todo/trunk/README.txt

    r3064064 r3065332  
    55Requires at least: 6.0
    66Tested up to: 6.5
    7 Stable tag: 1.1.2
     7Stable tag: 1.1.3
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    2727
    2828== Changelog ==
     29= 1.1.2 =
     30* 6.5 compatibility
    2931= 1.1.2 =
    3032* Fix: UI inconsistency
  • dash-todo/trunk/dash-todo.php

    r3064064 r3065332  
    88 * Author:            Sharif Mohammad Eunus
    99 * Author URI:       https://sharifff.com
    10  * Version:           1.1.2
     10 * Version:           1.1.3
    1111 * Requires at least: 6.0
    1212 * Tested up to:      6.5
     
    2121
    2222
    23 define( 'DASH_TODO_PLUGIN_VERSION', '1.1.1' );
     23define( 'DASH_TODO_PLUGIN_VERSION', '1.1.3' );
    2424define( 'DASH_TODO_PLUGIN_FILE', __FILE__ );
    2525
  • dash-todo/trunk/package-lock.json

    r3064064 r3065332  
    66156615    },
    66166616    "node_modules/caniuse-lite": {
    6617       "version": "1.0.30001605",
    6618       "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001605.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==",
    66206620      "dev": true,
    66216621      "funding": [
     
    80148014    },
    80158015    "node_modules/electron-to-chromium": {
    8016       "version": "1.4.724",
    8017       "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.724.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==",
    80198019      "dev": true
    80208020    },
     
    1666716667    },
    1666816668    "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==",
    1667216672      "dev": true,
    1667316673      "peer": true,
Note: See TracChangeset for help on using the changeset viewer.