@@ -551,85 +551,4 @@ function my_acm_ad_code_args( $args ) {
551551}
552552~~~
553553
554- ## Upgrade Notice
555-
556- ### 0.5
557- DFP Async provider now supports multiple sizes. [Check out this snippet to see implementation](http://pastie.org/10422227)
558-
559- ### 0.4
560- Easier, streamlined configuration for Doubleclick for Publishers Async and Google AdSense.
561-
562- ### 0.3
563- Conditional operator logic can be set on an ad code by ad code basis. Couple of bug fixes.
564-
565- ### 0.2.3
566- The filter acm_provider_columns is removed in favor of acm_ad_code_args (see acm_ad_code_args )
567-
568- ### 0.2.2
569- Incorporated a new provider for Google AdSense and added bulk delete action for the WP List Table.
570-
571- ### 0.2.1
572- Flush the cache when adding or deleting ad codes, and set priority of 10 when a priority doesn't exist for an ad code.
573-
574- ## Changelog
575-
576- ### 0.5 (Sep 15, 2015)
577- * Added support for flex sized DFP Async ads (see upgrade notice)
578- * Added robots.txt entries for provider's crawlers
579- * Bug fix: Prevent global `$post` polution if ad code is getting rendered inside a loop
580- * New Italian translation courtesy of [sniperwolf](https://github.com/sniperwolf)
581- * Using PHP5 constructs when initializing the widget
582-
583- ### 0.4.1 (Apr. 27, 2013)
584- * Disabled rendering of ads on preview to avoid crawling errors. Thanks [Paul Gibbs](https://github.com/paulgibbs)
585- * Bug fix: Corrected " medium rectangle " ad size for DFP Async Provider. Thanks [Marco](https://github.com/NRG-R9T)
586-
587- ### 0.4 (Mar. 19, 2013)
588- * Streamlined configuration for Doubleclick for Publishers Async and Google AdSense
589- * Faster, cleaner JavaScript thanks to [Jeremy Felt](https://github.com/jeremyfelt) and [Carl Danley](https://github.com/carldanley)
590- * New filter 'acm_output_html_after_tokens_processed' for rare cases where you might want to filter html after the tokens are processed
591-
592- ### 0.3 (October 25, 2012)
593- * Conditional operator logic can be set on an ad code by ad code basis. Thanks [jtsternberg](https://github.com/jtsternberg) for the pull request!
594- * Bug fix: If an ad tag doesn't need a URL, ignore the whitelist check
595- * Bug fix: Make sure that all providers list tables call parent::get_columns to avoid conflicts with filters.
596- * Coding standards cleanup
597-
598- ### 0.2.3 (June 25,2012)
599- * Allow columns to be optional when creating and editing ad codes, introduced new filter acm_ad_code_args
600- * Remove acm_provider_columns filter
601-
602- ### 0.2.2 (June 5, 2012)
603- * New Google Ad Sense provider courtesy of [Erick Hitter](http://www.ethitter.com/)
604- * Bulk delete action added for the WP List Table of ad codes. Delete more ad codes in one go
605- * New 'acm_register_provider_slug' for registering a provider that's included outside the plugin (e.g. a theme)
606- * Bug fix: Instantiate the WP List Table on the view, instead of on admin_init, to reduce conflicts with other list tables
607-
608- ### 0.2.1 (May 14, 2012)
609- * Flush the cache whenever an ad code is created or deleted so you don't have to wait for a timeout with persistent cache
610- * Bug fix: Default to priority 10 when querying for ad codes if there is no priority set
611-
612- ### 0.2 (May 7, 2012)
613- * UI reworked from the ground up to look and work much more like the WordPress admin (using WP List Table)
614- * Abstracted ad network logic, so users can integrate other ad networks. Pull requests to add support to the plugin are always welcome
615- * Added in-plugin contextual help
616- * Implemented priority for ad code (allows to workaround ad code conflicts if any)
617- * Implemented the [acm-tag] shortcode
618- * Implemented ACM Widget. Thanks to [Justin Sternburg](https://github.com/jtsternberg) at WebDevStudios for the contribution
619- * Initial loading of the ad codes is now cached using object cache
620- * Bug fix: Enable using ad codes with empty filters using a filter
621- * Bug fix: Setting the logical operator from OR to AND did not seem to result in the expected behaviour for displaying ads
622- * Bug fix: Remove logical operator check when a conditional for an ad code is empty
623-
624- ### 0.1.3 (February 13, 2012)
625- * UI cleanup for the admin, including styling and information on applying conditionals
626-
627- ### 0.1.2 (February 9, 2012)
628- * Readme with full description and examples
629- * Bug fix: Save the proper value when editing actions
630-
631- ### 0.1.1
632- * Bug fix release
633-
634- ### 0.1
635- * Initial release
554+ <!-- changelog -->
0 commit comments