Changeset 3469260
- Timestamp:
- 02/25/2026 09:44:58 AM (2 weeks ago)
- Location:
- dekode-fundraising
- Files:
-
- 5 edited
- 24 copied
-
tags/2.4.1 (copied) (copied from dekode-fundraising/trunk)
-
tags/2.4.1/CHANGELOG.txt (copied) (copied from dekode-fundraising/trunk/CHANGELOG.txt) (1 diff)
-
tags/2.4.1/README.md (copied) (copied from dekode-fundraising/trunk/README.md)
-
tags/2.4.1/README.txt (copied) (copied from dekode-fundraising/trunk/README.txt) (2 diffs)
-
tags/2.4.1/build (copied) (copied from dekode-fundraising/trunk/build)
-
tags/2.4.1/build/blocks/donation-form/editor.asset.php (copied) (copied from dekode-fundraising/trunk/build/blocks/donation-form/editor.asset.php)
-
tags/2.4.1/build/blocks/donation-form/editor.js (copied) (copied from dekode-fundraising/trunk/build/blocks/donation-form/editor.js)
-
tags/2.4.1/build/blocks/donation-receipt/editor.asset.php (copied) (copied from dekode-fundraising/trunk/build/blocks/donation-receipt/editor.asset.php)
-
tags/2.4.1/build/blocks/donation-receipt/editor.js (copied) (copied from dekode-fundraising/trunk/build/blocks/donation-receipt/editor.js)
-
tags/2.4.1/build/blocks/donation-receipt/frontend.asset.php (copied) (copied from dekode-fundraising/trunk/build/blocks/donation-receipt/frontend.asset.php)
-
tags/2.4.1/build/blocks/donation-receipt/frontend.js (copied) (copied from dekode-fundraising/trunk/build/blocks/donation-receipt/frontend.js)
-
tags/2.4.1/composer.json (copied) (copied from dekode-fundraising/trunk/composer.json) (1 diff)
-
tags/2.4.1/dekode-fundraising.php (copied) (copied from dekode-fundraising/trunk/dekode-fundraising.php) (2 diffs)
-
tags/2.4.1/inc (copied) (copied from dekode-fundraising/trunk/inc)
-
tags/2.4.1/inc/assets.php (copied) (copied from dekode-fundraising/trunk/inc/assets.php)
-
tags/2.4.1/inc/settings-page-network.php (copied) (copied from dekode-fundraising/trunk/inc/settings-page-network.php)
-
tags/2.4.1/inc/settings-page.php (copied) (copied from dekode-fundraising/trunk/inc/settings-page.php)
-
tags/2.4.1/inc/settings.php (copied) (copied from dekode-fundraising/trunk/inc/settings.php)
-
tags/2.4.1/inc/shortcodes.php (copied) (copied from dekode-fundraising/trunk/inc/shortcodes.php)
-
tags/2.4.1/languages (copied) (copied from dekode-fundraising/trunk/languages)
-
tags/2.4.1/languages/dekode-fundraising.pot (copied) (copied from dekode-fundraising/trunk/languages/dekode-fundraising.pot)
-
tags/2.4.1/package.json (copied) (copied from dekode-fundraising/trunk/package.json) (1 diff)
-
tags/2.4.1/src (copied) (copied from dekode-fundraising/trunk/src)
-
tags/2.4.1/src/blocks/donation-receipt/components/Receipt/Receipt.jsx (copied) (copied from dekode-fundraising/trunk/src/blocks/donation-receipt/components/Receipt/Receipt.jsx)
-
trunk/CHANGELOG.txt (modified) (1 diff)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/composer.json (modified) (1 diff)
-
trunk/dekode-fundraising.php (modified) (2 diffs)
-
trunk/package.json (modified) (1 diff)
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 1 4 = 2.4.0 (2026-02-06) = 2 5 * Enhancement- Added support for the new conversion and tracking scripts. -
dekode-fundraising/tags/2.4.1/README.txt
r3455489 r3469260 4 4 Requires PHP: 8.1 5 5 Tested up to: 6.8 6 Stable tag: 2.4. 06 Stable tag: 2.4.1 7 7 License: GPLv3 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 46 46 == Changelog == 47 47 48 = 2.4.1 (2026-02-24) = 49 * Maintenance- Dependency updates. 50 48 51 = 2.4.0 (2026-02-06) = 49 52 * Enhancement- Added support for the new conversion and tracking scripts. -
dekode-fundraising/tags/2.4.1/composer.json
r3410996 r3469260 18 18 }, 19 19 "require-dev": { 20 "dekode/coding-standards": "~6. 2.0",20 "dekode/coding-standards": "~6.4.0", 21 21 "phpunit/phpunit": "9.6.x-dev", 22 "wp-cli/i18n-command": "~2.6. 5",22 "wp-cli/i18n-command": "~2.6.6", 23 23 "wp-phpunit/wp-phpunit": "dev-master", 24 "yoast/phpunit-polyfills": " ^4.0@dev"24 "yoast/phpunit-polyfills": "~4.0.0" 25 25 }, 26 26 "scripts": { -
dekode-fundraising/tags/2.4.1/dekode-fundraising.php
r3455489 r3469260 4 4 * Plugin URI: https://github.com/DekodeInteraktiv/fundy-extension-wp/ 5 5 * Description: Integrates with Dekode Fundraising, making it easy to add donation forms to your website. 6 * Version: 2.4. 06 * Version: 2.4.1 7 7 * Author: Dekode Interaktiv 8 8 * Author URI: https://dekode.no … … 25 25 } 26 26 27 \define( 'FUNDY_VERSION', '2.4. 0' );27 \define( 'FUNDY_VERSION', '2.4.1' ); 28 28 \define( 'FUNDY_PLUGIN_URL', \plugin_dir_url( __FILE__ ) ); 29 29 \define( 'FUNDY_PLUGIN_DIR', \plugin_dir_path( __FILE__ ) ); -
dekode-fundraising/tags/2.4.1/package.json
r3455489 r3469260 9 9 }, 10 10 "devDependencies": { 11 "@playwright/test": "~1.5 7.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.3 7.0",16 "@wordpress/eslint-plugin": "~2 3.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", 17 17 "@wordpress/scripts": "~27.9.0", 18 "@wordpress/stylelint-config": "~23. 29.0",18 "@wordpress/stylelint-config": "~23.32.0", 19 19 "eslint-plugin-prettier": "~5.5.5", 20 20 "husky": "~9.1.7", 21 21 "lint-staged": "~16.2.7", 22 "prettier": "~3. 6.2",22 "prettier": "~3.8.0", 23 23 "stylelint-order": "~7.0.1", 24 24 "typescript": "~5.9.3" -
dekode-fundraising/trunk/CHANGELOG.txt
r3455489 r3469260 1 = 2.4.1 (2026-02-24) = 2 * Maintenance- Dependency updates. 3 1 4 = 2.4.0 (2026-02-06) = 2 5 * Enhancement- Added support for the new conversion and tracking scripts. -
dekode-fundraising/trunk/README.txt
r3455489 r3469260 4 4 Requires PHP: 8.1 5 5 Tested up to: 6.8 6 Stable tag: 2.4. 06 Stable tag: 2.4.1 7 7 License: GPLv3 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 46 46 == Changelog == 47 47 48 = 2.4.1 (2026-02-24) = 49 * Maintenance- Dependency updates. 50 48 51 = 2.4.0 (2026-02-06) = 49 52 * Enhancement- Added support for the new conversion and tracking scripts. -
dekode-fundraising/trunk/composer.json
r3410996 r3469260 18 18 }, 19 19 "require-dev": { 20 "dekode/coding-standards": "~6. 2.0",20 "dekode/coding-standards": "~6.4.0", 21 21 "phpunit/phpunit": "9.6.x-dev", 22 "wp-cli/i18n-command": "~2.6. 5",22 "wp-cli/i18n-command": "~2.6.6", 23 23 "wp-phpunit/wp-phpunit": "dev-master", 24 "yoast/phpunit-polyfills": " ^4.0@dev"24 "yoast/phpunit-polyfills": "~4.0.0" 25 25 }, 26 26 "scripts": { -
dekode-fundraising/trunk/dekode-fundraising.php
r3455489 r3469260 4 4 * Plugin URI: https://github.com/DekodeInteraktiv/fundy-extension-wp/ 5 5 * Description: Integrates with Dekode Fundraising, making it easy to add donation forms to your website. 6 * Version: 2.4. 06 * Version: 2.4.1 7 7 * Author: Dekode Interaktiv 8 8 * Author URI: https://dekode.no … … 25 25 } 26 26 27 \define( 'FUNDY_VERSION', '2.4. 0' );27 \define( 'FUNDY_VERSION', '2.4.1' ); 28 28 \define( 'FUNDY_PLUGIN_URL', \plugin_dir_url( __FILE__ ) ); 29 29 \define( 'FUNDY_PLUGIN_DIR', \plugin_dir_path( __FILE__ ) ); -
dekode-fundraising/trunk/package.json
r3455489 r3469260 9 9 }, 10 10 "devDependencies": { 11 "@playwright/test": "~1.5 7.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.3 7.0",16 "@wordpress/eslint-plugin": "~2 3.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", 17 17 "@wordpress/scripts": "~27.9.0", 18 "@wordpress/stylelint-config": "~23. 29.0",18 "@wordpress/stylelint-config": "~23.32.0", 19 19 "eslint-plugin-prettier": "~5.5.5", 20 20 "husky": "~9.1.7", 21 21 "lint-staged": "~16.2.7", 22 "prettier": "~3. 6.2",22 "prettier": "~3.8.0", 23 23 "stylelint-order": "~7.0.1", 24 24 "typescript": "~5.9.3"
Note: See TracChangeset
for help on using the changeset viewer.