Changeset 2685701
- Timestamp:
- 02/28/2022 02:28:44 AM (4 years ago)
- Location:
- wp-notification-bars
- Files:
-
- 8 edited
- 1 copied
-
tags/1.0.12 (copied) (copied from wp-notification-bars/trunk)
-
tags/1.0.12/includes/class-wp-notification-bars-shared.php (modified) (1 diff)
-
tags/1.0.12/includes/class-wp-notification-bars.php (modified) (1 diff)
-
tags/1.0.12/readme.txt (modified) (2 diffs)
-
tags/1.0.12/wp-notification-bars.php (modified) (1 diff)
-
trunk/includes/class-wp-notification-bars-shared.php (modified) (1 diff)
-
trunk/includes/class-wp-notification-bars.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-notification-bars.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-notification-bars/tags/1.0.12/includes/class-wp-notification-bars-shared.php
r2660479 r2685701 99 99 $bar = get_post_meta( $post->ID, '_mtsnb_override_bar', true ); 100 100 101 if ( $bar && ! empty( $bar ) ) {101 if ( $bar && ! empty( $bar ) && 'publish' == get_post_status ( $bar_id ) ) { 102 102 103 103 $bar_id = isset( $bar[0] ) ? $bar[0] : false; -
wp-notification-bars/tags/1.0.12/includes/class-wp-notification-bars.php
r2660480 r2685701 70 70 71 71 $this->plugin_name = 'wp-notification-bars'; 72 $this->version = '1.0.1 1';72 $this->version = '1.0.12'; 73 73 74 74 $this->load_dependencies(); -
wp-notification-bars/tags/1.0.12/readme.txt
r2660480 r2685701 4 4 Tags: notification, alert, notification bar, welcome google visitor, welcome facebook visitor, attention bar, floating bar, message, notice, sticky header, offer bar, hello bar 5 5 Requires at least: 3.0.1 6 Tested up to: 5. 8.37 Stable tag: 1.0.1 16 Tested up to: 5.9.1 7 Stable tag: 1.0.12 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 75 75 == Changelog == 76 76 77 = 1.0.12 = 78 * Fixed: Post-specific "Select Notification Bar" option not working correctly in some cases 79 77 80 = 1.0.11 = 78 81 * Security improvements -
wp-notification-bars/tags/1.0.12/wp-notification-bars.php
r2660480 r2685701 5 5 * Plugin URI: https://mythemeshop.com/plugins/wp-notification-bars/ 6 6 * Description: WP Notification Bars is a custom notification and alert bar plugin for WordPress which is perfect for marketing promotions, alerts, increasing click throughs to other pages and so much more. 7 * Version: 1.0.1 17 * Version: 1.0.12 8 8 * Author: MyThemeShop 9 9 * Author URI: https://mythemeshop.com/ -
wp-notification-bars/trunk/includes/class-wp-notification-bars-shared.php
r2660479 r2685701 99 99 $bar = get_post_meta( $post->ID, '_mtsnb_override_bar', true ); 100 100 101 if ( $bar && ! empty( $bar ) ) {101 if ( $bar && ! empty( $bar ) && 'publish' == get_post_status ( $bar_id ) ) { 102 102 103 103 $bar_id = isset( $bar[0] ) ? $bar[0] : false; -
wp-notification-bars/trunk/includes/class-wp-notification-bars.php
r2660480 r2685701 70 70 71 71 $this->plugin_name = 'wp-notification-bars'; 72 $this->version = '1.0.1 1';72 $this->version = '1.0.12'; 73 73 74 74 $this->load_dependencies(); -
wp-notification-bars/trunk/readme.txt
r2660480 r2685701 4 4 Tags: notification, alert, notification bar, welcome google visitor, welcome facebook visitor, attention bar, floating bar, message, notice, sticky header, offer bar, hello bar 5 5 Requires at least: 3.0.1 6 Tested up to: 5. 8.37 Stable tag: 1.0.1 16 Tested up to: 5.9.1 7 Stable tag: 1.0.12 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 75 75 == Changelog == 76 76 77 = 1.0.12 = 78 * Fixed: Post-specific "Select Notification Bar" option not working correctly in some cases 79 77 80 = 1.0.11 = 78 81 * Security improvements -
wp-notification-bars/trunk/wp-notification-bars.php
r2660480 r2685701 5 5 * Plugin URI: https://mythemeshop.com/plugins/wp-notification-bars/ 6 6 * Description: WP Notification Bars is a custom notification and alert bar plugin for WordPress which is perfect for marketing promotions, alerts, increasing click throughs to other pages and so much more. 7 * Version: 1.0.1 17 * Version: 1.0.12 8 8 * Author: MyThemeShop 9 9 * Author URI: https://mythemeshop.com/
Note: See TracChangeset
for help on using the changeset viewer.