{"id":18809245,"url":"https://github.com/thingsym/cycle-blocks","last_synced_at":"2026-01-10T05:30:13.677Z","repository":{"id":61347204,"uuid":"543520857","full_name":"thingsym/cycle-blocks","owner":"thingsym","description":"Cycle Blocks WordPress plugin is a collection of block for block themes (Full Site Editing).","archived":false,"fork":false,"pushed_at":"2024-08-27T09:33:38.000Z","size":2897,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-29T22:40:43.776Z","etag":null,"topics":["block-editor","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"https://wordpress.org/plugins/cycle-blocks/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thingsym.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"thingsym"}},"created_at":"2022-09-30T09:18:43.000Z","updated_at":"2024-08-27T08:56:26.000Z","dependencies_parsed_at":"2023-11-21T08:44:39.983Z","dependency_job_id":null,"html_url":"https://github.com/thingsym/cycle-blocks","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thingsym%2Fcycle-blocks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thingsym%2Fcycle-blocks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thingsym%2Fcycle-blocks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thingsym%2Fcycle-blocks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thingsym","download_url":"https://codeload.github.com/thingsym/cycle-blocks/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239743215,"owners_count":19689464,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["block-editor","wordpress","wordpress-plugin"],"created_at":"2024-11-07T23:15:44.563Z","updated_at":"2026-01-10T05:30:13.637Z","avatar_url":"https://github.com/thingsym.png","language":"JavaScript","readme":"# Cycle Blocks\n\nCycle Blocks plugin is a collection of block for block themes (Full Site Editing).\nOf course, it is designed so that it can also be used with classic themes.\n\nYou can easily design your site and create content using blocks.\n\n## Blocks\n\n* Page List\n* Profile\n* Sitemap\n* Fontawesome Icons (Required Font Awesome icons resource)\n\n## Installation\n\n1. Download and unzip files. Or install Cycle Blocks plugin using the WordPress plugin installer. In that case, skip 2.\n2. Upload \"cycle-blocks\" to the \"/wp-content/plugins/\" directory.\n3. Activate the plugin through the 'Plugins' menu in WordPress.\n4. Have fun!\n\n## Compatibility\n\n* WordPress version 6.0 or later\n* Gutenberg version 12.0 or later ([Versions in WordPress](https://developer.wordpress.org/block-editor/contributors/versions-in-wordpress/))\n\n## Required plugins\n\nCycle Blocks will need other recommended plugins to use icons library as Web Font.\n\n[Font Awesome](https://ja.wordpress.org/plugins/font-awesome/)\n\n## WordPress Plugin Directory\n\nCycle Blocks is hosted on the WordPress Plugin Directory.\n\n[https://wordpress.org/plugins/cycle-blocks/](https://wordpress.org/plugins/cycle-blocks/)\n\n## Build development environment\n\n```console\ncd /path/to/cycle-blocks\n\n# Install package\nnpm intall\n\n# Show tasks list\nnpm run\n\n# Build plugin\nnpm run build\n```\n\n### PHP unit testing with PHPUnit\n\n```console\ncd /path/to/cycle-blocks\n\n# Install package\ncomposer intall\n\n# Show tasks list\ncomposer run --list\n\n# Run test\ncomposer run phpunit\n```\n\n### Javascript unit testing with Jest\n\n```console\ncd /path/to/cycle-blocks\n\n# Install npm package\nnpm intall\n\n# Run test\nnpm run test:jest\n```\n\n## Support\n\nIf you have any trouble, you can use the forums or report bugs.\n\n* Forum: [https://wordpress.org/support/plugin/cycle-blocks/](https://wordpress.org/support/plugin/cycle-blocks/)\n* Issues: [https://github.com/thingsym/cycle-blocks/issues](https://github.com/thingsym/cycle-blocks/issues)\n\n## Contribution\n\nSmall patches and bug reports can be submitted a issue tracker in Github.\n\nTranslating a plugin takes a lot of time, effort, and patience. I really appreciate the hard work from these contributors.\n\nIf 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.\n\n* VCS - Github: [https://github.com/thingsym/cycle-blocks/](https://github.com/thingsym/cycle-blocks/)\n* [Translate Cycle Blocks into your language.](https://translate.wordpress.org/projects/wp-plugins/cycle-blocks)\n\nYou can also contribute by answering issues on the forums.\n\n* Forum: [https://wordpress.org/support/plugin/cycle-blocks/](https://wordpress.org/support/plugin/cycle-blocks/)\n* Issues: [https://github.com/thingsym/cycle-blocks/issues](https://github.com/thingsym/cycle-blocks/issues)\n\n### Patches and Bug Fixes\n\nForking on Github is another good way. You can send a pull request.\n\n1. Fork [Cycle Blocks](https://github.com/thingsym/cycle-blocks) from GitHub repository\n2. Create a feature branch: git checkout -b my-new-feature\n3. Commit your changes: git commit -am 'Add some feature'\n4. Push to the branch: git push origin my-new-feature\n5. Create new Pull Request\n\n### Contribute guidlines\n\nIf you would like to contribute, here are some notes and guidlines.\n\n* All development happens on the **main** branch, so it is always the most up-to-date\n* If you are going to be submitting a pull request, please submit your pull request to the **main** branch\n* See about [forking](https://help.github.com/articles/fork-a-repo/) and [pull requests](https://help.github.com/articles/using-pull-requests/)\n\n## Test Matrix\n\nFor operation compatibility between PHP version and WordPress version, see below [GitHub Actions](https://github.com/thingsym/cycle-blocks/actions).\n\n## Changelog\n\n### [1.1.4] - 2024.08.27\n\n* tested up to 6.6.1\n* improve code with phpcs\n* update github workflows\n* update icon-settings\n* update composer dependencies\n* update npm dependencies\n* add Disabled\n* add aria-label\n* fix import\n* fix wp_register_script dependencies\n* remove test case\n* fix Deprecated: Creation of dynamic property for php8.2\n* bump up version cpy-cli and fix npm scripts\n\n### [1.1.3] - 2023.11.21\n\n* tested up to 6.4.1\n* fix npm scripts\n* update npm dependencies for update-browserslist-db\n* fix phpunit.xml config\n* phpunit-polyfills bump up\n* remove dist/js/blocks\n\n### [1.1.2] - 2023.04.21\n\n* tested up to 6.2.0\n* fix jest config\n* update npm dependencies\n* add npm scripts\n* fix Undefined variable $post\n\n### [1.1.1] - 2022.12.08\n\n* fix test case\n* improve code with phpcs\n* fix block wrapper\n* change variable name\n* add classname to block wrapper\n* fix __experimentalGetSettings deprecated\n* change the image size according to layout or the number of columns\n* remove duplicate editor css\n* using bem and remove wp-block prefix\n* update github actions, Node.js 12 actions are deprecated\n* fix undefined variable php notice\n* fix composer.json\n* fix workflows\n* fix compatible with setUp(): void for ci\n\n### [1.1.0] - 2022.10.13\n\n* fix phpcs.ruleset.xml\n* update composer dependency\n* fix phpcs composer scripts\n* add PHP CodeSniffer to ci\n* improve code with phpcs\n* fix conditional expression\n* fix scss\n* add who prop to UserControl\n* add support section and enhance contribution section to README\n* fix license\n\n### [1.0.0] - 2022.09.30\n\n* initial release\n\n## License\n\nLicensed under [GPLv2 or later](https://www.gnu.org/licenses/gpl-2.0.html).\n","funding_links":["https://github.com/sponsors/thingsym"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthingsym%2Fcycle-blocks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthingsym%2Fcycle-blocks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthingsym%2Fcycle-blocks/lists"}