Title: Cycle Blocks
Author: thingsym
Published: <strong>2022 年 10 月 4 日</strong>
Last modified: 2024 年 8 月 27 日

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://s.w.org/plugins/geopattern-icon/cycle-blocks.svg)

# Cycle Blocks

 作者：[thingsym](https://profiles.wordpress.org/thingsym/)

[下载](https://downloads.wordpress.org/plugin/cycle-blocks.1.1.4.zip)

 * [详情](https://cn.wordpress.org/plugins/cycle-blocks/#description)
 * [评价](https://cn.wordpress.org/plugins/cycle-blocks/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/cycle-blocks/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/cycle-blocks/#developers)

 [支持](https://wordpress.org/support/plugin/cycle-blocks/)

## 描述

Cycle Blocks plugin is a collection of block for block themes (Full Site Editing).

Of course, it is designed so that it can also be used with classic themes.

You can easily design your site and create content using blocks.

#### Compatibility

 * WordPress version 6.0 or later
 * Gutenberg version 12.0 or later

#### Required plugins

Cycle Blocks will need other recommended plugins to use icons library as Web Font.

[Font Awesome](https://ja.wordpress.org/plugins/font-awesome/)

#### Blocks

 * Page List
 * Profile
 * Sitemap
 * Fontawesome Icons (Required Font Awesome icons resource)

#### Support

If you have any trouble, you can use the forums or report bugs.

 * Forum: [https://wordpress.org/support/plugin/cycle-blocks/](https://wordpress.org/support/plugin/cycle-blocks/)
 * Issues: [https://github.com/thingsym/cycle-blocks/issues](https://github.com/thingsym/cycle-blocks/issues)

#### Contribution

Small patches and bug reports can be submitted a issue tracker in Github. Forking
on Github is another good way. You can send a pull request.

Translating a plugin takes a lot of time, effort, and patience. I really appreciate
the hard work from these contributors.

If you have created or updated your own language pack, you can send gettext PO and
MO files to author. I can bundle it into plugin.

 * [VCS – GitHub](https://github.com/thingsym/cycle-blocks)
 * [Homepage – WordPress Plugin](https://wordpress.org/plugins/cycle-blocks/)
 * [Translate Cycle Blocks into your language.](https://translate.wordpress.org/projects/wp-plugins/cycle-blocks)

You can also contribute by answering issues on the forums.

 * Forum: [https://wordpress.org/support/plugin/cycle-blocks/](https://wordpress.org/support/plugin/cycle-blocks/)
 * Issues: [https://github.com/thingsym/cycle-blocks/issues](https://github.com/thingsym/cycle-blocks/issues)

#### Patches and Bug Fixes

Forking on Github is another good way. You can send a pull request.

 1. Fork [Cycle Blocks](https://github.com/thingsym/cycle-blocks) from GitHub repository
 2. Create a feature branch: git checkout -b my-new-feature
 3. Commit your changes: git commit -am ‘Add some feature’
 4. Push to the branch: git push origin my-new-feature
 5. Create new Pull Request

#### Contribute guidlines

If you would like to contribute, here are some notes and guidlines.

 * All development happens on the **main** branch, so it is always the most up-to-
   date
 * If you are going to be submitting a pull request, please submit your pull request
   to the **main** branch
 * See about [forking](https://help.github.com/articles/fork-a-repo/) and [pull requests](https://help.github.com/articles/using-pull-requests/)

#### Test Matrix

For operation compatibility between PHP version and WordPress version, see below
[GitHub Actions](https://github.com/thingsym/cycle-blocks/actions).

## 区块

该插件提供了 4 个区块.

 *   Sitemap Display sitemap.
 *   Profile Display profile.
 *   Page List list page.
 *   Fontawesome Icons Display a Fontawesome Icon.

## 安装

 1. Download and unzip files. Or install Cycle Blocks plugin using the WordPress plugin
    installer. In that case, skip 2.
 2. Upload “cycle-blocks” to the “/wp-content/plugins/” directory.
 3. Activate the plugin through the ‘Plugins’ menu in WordPress.
 4. Have fun!

## 评价

此插件暂无评价。

## 贡献者及开发者

「Cycle Blocks」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ thingsym ](https://profiles.wordpress.org/thingsym/)

「Cycle Blocks」插件已被翻译至 1 种本地化语言。 感谢[所有译者](https://translate.wordpress.org/projects/wp-plugins/cycle-blocks/contributors)
为本插件所做的贡献。

[帮助将「Cycle Blocks」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/cycle-blocks)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/cycle-blocks/)，查看
[SVN仓库](https://plugins.svn.wordpress.org/cycle-blocks/)，或通过[RSS](https://plugins.trac.wordpress.org/log/cycle-blocks/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/cycle-blocks/)。

## 更新日志

#### 1.1.4 – 2024.08.27

 * tested up to 6.6.1
 * improve code with phpcs
 * update github workflows
 * update icon-settings
 * update composer dependencies
 * update npm dependencies
 * add Disabled
 * add aria-label
 * fix import
 * fix wp_register_script dependencies
 * remove test case
 * fix Deprecated: Creation of dynamic property for php8.2
 * bump up version cpy-cli and fix npm scripts

#### 1.1.3 – 2023.11.21

 * tested up to 6.4.1
 * fix npm scripts
 * update npm dependencies for update-browserslist-db
 * fix phpunit.xml config
 * phpunit-polyfills bump up
 * remove dist/js/blocks

#### 1.1.2 – 2023.04.21

 * tested up to 6.2.0
 * fix jest config
 * update npm dependencies
 * add npm scripts
 * fix Undefined variable $post

#### 1.1.1 – 2022.12.08

 * fix test case
 * improve code with phpcs
 * fix block wrapper
 * change variable name
 * add classname to block wrapper
 * fix __experimentalGetSettings deprecated
 * change the image size according to layout or the number of columns
 * remove duplicate editor css
 * using bem and remove wp-block prefix
 * update github actions, Node.js 12 actions are deprecated
 * fix undefined variable php notice
 * fix composer.json
 * fix workflows
 * fix compatible with setUp(): void for ci

#### 1.1.0 – 2022.10.13

 * fix phpcs.ruleset.xml
 * update composer dependency
 * fix phpcs composer scripts
 * add PHP CodeSniffer to ci
 * improve code with phpcs
 * fix conditional expression
 * fix scss
 * add who prop to UserControl
 * add support section and enhance contribution section to README
 * fix license

#### 1.0.0 – 2022.09.30

 * initial commit

## 额外信息

 *  版本 **1.1.4**
 *  最后更新：**2 年前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 6.0.0 或更高版本 **
 *  已测试的最高版本为 **6.6.5**
 *  PHP 版本 ** 7.2 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/cycle-blocks/) 和 [Japanese](https://ja.wordpress.org/plugins/cycle-blocks/).
 *  [翻译成简体中文](https://translate.wordpress.org/projects/wp-plugins/cycle-blocks)
 * 标签
 * [block](https://cn.wordpress.org/plugins/tags/block/)[block-editor](https://cn.wordpress.org/plugins/tags/block-editor/)
   [gutenberg](https://cn.wordpress.org/plugins/tags/gutenberg/)
 *  [高级视图](https://cn.wordpress.org/plugins/cycle-blocks/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/cycle-blocks/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/cycle-blocks/reviews/)

## 贡献者

 *   [ thingsym ](https://profiles.wordpress.org/thingsym/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/cycle-blocks/)

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](https://github.com/sponsors/thingsym)