內容簡介
Blocks for CiviCRM 外掛使得在 WordPress 中嵌入 CiviCRM 的動態內容變得簡單。透過使用 CiviCRM API,使用者可以輕鬆地在 Gutenberg 編輯器中插入如請願、調查、捐款表單等內容,無需手動查找短碼。
【主要功能】
• 直接在 Gutenberg 中使用 CiviCRM 短碼
• 自動獲取短碼所需的所有屬性
• 提供簡單的區塊預覽功能
外掛標籤
開發者團隊
原文外掛簡介
CiviCRM uses shortcode in order to insert dynamic content into WordPress pages, such as Petition, Survey, Contribution form, Membership…
As mentioned into the CiviCRM documentation:
“Currently there is no specific CiviCRM block for Gutenberg so there is no interactive way to see the options available for the shortcode.
You will need to know the format and look up IDs and options in CiviCRM before creating the shortcode in WordPress.”
Knowing an object ID is not very convenient. So we’ve made a plugin which uses the CiviCRM API to get and display all attributes for the shortcode, directly in a simple block.
This way, embedding CiviCRM content into any WordPress page becomes a child’s play!
1.4.6
Test up to WP 6.9
1.4.5
Catch civicrm’s crashes in block preview
Prevent links and buttons from being clickable in preview
1.4.4
Fix dependency for php8.4
Move block API version to 3
Update dependencies to latest version
wordpress/block-editor: v15.2.0
wordpress/blocks: v15.2.0
wordpress/components: v30.2.0
wordpress/element: v6.29.0
wordpress/hooks: v4.29.0
wordpress/i18n: v6.2.0
wordpress/scripts: v30.22.0
wordpress/server-side-render: v6.5.0
1.4.3
Update contact of error reports
Set php8.4 as max supported version
Optimize deployment
1.4.2
Fix warning for too early i18n
1.4.1
Fix version propagation
1.4.0
Add preview in editor
Test if CiviCRM is activated before loading its options
Load after plugins_loaded hook
Uses composer autoload
Uses wp_add_inline_script to pass options to the block
Update all dependencies to latest version
wordpress/block-editor v12.14.0
wordpress/blocks v12.23.0
wordpress/components v25.12.0
wordpress/element v5.23.0
wordpress/hooks v3.46.0
wordpress/i18n v4.46.0
wordpress/server-side-render v4.23.0
wp-reporting v1.6
1.3.4
Update wp-reporting to v1.5.1, fix WP Notices about scripts
1.3.3
Update wp-reporting to v1.5
1.3.2
Fix “Undefined array key className” warning.
Update wp-reporting to v1.4
1.3.1
Let CiviCRM call its generated shortcode
Update wp-reporting to v1.3
1.3.0
Cleanup shortcode attributes (only keep those CiviCRM understands)
Set default value for mode & hijack
Update NPM dependencies
1.2.0
Removes limit of options
Uses CiviCRM API4 when possible
Remove some PHP8+ deprecated warnings
1.1.2
Fix Parse error on PHP7.4
1.1.1
Fix Parse error on PHP7.4
1.1.0
Refactor: use latest version of blocks library
Wrap output into a div. Allows editor to add CSS classes
Add error log report option
1.0.0
Initial release
Upgrade notice
No particular informations
