All Projects → magic-fields-team → Magic Fields 2

magic-fields-team / Magic Fields 2

Licence: gpl-2.0
Magic Fields 2.X

Projects that are alternatives of or similar to Magic Fields 2

Wp model
A simple drop-in abstract class for creating active record style eloquent-esque models of WordPress Posts
Stars: ✭ 98 (-18.33%)
Mutual labels:  wordpress-plugin
S3 Uploads
The WordPress Plugin to Store Uploads on Amazon S3
Stars: ✭ 1,573 (+1210.83%)
Mutual labels:  wordpress-plugin
Wp Postratings
Adds an AJAX rating system for your WordPress blog's post/page.
Stars: ✭ 115 (-4.17%)
Mutual labels:  wordpress-plugin
Wp Help
#WordPressPlugin: Site operators can create detailed, hierarchical documentation for the site's authors, editors, and contributors, viewable in the WordPress admin
Stars: ✭ 99 (-17.5%)
Mutual labels:  wordpress-plugin
Wp Postviews
Enables you to display how many times a post/page had been viewed.
Stars: ✭ 107 (-10.83%)
Mutual labels:  wordpress-plugin
Mailchimp For Wordpress
The #1 Mailchimp plugin for WordPress
Stars: ✭ 111 (-7.5%)
Mutual labels:  wordpress-plugin
Wp Crontrol
WP Crontrol lets you view and control what's happening in the WP-Cron system.
Stars: ✭ 97 (-19.17%)
Mutual labels:  wordpress-plugin
Wordpress Activitypub
ActivityPub for WordPress
Stars: ✭ 118 (-1.67%)
Mutual labels:  wordpress-plugin
Wps
WordPress plugin for whoops error handler.
Stars: ✭ 108 (-10%)
Mutual labels:  wordpress-plugin
Piklist
The most powerful framework available for WordPress.
Stars: ✭ 114 (-5%)
Mutual labels:  wordpress-plugin
Fewbricks
Write code to create ACF field groups, fields and re-usable modules.
Stars: ✭ 100 (-16.67%)
Mutual labels:  wordpress-plugin
Phpcompat
WordPress Plugin: PHP Compatibility Checker
Stars: ✭ 106 (-11.67%)
Mutual labels:  wordpress-plugin
Subtitles
Add subtitles into your WordPress posts, pages, custom post types, and themes. No coding required. Simply activate Subtitles and you're ready to go.
Stars: ✭ 113 (-5.83%)
Mutual labels:  wordpress-plugin
Debug Objects
WordPress Plugin for debugging and learning with and at the application.
Stars: ✭ 98 (-18.33%)
Mutual labels:  wordpress-plugin
Regenerate Thumbnails
WordPress plugin for regenerating thumbnails of uploaded images. Over 1 million active users and counting.
Stars: ✭ 115 (-4.17%)
Mutual labels:  wordpress-plugin
All In One Schemaorg Rich Snippets
WordPress Plugin that Boost CTR. Improve SEO & Rankings. Supports most of the content type. Works perfectly with Google, Bing, Yahoo & Facebook.
Stars: ✭ 97 (-19.17%)
Mutual labels:  wordpress-plugin
Wp Cache Remember
Helper for the WordPress object cache and transients.
Stars: ✭ 111 (-7.5%)
Mutual labels:  wordpress-plugin
Wp Graphql Yoast Seo
This is an extension to the WPGraphQL plugin for Yoast SEO
Stars: ✭ 120 (+0%)
Mutual labels:  wordpress-plugin
Wp Gfm
WordPress Plugin for PHP-Markdown and GitHub Flavored Markdown
Stars: ✭ 117 (-2.5%)
Mutual labels:  wordpress-plugin
Acf Codifier
A wrapper class to help write more readable ACF field declarations.
Stars: ✭ 114 (-5%)
Mutual labels:  wordpress-plugin

Magic Fields

  • Authors: Edgar Garcia
  • Tested up to: Wordpress 4.2.2
  • Requires at least: 3.1
  • Stable tag: 2.3.3.2
  • Description: Magic Fields 2 is a feature rich Wordpress CMS plugin
  • License: GPLv2

Donations

Please consider a donation, I spend part of my free time programming in Magic Fields. Help this proyect

