Changeset 2087134
- Timestamp:
- 05/13/2019 07:45:32 PM (7 years ago)
- Location:
- widget-display-conditions/tags/0.2.5
- Files:
-
- 1 deleted
- 35 copied
-
. (copied) (copied from widget-display-conditions/trunk)
-
assets/css/ui.css (copied) (copied from widget-display-conditions/trunk/assets/css/ui.css)
-
assets/css/ui.min.css (copied) (copied from widget-display-conditions/trunk/assets/css/ui.min.css)
-
assets/js/ui.js (copied) (copied from widget-display-conditions/trunk/assets/js/ui.js)
-
assets/js/ui.js.map (copied) (copied from widget-display-conditions/trunk/assets/js/ui.js.map)
-
assets/js/ui.min.js (copied) (copied from widget-display-conditions/trunk/assets/js/ui.min.js)
-
includes/common.php (copied) (copied from widget-display-conditions/trunk/includes/common.php)
-
includes/conditions-api.php (copied) (copied from widget-display-conditions/trunk/includes/conditions-api.php)
-
includes/conditions/class-wdc-archive_author-condition.php (copied) (copied from widget-display-conditions/trunk/includes/conditions/class-wdc-archive_author-condition.php)
-
includes/conditions/class-wdc-archive_post_type-condition.php (copied) (copied from widget-display-conditions/trunk/includes/conditions/class-wdc-archive_post_type-condition.php)
-
includes/conditions/class-wdc-archive_taxonomy-condition.php (copied) (copied from widget-display-conditions/trunk/includes/conditions/class-wdc-archive_taxonomy-condition.php)
-
includes/conditions/class-wdc-attachment-condition.php (copied) (copied from widget-display-conditions/trunk/includes/conditions/class-wdc-attachment-condition.php)
-
includes/conditions/class-wdc-condition.php (copied) (copied from widget-display-conditions/trunk/includes/conditions/class-wdc-condition.php)
-
includes/conditions/class-wdc-page-condition.php (copied) (copied from widget-display-conditions/trunk/includes/conditions/class-wdc-page-condition.php)
-
includes/conditions/class-wdc-page_parent-condition.php (copied) (copied from widget-display-conditions/trunk/includes/conditions/class-wdc-page_parent-condition.php)
-
includes/conditions/class-wdc-page_template-condition.php (copied) (copied from widget-display-conditions/trunk/includes/conditions/class-wdc-page_template-condition.php)
-
includes/conditions/class-wdc-page_type-condition.php (copied) (copied from widget-display-conditions/trunk/includes/conditions/class-wdc-page_type-condition.php)
-
includes/conditions/class-wdc-post-condition.php (copied) (copied from widget-display-conditions/trunk/includes/conditions/class-wdc-post-condition.php)
-
includes/conditions/class-wdc-post_category-condition.php (copied) (copied from widget-display-conditions/trunk/includes/conditions/class-wdc-post_category-condition.php)
-
includes/conditions/class-wdc-post_format-condition.php (copied) (copied from widget-display-conditions/trunk/includes/conditions/class-wdc-post_format-condition.php)
-
includes/conditions/class-wdc-post_status-condition.php (copied) (copied from widget-display-conditions/trunk/includes/conditions/class-wdc-post_status-condition.php)
-
includes/conditions/class-wdc-post_tag-condition.php (copied) (copied from widget-display-conditions/trunk/includes/conditions/class-wdc-post_tag-condition.php)
-
includes/conditions/class-wdc-post_taxonomy-condition.php (copied) (copied from widget-display-conditions/trunk/includes/conditions/class-wdc-post_taxonomy-condition.php)
-
includes/conditions/class-wdc-post_template-condition.php (copied) (copied from widget-display-conditions/trunk/includes/conditions/class-wdc-post_template-condition.php)
-
includes/conditions/class-wdc-post_type-condition.php (copied) (copied from widget-display-conditions/trunk/includes/conditions/class-wdc-post_type-condition.php)
-
includes/conditions/class-wdc-user-condition.php (copied) (copied from widget-display-conditions/trunk/includes/conditions/class-wdc-user-condition.php)
-
includes/conditions/class-wdc-user_logged_in-condition.php (copied) (copied from widget-display-conditions/trunk/includes/conditions/class-wdc-user_logged_in-condition.php)
-
includes/conditions/class-wdc-user_role-condition.php (copied) (copied from widget-display-conditions/trunk/includes/conditions/class-wdc-user_role-condition.php)
-
includes/fields.php (copied) (copied from widget-display-conditions/trunk/includes/fields.php)
-
includes/ui.php (copied) (copied from widget-display-conditions/trunk/includes/ui.php)
-
includes/update-tasks.php (copied) (copied from widget-display-conditions/trunk/includes/update-tasks.php)
-
includes/updater-tasks.php (deleted)
-
includes/widgets.php (copied) (copied from widget-display-conditions/trunk/includes/widgets.php)
-
languages/widget-display-conditions.pot (copied) (copied from widget-display-conditions/trunk/languages/widget-display-conditions.pot)
-
readme.txt (copied) (copied from widget-display-conditions/trunk/readme.txt) (2 diffs)
-
widget-display-conditions.php (copied) (copied from widget-display-conditions/trunk/widget-display-conditions.php) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
widget-display-conditions/tags/0.2.5/readme.txt
r2080658 r2087134 3 3 Tags: widget, display, conditions, rules, sidebar, custom, admin, interface, visibility 4 4 Requires at least: 4.0.0 5 Tested up to: 5. 16 Stable tag: 0.2. 45 Tested up to: 5.2 6 Stable tag: 0.2.5 7 7 Requires PHP: 5.6.27 8 8 License: GPLv2 or later … … 50 50 51 51 == Changelog == 52 53 = 0.2.5 = 54 Release date: May 13th, 2019 55 * Tested in WordPress 5.2 52 56 53 57 = 0.2.4 = -
widget-display-conditions/tags/0.2.5/widget-display-conditions.php
r2080658 r2087134 4 4 Plugin URI: https://wordpress.org/plugins/widget-display-conditions/ 5 5 Description: Control on which page you want a particular widget to be displayed. 6 Version: 0.2. 46 Version: 0.2.5 7 7 Author: Maarten Menten 8 8 Author URI: https://profiles.wordpress.org/maartenm/ … … 15 15 defined( 'WDC_PLUGIN_FILE' ) or define( 'WDC_PLUGIN_FILE', __FILE__ ); 16 16 defined( 'WDC_ABSPATH' ) or define( 'WDC_ABSPATH', dirname( WDC_PLUGIN_FILE ) . '/' ); 17 defined( 'WDC_VERSION' ) or define( 'WDC_VERSION', '0.2. 4' );17 defined( 'WDC_VERSION' ) or define( 'WDC_VERSION', '0.2.5' ); 18 18 defined( 'WDC_NONCE_NAME' ) or define( 'WDC_NONCE_NAME', 'wdc_nonce' ); 19 19 defined( 'WDC_MAX_FIELD_ITEMS' ) or define( 'WDC_MAX_FIELD_ITEMS', 9999 );
Note: See TracChangeset
for help on using the changeset viewer.