Plugin Directory

Changeset 3469260


Ignore:
Timestamp:
02/25/2026 09:44:58 AM (2 weeks ago)
Author:
dekode
Message:

Release 2.4.1

Location:
dekode-fundraising
Files:
5 edited
24 copied

Legend:

Unmodified
Added
Removed
  • dekode-fundraising/tags/2.4.1/CHANGELOG.txt

    r3455489 r3469260  
     1= 2.4.1 (2026-02-24) =
     2* Maintenance- Dependency updates.
     3
    14= 2.4.0 (2026-02-06) =
    25* Enhancement- Added support for the new conversion and tracking scripts.
  • dekode-fundraising/tags/2.4.1/README.txt

    r3455489 r3469260  
    44Requires PHP: 8.1
    55Tested up to: 6.8
    6 Stable tag: 2.4.0
     6Stable tag: 2.4.1
    77License: GPLv3 or later
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    4646== Changelog ==
    4747
     48= 2.4.1 (2026-02-24) =
     49* Maintenance- Dependency updates.
     50
    4851= 2.4.0 (2026-02-06) =
    4952* Enhancement- Added support for the new conversion and tracking scripts.
  • dekode-fundraising/tags/2.4.1/composer.json

    r3410996 r3469260  
    1818    },
    1919    "require-dev": {
    20         "dekode/coding-standards": "~6.2.0",
     20        "dekode/coding-standards": "~6.4.0",
    2121        "phpunit/phpunit": "9.6.x-dev",
    22         "wp-cli/i18n-command": "~2.6.5",
     22        "wp-cli/i18n-command": "~2.6.6",
    2323        "wp-phpunit/wp-phpunit": "dev-master",
    24         "yoast/phpunit-polyfills": "^4.0@dev"
     24        "yoast/phpunit-polyfills": "~4.0.0"
    2525    },
    2626    "scripts": {
  • dekode-fundraising/tags/2.4.1/dekode-fundraising.php

    r3455489 r3469260  
    44 * Plugin URI:        https://github.com/DekodeInteraktiv/fundy-extension-wp/
    55 * Description:       Integrates with Dekode Fundraising, making it easy to add donation forms to your website.
    6  * Version:           2.4.0
     6 * Version:           2.4.1
    77 * Author:            Dekode Interaktiv
    88 * Author URI:        https://dekode.no
     
    2525}
    2626
    27 \define( 'FUNDY_VERSION', '2.4.0' );
     27\define( 'FUNDY_VERSION', '2.4.1' );
    2828\define( 'FUNDY_PLUGIN_URL', \plugin_dir_url( __FILE__ ) );
    2929\define( 'FUNDY_PLUGIN_DIR', \plugin_dir_path( __FILE__ ) );
  • dekode-fundraising/tags/2.4.1/package.json

    r3455489 r3469260  
    99    },
    1010    "devDependencies": {
    11         "@playwright/test": "~1.57.0",
    12         "@wordpress/dom-ready": "~4.37.0",
    13         "@wordpress/e2e-test-utils-playwright": "~1.37.0",
    14         "@wordpress/element": "~6.37.0",
    15         "@wordpress/env": "~10.37.0",
    16         "@wordpress/eslint-plugin": "~23.0.0",
     11        "@playwright/test": "~1.58.0",
     12        "@wordpress/dom-ready": "~4.40.0",
     13        "@wordpress/e2e-test-utils-playwright": "~1.40.0",
     14        "@wordpress/element": "~6.40.0",
     15        "@wordpress/env": "~10.39.0",
     16        "@wordpress/eslint-plugin": "~24.2.0",
    1717        "@wordpress/scripts": "~27.9.0",
    18         "@wordpress/stylelint-config": "~23.29.0",
     18        "@wordpress/stylelint-config": "~23.32.0",
    1919        "eslint-plugin-prettier": "~5.5.5",
    2020        "husky": "~9.1.7",
    2121        "lint-staged": "~16.2.7",
    22         "prettier": "~3.6.2",
     22        "prettier": "~3.8.0",
    2323        "stylelint-order": "~7.0.1",
    2424        "typescript": "~5.9.3"
  • dekode-fundraising/trunk/CHANGELOG.txt

    r3455489 r3469260  
     1= 2.4.1 (2026-02-24) =
     2* Maintenance- Dependency updates.
     3
    14= 2.4.0 (2026-02-06) =
    25* Enhancement- Added support for the new conversion and tracking scripts.
  • dekode-fundraising/trunk/README.txt

    r3455489 r3469260  
    44Requires PHP: 8.1
    55Tested up to: 6.8
    6 Stable tag: 2.4.0
     6Stable tag: 2.4.1
    77License: GPLv3 or later
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    4646== Changelog ==
    4747
     48= 2.4.1 (2026-02-24) =
     49* Maintenance- Dependency updates.
     50
    4851= 2.4.0 (2026-02-06) =
    4952* Enhancement- Added support for the new conversion and tracking scripts.
  • dekode-fundraising/trunk/composer.json

    r3410996 r3469260  
    1818    },
    1919    "require-dev": {
    20         "dekode/coding-standards": "~6.2.0",
     20        "dekode/coding-standards": "~6.4.0",
    2121        "phpunit/phpunit": "9.6.x-dev",
    22         "wp-cli/i18n-command": "~2.6.5",
     22        "wp-cli/i18n-command": "~2.6.6",
    2323        "wp-phpunit/wp-phpunit": "dev-master",
    24         "yoast/phpunit-polyfills": "^4.0@dev"
     24        "yoast/phpunit-polyfills": "~4.0.0"
    2525    },
    2626    "scripts": {
  • dekode-fundraising/trunk/dekode-fundraising.php

    r3455489 r3469260  
    44 * Plugin URI:        https://github.com/DekodeInteraktiv/fundy-extension-wp/
    55 * Description:       Integrates with Dekode Fundraising, making it easy to add donation forms to your website.
    6  * Version:           2.4.0
     6 * Version:           2.4.1
    77 * Author:            Dekode Interaktiv
    88 * Author URI:        https://dekode.no
     
    2525}
    2626
    27 \define( 'FUNDY_VERSION', '2.4.0' );
     27\define( 'FUNDY_VERSION', '2.4.1' );
    2828\define( 'FUNDY_PLUGIN_URL', \plugin_dir_url( __FILE__ ) );
    2929\define( 'FUNDY_PLUGIN_DIR', \plugin_dir_path( __FILE__ ) );
  • dekode-fundraising/trunk/package.json

    r3455489 r3469260  
    99    },
    1010    "devDependencies": {
    11         "@playwright/test": "~1.57.0",
    12         "@wordpress/dom-ready": "~4.37.0",
    13         "@wordpress/e2e-test-utils-playwright": "~1.37.0",
    14         "@wordpress/element": "~6.37.0",
    15         "@wordpress/env": "~10.37.0",
    16         "@wordpress/eslint-plugin": "~23.0.0",
     11        "@playwright/test": "~1.58.0",
     12        "@wordpress/dom-ready": "~4.40.0",
     13        "@wordpress/e2e-test-utils-playwright": "~1.40.0",
     14        "@wordpress/element": "~6.40.0",
     15        "@wordpress/env": "~10.39.0",
     16        "@wordpress/eslint-plugin": "~24.2.0",
    1717        "@wordpress/scripts": "~27.9.0",
    18         "@wordpress/stylelint-config": "~23.29.0",
     18        "@wordpress/stylelint-config": "~23.32.0",
    1919        "eslint-plugin-prettier": "~5.5.5",
    2020        "husky": "~9.1.7",
    2121        "lint-staged": "~16.2.7",
    22         "prettier": "~3.6.2",
     22        "prettier": "~3.8.0",
    2323        "stylelint-order": "~7.0.1",
    2424        "typescript": "~5.9.3"
Note: See TracChangeset for help on using the changeset viewer.