##Description Magic Fields 2 is a WordPress CMS plugin which is focused on improving the way how custom fields, post types and custom taxonomies are created in Wordpress.

There are 15 pre-built custom fields in Magic Fields:

  • Audio field
  • Checkbox field
  • Checkbox list field
  • Color picker field
  • Datepicker field
  • Dropdown field
  • File field
  • Image field
  • Image media field
  • Markdown editor field
  • Multiline editor field
  • Radiobutton list field
  • Related type field
  • Slider field
  • Textbox field

NOTE: Magic Fields 2 IS NOT backward compatible with MF1

##Installation Follow these steps to install MF2:

  1. Download the plugin into the /wp-content/plugins/ folder
  2. Activate MF2

Changelog

###2.3.3.2###

  • fix problem with _processed_value and images

###2.3.3.1###

  • fix Url convert to relative url, Fixes #249
  • fix from tfood to tfoot
  • remove pr in escape_data function, sorry

###2.3.3###

  • nonce was added in forms, thanks Burak Kelebek for the report
  • In import post type change wp_verify_nonce for check_admin_referer
  • check_ajax_referer was added in upload image alternative
  • Export Post Type now is json file :-)
  • JSON_PRETTY_PRINT was added in export post type
  • nonce was added all wp ajax calls

###2.3.2.4###

  • fix problem with upload file field
  • fix problem with get_image and gen_image, sorry

###2.3.2.3###

  • Patch for mf_upload.php (sanitize input), thanks @robre

###2.3.2.2###

  • better way of handle error in image thumbnails
  • fix problem of maxlength in textbox
  • fixes for localization

###2.3.2.1###

  • Change text domain for localization ( translate.wordpress.org )
  • minor fixes in css

###2.3.2###

  • fix in get data for image media (now use admin-ajax.php for request) , some server has aditional security for wp-content
  • fix warnigs in activate plugin
  • remove console.log, sorry

###2.3.1###

  • add verification in dispacher, add wpdb->prepare
  • add improvements and testing for WP 4.2.2

###2.3###

  • Fix #232 mf_register.php Warning on line 40
  • Add support for menu-icon for post type (Dashicons)
  • Update validate plugin (the previous version caused conflict in parts of WP)
  • Fixed for wp_load_image (deprecated funtion) in mf_front-end
  • Little fixes in menu post types

###2.2.2.2###

  • fix problem with editor, featured image and more
  • fix problem in delete item of custom post type

###2.2.2.2###

  • fix problem with editor, featured image and more
  • fix problem in delete item of custom post type

###2.2.1###

  • add static to public functions

###2.2###

  • Replace all .live for .on (jquery)
  • Fix issue #184 invalid html
  • Fix export import error see this page
  • Now in the term field appear also the new terms
  • Fix issue #176 Selectable variable name for a better workflow
  • Fix issue #165 If we set the post type as not public it disappears and can no longer edit it.
  • Fix issue #170 Error is not found posts ($post->ID)
  • Preparing for translations
  • Update markdownPReview, clean javascript data
  • Fix issue #170 JavaScript object 'wp' is not present on a lot of pages
  • Fix for 'Uncaught ReferenceError: wp is not defined'
  • The text in confirm-dialogs when deleting an image, image-media, file
  • Labels 'Add Another' and 'Remove' in duplicatable groups and fields
  • Add new wp 3.5 media gallery (thanks alexandergryth)
  • Fixed for wp_load_image (deprecated funtion)
  • Fix for Notice: Undefined index: post_type
  • Fix for Undefined index div_class in checkbox quantity
  • Fix max-height in options panel in post type and taxonomies
  • Updating ui.datepicker.js to 1.8.24
  • Adding backward compatibility the media upload
  • Fix problem con new media upload of WP 3.5
  • Add index in mf_post_meta for upgardes and fix in name field of index
  • Fix in color picker for duplicate action
  • Compacting color picker
  • Fix issue #137 Quotes is breaking the text on textbox field
  • Fix issue #153 Extremely slow queries to wp_X_mf_post_meta
  • Fix issue #142 Custom post type image does not display thumbnail image in admin

###2.1###

###2.0###

  • First release

##Thanks To:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].