== Description ==
An enhanced shortcode for customizing the display of your Membership Levels Page for Paid Memberships Pro.
Attributes in the [pmpro_advanced_levels] shortcode can be used to tweak how levels are displayed on the levels page, including options to display levels in a more HTML5-friendly div layout or popular column layouts.
Also includes specific styling support for Bootstrap v3+, StudioPress/Genesis, Woo Themes, Gantry, and Foundation based themes as well as some of the default WP themes like TwentyFourteen.
For more information, see add on documentation:

Advanced Levels Page Shortcode
Customize the levels page with column layouts, hide/show specific plans and plan details, and display your pricing table anywhere on your membership site.

== Changelog ==
= 0.2.6 - 2023-08-29 =
* ENHANCEMENT: Improved support for the Custom Level Cost Text Add On and free levels. (@MaximilianoRicoTabo, @andrewlimaza)
* ENHANCEMENT: Added the ability to show the level's description within the compare table layout. (@dparker1005)
* ENHANCEMENT: Improved compatibility for PHP8+. (@JarrydLong)
* BUG FIX: Fixed an issue where the discount code attribute would apply to all shortcodes on a page (if there were more than one shortcode on a single page). (@MaximilianoRicoTabo)
* BUG FIX: Fixed an issue with compare table, when no `levels` attribute were supplied in the shortcode. (@andrewlimaza)
* REFACTOR: Removed duplicate "template" attribute from shortcode. (@andrewlimaza)
* REFACTOR: Moved to using the default get_option instead of pmpro_getOption functions. (@JarrydLong)