{"id":172554,"date":"2023-06-09T20:00:07","date_gmt":"2023-06-09T20:00:07","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/flow-fields\/"},"modified":"2024-01-28T22:32:49","modified_gmt":"2024-01-28T22:32:49","slug":"flow-fields","status":"publish","type":"plugin","link":"https:\/\/azb.wordpress.org\/plugins\/flow-fields\/","author":17574393,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.1.5","stable_tag":"trunk","tested":"6.2.9","requires":"5.0","requires_php":"","requires_plugins":null,"header_name":"Flow Fields","header_author":"Wojciech Borowicz","header_description":"Manage fields and custom post types","assets_banners_color":"","last_updated":"2024-01-28 22:32:49","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/flow.borowicz.me","header_author_uri":"https:\/\/borowicz.me","rating":5,"author_block_rating":0,"active_installs":10,"downloads":1052,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.0.0":"<p>Initial release of Flow Fields. No upgrade required.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":1},"assets_icons":{"icon-256x256.jpg":{"filename":"icon-256x256.jpg","revision":2924081,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":2924081,"resolution":"1","location":"assets","locale":""},"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":2924081,"resolution":"2","location":"assets","locale":""},"screenshot-3.jpg":{"filename":"screenshot-3.jpg","revision":2924081,"resolution":"3","location":"assets","locale":""}},"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[2211,2010,11933],"plugin_category":[],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-172554","plugin","type-plugin","status-publish","hentry","plugin_tags-acf","plugin_tags-custom-fields","plugin_tags-meta-boxes","plugin_committers-wojciechborowicz"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/flow-fields\/assets\/icon-256x256.jpg?rev=2924081","icon_2x":"https:\/\/ps.w.org\/flow-fields\/assets\/icon-256x256.jpg?rev=2924081","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/flow-fields\/assets\/screenshot-1.jpg?rev=2924081","caption":""},{"src":"https:\/\/ps.w.org\/flow-fields\/assets\/screenshot-2.jpg?rev=2924081","caption":""},{"src":"https:\/\/ps.w.org\/flow-fields\/assets\/screenshot-3.jpg?rev=2924081","caption":""}],"raw_content":"<!--section=description-->\n<p>Flow Fields is a WordPress plugin that allows you to easily add custom fields to your posts, pages, and other custom post types. It is designed to be lightweight and intuitive, while providing a robust set of features for managing custom fields.<\/p>\n\n<p>With Flow Fields, you can create custom meta boxes with fields such as text, number, date, file, image, textarea, repeater, and more. You can also set default values, specify required fields, and add instructions for each field.<\/p>\n\n<p>In the near future, we plan to add support for custom post type management, taxonomies, and shortcodes.<\/p>\n\n<h3>Usage<\/h3>\n\n<p>To create a custom meta box with fields, go to the \"Flow Boxes\" menu in the WordPress dashboard and click \"Add New Box\". Give your meta box a title and select the post types that it should apply to. Submit the box, then click \"Fields &amp; Options\" Then, click \"Add Field\" to add a field to your meta box.<\/p>\n\n<p>There are many different field types to choose from, including text, number, date, file, image, textarea, repeater, and more.<\/p>\n\n<p>Once you've added all of your fields, click \"Save Meta Box\" to save your changes. Your custom meta box will now be displayed on the edit screen for your selected post types.<\/p>\n\n<p>To get the value of a custom field in your code, you can use the get_field() function. This function takes three parameters: the field's key and the post ID and format (sanitizes data on true\/false). It will return the value of the field for the given post.<\/p>\n\n<!--section=installation-->\n<p>Upload the flow-fields folder to the \/wp-content\/plugins\/ directory.\n    Activate the plugin through the 'Plugins' menu in WordPress.<\/p>\n\n<!--section=faq-->\n<dl>\n<dt id='what%20post%20types%20does%20flow%20fields%20support%3F'><h3>What post types does Flow Fields support?<\/h3><\/dt>\n<dd><p>Flow Fields supports all post types, including posts, pages, and custom post types.<\/p><\/dd>\n<dt id='is%20flow%20fields%20a%20stable%20release%3F%20what%20can%20i%20expect%20in%20future%20updates%3F'><h3>Is Flow Fields a stable release? What can I expect in future updates?<\/h3><\/dt>\n<dd><p>Flow Fields is currently in alpha release, which means that while it's fully functional, it's still being actively developed and tested. In future updates, we plan to add many more options and features to make it a more robust and powerful tool for managing custom fields in WordPress. We'll be adding support for custom post types, taxonomies, and shortcodes, as well as improving the overall user experience and adding more flexibility to the fields themselves. Keep an eye out for updates and feel free to contact us with any feedback or feature requests.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n\n<pre><code>Initial release of Flow Fields.\n<\/code><\/pre>\n\n<h4>1.0.1<\/h4>\n\n<pre><code>Fix: Empty repeater throwing out an error due to invalid JSON content\n<\/code><\/pre>\n\n<h4>1.0.2<\/h4>\n\n<pre><code>Fix: PHP Notices about unset array keys on box save event\nPlugin: Tested up to WP 6.2.2\n<\/code><\/pre>\n\n<h4>1.0.3<\/h4>\n\n<pre><code>Fix: Fixed layout issues in some browsers, changed font sizes and paddings\nChange: Plugin manager can now be selected from a dropdown instead of writing the domain name\nImprovement: Field width setting will default to percentage if no unit provided\n<\/code><\/pre>\n\n<h4>1.0.4<\/h4>\n\n<pre><code>Fix : Advanced Themer ACF compatibility \nNew : Gallery field type\n<\/code><\/pre>\n\n<h4>1.0.5<\/h4>\n\n<pre><code>Fix : Field type select showing wrong values after Submit\nFix : Added admin notices on box Submit\nFix : Added admin notice if a box has been imported, but its post type is missing on this site\nFix : Field type icons visibility after \"Add new field\" button click\nFix : Minor styling changes\nNew : Set dropdown \/ checkboxes \/ radio buttons label and value\n<\/code><\/pre>\n\n<h4>1.0.6<\/h4>\n\n<pre><code>Fix : Headers already sent notice on redirects \nNew : Initial release with fields conditional logic\n<\/code><\/pre>\n\n<h4>1.0.7<\/h4>\n\n<pre><code>Fix : Database upgrade update.\n<\/code><\/pre>\n\n<h4>1.0.8<\/h4>\n\n<pre><code>New : Number field options\nImprove : Conditional logic got dynamic operators, new triggers (gallery and repeater), value field shows dynamically when required.\n<\/code><\/pre>\n\n<h4>1.1.0<\/h4>\n\n<pre><code>Fix : Repeater children were not being saved inside of the repeater since the last update\nNew : Custom post types management initial release\nNew : Taxonomies management initial release\n<\/code><\/pre>\n\n<h4>1.1.1<\/h4>\n\n<pre><code>Fix: Several DB and import tool fixes\nNew: Database removal on deactivation need to be set in the settings, as opposed to auto-removal\n<\/code><\/pre>\n\n<h4>1.1.2<\/h4>\n\n<pre><code>Fix : Missing files in the last release\n<\/code><\/pre>\n\n<h4>1.1.3<\/h4>\n\n<pre><code>Fix : Second new field's type in the repeater can't be changed before submit\nFix : Second new text type field does not have prepend options\nFix : Notices on fields update regarding legacy options\nFix : Widths not defaulting to percentage if a value is numerical\nFix : Changed output fields layout to flexbox to improve design controls\nNew : Default value for fields\nNew : Required attribute for fields\n<\/code><\/pre>\n\n<h4>1.1.4<\/h4>\n\n<pre><code>New : Bricks Builder - dynamic data compatibility\nNew : Bricks Builder - Query Loop compatibility for repeaters\nFix : submit's z-index on fields management\nFix : Gallery showing full-size images on preview\nFix : PHP Warnings on repeater fields save\n<\/code><\/pre>\n\n<h4>1.1.5<\/h4>\n\n<pre><code>Fix : Supports not being saved for CPT\nFix : After removing the last row of a repeater it was not possible to add a new one without a page reload\nFix : Renaming slug of a repeater was causing PHP notices to be showing\nFix : Incorrect sanitization of texteareas output causing broken HTML in some cases\nFix : Overlapping toast notifications\nFix : Header on its place despite 3rd party notices\nFix : Possible to discard notifiactions with a click\nFix : Box's post types not being shown on field boxes after submitting a form\nFix : Fixed admin access permissions on settings page\nFix : Saving a new repeater with new subfields resulting in subfields not being saved the first time.\nNew : New dashicons for CPTs\nNew : \"Select\" alias for \"dropdown\" field type so its possible to search it using both forms\nNew : Show a number of fields in a repeater\n<\/code><\/pre>","raw_excerpt":"Flow Fields is a WordPress plugin that allows you to easily add custom fields to your posts, pages, and other custom post types.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/172554","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=172554"}],"author":[{"embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/wojciechborowicz"}],"wp:attachment":[{"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=172554"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=172554"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=172554"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=172554"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=172554"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=172554"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}