{"id":14954939,"url":"https://github.com/williamfridh/pattern_friend","last_synced_at":"2026-02-12T17:03:09.439Z","repository":{"id":242717144,"uuid":"808737452","full_name":"williamfridh/pattern_friend","owner":"williamfridh","description":"WordPress plugin that extends the default Gutenberg","archived":false,"fork":false,"pushed_at":"2024-08-21T20:19:14.000Z","size":1023,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T08:21:48.251Z","etag":null,"topics":["wordpress","wordpress-development","wordpress-gutenberg","wordpress-gutenberg-block-plugin","wordpress-gutenberg-pattern-plugin","wordpress-plugin","wordpress-plugin-development"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/williamfridh.png","metadata":{"files":{"readme":"readme.txt","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2024-05-31T17:52:00.000Z","updated_at":"2024-08-21T20:19:17.000Z","dependencies_parsed_at":"2024-09-21T22:00:34.083Z","dependency_job_id":"938eec9b-e918-45fb-94cd-6d7d0e52e8dd","html_url":"https://github.com/williamfridh/pattern_friend","commit_stats":{"total_commits":33,"total_committers":2,"mean_commits":16.5,"dds":"0.030303030303030276","last_synced_commit":"257c4d18a74535394e95899b7b31f4e66d3251b7"},"previous_names":["williamfridh/pattern_friend"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamfridh%2Fpattern_friend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamfridh%2Fpattern_friend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamfridh%2Fpattern_friend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamfridh%2Fpattern_friend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/williamfridh","download_url":"https://codeload.github.com/williamfridh/pattern_friend/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237932059,"owners_count":19389560,"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":["wordpress","wordpress-development","wordpress-gutenberg","wordpress-gutenberg-block-plugin","wordpress-gutenberg-pattern-plugin","wordpress-plugin","wordpress-plugin-development"],"created_at":"2024-09-24T13:10:16.077Z","updated_at":"2025-10-24T07:30:35.231Z","avatar_url":"https://github.com/williamfridh.png","language":"CSS","readme":"=== Pattern Friend ===\nContributors: qoncer\nDonate link: https://www.paypal.com/donate/?hosted_button_id=QUR3W7XU9KFF8\nTags: editor, pattern, responsive, design, layout\nRequires at least: 6.5.3\nTested up to: 6.7.2\nStable tag: 1.2.5\nRequires PHP: 7.3.5\nLicense: GPLv2 or later\nLicense URI: https://www.gnu.org/licenses/gpl-2.0.html\n\nExtends the Gutenberg block editor with addtional functionality with lightweight code.\n\n== Description ==\n\nThis plugin extend the default Gutenberg block editor with functionality often required for a better user experience. It's build to be lightweight, simple to use, and most importantly, stable troughout updates.\n\n**Key Features:**\n1. Makes each block hidable on mobile, tablet, and desktop.\n2. Adjustable thresholds for different devices.\n3. Hidable groups, rows, and stacks that stay hidden for a set amount of time.\n\n*Note that this plugin can adds additional attributes to blocks which will not be removed upon uninstall as this can risk damaging post data.*\n\n== Frequently Asked Questions ==\n\n= Can you use this to hide a menu on mobile devices? =\n\nYes. With this plugin, you can adjust what blocks to be displayed on certain devices in the appearance editor.\n\n= Is it GDPR friendly? =\n\nYes. The plugin only makes use of the devices local storage to keep track of what groups have been hidden.\n\n== Screenshots ==\n\n1. The options page where the user can modify thresholds and devices and enable sticky header for certain themes.\n2. Elements can be assigned when to be hidden, and groups/rows/columns can be made hideable.\n3. To hide an element you assign this to a button that hides it for a certain amount of time.\n\n== Changelog ==\n\n= v1.2.5 =\n* Fixed link issue for non-working \"Open Dynamic CSS File\" button.\n* Added additional helping text under inputs.\n* Fixed caching issue, fixing non-showing changes.\n\n= v1.2.2 =\n* Changed option name prefixes.\n* Changed transient name prefixes.\n* Added a button to read the generated CSS files.\n* Added warning to notify user about missing theme.json to alarm about possible non-working functions.\n\n= v1.2.1 =\n* Added button to load default threshold resolutions.\n* Refactoring code and changing folder structure.\n* Added form loading and success indicator\n* Added uninstall script to clear up options.\n* Added a update function thats called upon plugin update to generate new options and CSS files.\n* Refined descriptions for attributes.\n* Improved input filters.\n\n= v1.2.0 =\n* Added hidable group, row, and stack functionality.\n\n= v1.1.0 =\n* Added sticky header support.\n\n= v1.0.0 =\n* Initial release\n\n== Upgrade Notice ==\n\n= v1.2.5 =\n* Bug fixes.\n\n= v1.2.2 =\n* More stable thanks to more unique prefixes.\n* Better debugging.\n\n= v1.2.1 =\n* Added functionality and improved overall plugin quality.\n\n= v1.2.0 =\n* Additional functionality.\n\n= v1.1.0 =\n* Additional functionality.\n","funding_links":["https://www.paypal.com/donate/?hosted_button_id=QUR3W7XU9KFF8"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliamfridh%2Fpattern_friend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilliamfridh%2Fpattern_friend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliamfridh%2Fpattern_friend/lists"}