Changeset 924806
- Timestamp:
- 06/01/2014 06:11:03 PM (12 years ago)
- Location:
- wp-announce
- Files:
-
- 9 edited
- 1 copied
-
tags/2.0.3/readme.txt (modified) (2 diffs)
-
tags/2.0.3/src/wp-announce.php (modified) (7 diffs)
-
tags/2.0.3/wp-announce.php (modified) (1 diff)
-
tags/2.0.4 (copied) (copied from wp-announce/trunk)
-
tags/2.0.4/readme.txt (modified) (2 diffs)
-
tags/2.0.4/src/wp-announce.php (modified) (9 diffs)
-
tags/2.0.4/wp-announce.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/wp-announce.php (modified) (9 diffs)
-
trunk/wp-announce.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-announce/tags/2.0.3/readme.txt
r924801 r924806 5 5 Requires at least: 3.0.1 6 6 Tested up to: 3.9.1 7 Stable tag: 2.0. 47 Stable tag: 2.0.3 8 8 9 9 Clean announcement plugin that reveals a neat popup when users visit your site. You can set who sees the announcement, how soon and when to display it.. … … 40 40 * intermittent bug fix - javascript conflict 41 41 * Persistent cookie fix 42 = 2.0.4 =43 * conflict fix with custom themes -
wp-announce/tags/2.0.3/src/wp-announce.php
r924801 r924806 164 164 <script> 165 165 $ = jQuery; 166 $(document).bind('ready',function(){166 $(document).ready(function(){ 167 167 var hh = $('#postimagediv .inside ').html(); 168 168 var addMsg = 'Choosing a featured image will create a background for your announcement'; … … 192 192 193 193 var $ = jQuery; 194 $(document). bind('ready',function(){194 $(document).ready(function(){ 195 195 196 196 }); … … 238 238 <script> 239 239 $ = jQuery; 240 $(document).bind('ready',function(){240 $(document).ready(function(){ 241 241 $('#wpa_default_style').click( function () { 242 242 var defaultOption_header = '<?php echo $wpa_option_header ?>'; … … 387 387 388 388 <script> 389 $(":range").rangeinput(); 390 $(document).bind('ready',function(){389 $(":range").rangeinput(); 390 $(document).ready(function(){ 391 391 // $('#preview-action a').attr('style', 'display:none'); 392 392 $('#wpseo_meta').attr('style', 'display:none'); //hide seo … … 508 508 var $ = jQuery; 509 509 510 $(document).bind('ready',function(){510 $(document).ready(function(){ 511 511 512 512 if( document.cookie.indexOf('wpa_$wpa_post_id') == -1 ){ … … 530 530 531 531 var $ = jQuery; 532 $(document). bind('ready',function(){532 $(document).ready(function(){ 533 533 534 534 if( document.cookie.indexOf('wpa_$wpa_post_id') == -1 ){ … … 554 554 var $ = jQuery; 555 555 //alert('cool3'); 556 $(document).bind('ready',function(){556 $(document).ready(function(){ 557 557 if( document.cookie.indexOf('wpa_$wpa_post_id') == -1 ){ 558 558 setTimeout(wpann_pop_announcement, $wpa_delay * 1000 ); -
wp-announce/tags/2.0.3/wp-announce.php
r924801 r924806 5 5 Description: Clean and neat announcement popup plugin for users to view when they visit your site. You can set who sees the announcement and when to display it. 6 6 Author: Sprint Experts Team 7 Version: 2.0. 47 Version: 2.0.3 8 8 Author URI: https://www.sprintexperts.com 9 9 License: GPLv2 or later -
wp-announce/tags/2.0.4/readme.txt
r924393 r924806 5 5 Requires at least: 3.0.1 6 6 Tested up to: 3.9.1 7 Stable tag: 2.0. 37 Stable tag: 2.0.4 8 8 9 9 Clean announcement plugin that reveals a neat popup when users visit your site. You can set who sees the announcement and when to display it . You can customise the look and feel among other things. … … 40 40 * intermittent bug fix - javascript conflict 41 41 * Persistent cookie fix 42 = 2.0.4 = 43 * conflict fix with custom themes -
wp-announce/tags/2.0.4/src/wp-announce.php
r924393 r924806 3 3 if ( !function_exists( 'add_action' ) ) 4 4 { 5 header( 'HTTP/0.9 403 Forbidden' );6 header( 'HTTP/1.0 403 Forbidden' );7 header( 'HTTP/1.1 403 Forbidden' );8 header( 'Status: 403 Forbidden' );9 header( 'Connection: Close' );10 exit();11 }5 header( 'HTTP/0.9 403 Forbidden' ); 6 header( 'HTTP/1.0 403 Forbidden' ); 7 header( 'HTTP/1.1 403 Forbidden' ); 8 header( 'Status: 403 Forbidden' ); 9 header( 'Connection: Close' ); 10 exit(); 11 } 12 12 13 13 define( 'PLUGIN_NAME', 'WP Announce'); … … 89 89 function wpa_admin(){ 90 90 //add_submenu_page('edit.php?post_type=announce', 'Help and FAQ', 'Help and FAQ', 'edit_posts', basename(__FILE__), 'wpa_option_page'); 91 //add_options_page('WP Announce Options', 'WP Announce','announce', __FILE__, 'wpa_options_page');92 } 91 //add_options_page('WP Announce Options', 'WP Announce','announce', __FILE__, 'wpa_options_page'); 92 } 93 93 //add_action('admin_menu', 'wpa_admin', 10, 1); 94 94 … … 164 164 <script> 165 165 $ = jQuery; 166 $(document).ready(function(){166 $(document).bind('ready',function(){ 167 167 var hh = $('#postimagediv .inside ').html(); 168 168 var addMsg = 'Choosing a featured image will create a background for your announcement'; … … 192 192 193 193 var $ = jQuery; 194 $(document). ready(function(){194 $(document).bind('ready',function(){ 195 195 196 196 }); … … 238 238 <script> 239 239 $ = jQuery; 240 $(document).ready(function(){240 $(document).bind('ready',function(){ 241 241 $('#wpa_default_style').click( function () { 242 242 var defaultOption_header = '<?php echo $wpa_option_header ?>'; … … 387 387 388 388 <script> 389 $(":range").rangeinput(); 390 $(document).ready(function(){389 $(":range").rangeinput(); 390 $(document).bind('ready',function(){ 391 391 // $('#preview-action a').attr('style', 'display:none'); 392 392 $('#wpseo_meta').attr('style', 'display:none'); //hide seo … … 508 508 var $ = jQuery; 509 509 510 $(document).ready(function(){510 $(document).bind('ready',function(){ 511 511 512 512 if( document.cookie.indexOf('wpa_$wpa_post_id') == -1 ){ … … 530 530 531 531 var $ = jQuery; 532 $(document). ready(function(){532 $(document).bind('ready',function(){ 533 533 534 534 if( document.cookie.indexOf('wpa_$wpa_post_id') == -1 ){ … … 554 554 var $ = jQuery; 555 555 //alert('cool3'); 556 $(document).ready(function(){556 $(document).bind('ready',function(){ 557 557 if( document.cookie.indexOf('wpa_$wpa_post_id') == -1 ){ 558 558 setTimeout(wpann_pop_announcement, $wpa_delay * 1000 ); -
wp-announce/tags/2.0.4/wp-announce.php
r924393 r924806 5 5 Description: Clean and neat announcement popup plugin for users to view when they visit your site. You can set who sees the announcement and when to display it. 6 6 Author: Sprint Experts Team 7 Version: 2.0. 27 Version: 2.0.4 8 8 Author URI: https://www.sprintexperts.com 9 9 License: GPLv2 or later -
wp-announce/trunk/readme.txt
r924393 r924806 5 5 Requires at least: 3.0.1 6 6 Tested up to: 3.9.1 7 Stable tag: 2.0. 37 Stable tag: 2.0.4 8 8 9 9 Clean announcement plugin that reveals a neat popup when users visit your site. You can set who sees the announcement and when to display it . You can customise the look and feel among other things. … … 40 40 * intermittent bug fix - javascript conflict 41 41 * Persistent cookie fix 42 = 2.0.4 = 43 * conflict fix with custom themes -
wp-announce/trunk/src/wp-announce.php
r924393 r924806 3 3 if ( !function_exists( 'add_action' ) ) 4 4 { 5 header( 'HTTP/0.9 403 Forbidden' );6 header( 'HTTP/1.0 403 Forbidden' );7 header( 'HTTP/1.1 403 Forbidden' );8 header( 'Status: 403 Forbidden' );9 header( 'Connection: Close' );10 exit();11 }5 header( 'HTTP/0.9 403 Forbidden' ); 6 header( 'HTTP/1.0 403 Forbidden' ); 7 header( 'HTTP/1.1 403 Forbidden' ); 8 header( 'Status: 403 Forbidden' ); 9 header( 'Connection: Close' ); 10 exit(); 11 } 12 12 13 13 define( 'PLUGIN_NAME', 'WP Announce'); … … 89 89 function wpa_admin(){ 90 90 //add_submenu_page('edit.php?post_type=announce', 'Help and FAQ', 'Help and FAQ', 'edit_posts', basename(__FILE__), 'wpa_option_page'); 91 //add_options_page('WP Announce Options', 'WP Announce','announce', __FILE__, 'wpa_options_page');92 } 91 //add_options_page('WP Announce Options', 'WP Announce','announce', __FILE__, 'wpa_options_page'); 92 } 93 93 //add_action('admin_menu', 'wpa_admin', 10, 1); 94 94 … … 164 164 <script> 165 165 $ = jQuery; 166 $(document).ready(function(){166 $(document).bind('ready',function(){ 167 167 var hh = $('#postimagediv .inside ').html(); 168 168 var addMsg = 'Choosing a featured image will create a background for your announcement'; … … 192 192 193 193 var $ = jQuery; 194 $(document). ready(function(){194 $(document).bind('ready',function(){ 195 195 196 196 }); … … 238 238 <script> 239 239 $ = jQuery; 240 $(document).ready(function(){240 $(document).bind('ready',function(){ 241 241 $('#wpa_default_style').click( function () { 242 242 var defaultOption_header = '<?php echo $wpa_option_header ?>'; … … 387 387 388 388 <script> 389 $(":range").rangeinput(); 390 $(document).ready(function(){389 $(":range").rangeinput(); 390 $(document).bind('ready',function(){ 391 391 // $('#preview-action a').attr('style', 'display:none'); 392 392 $('#wpseo_meta').attr('style', 'display:none'); //hide seo … … 508 508 var $ = jQuery; 509 509 510 $(document).ready(function(){510 $(document).bind('ready',function(){ 511 511 512 512 if( document.cookie.indexOf('wpa_$wpa_post_id') == -1 ){ … … 530 530 531 531 var $ = jQuery; 532 $(document). ready(function(){532 $(document).bind('ready',function(){ 533 533 534 534 if( document.cookie.indexOf('wpa_$wpa_post_id') == -1 ){ … … 554 554 var $ = jQuery; 555 555 //alert('cool3'); 556 $(document).ready(function(){556 $(document).bind('ready',function(){ 557 557 if( document.cookie.indexOf('wpa_$wpa_post_id') == -1 ){ 558 558 setTimeout(wpann_pop_announcement, $wpa_delay * 1000 ); -
wp-announce/trunk/wp-announce.php
r924393 r924806 5 5 Description: Clean and neat announcement popup plugin for users to view when they visit your site. You can set who sees the announcement and when to display it. 6 6 Author: Sprint Experts Team 7 Version: 2.0. 27 Version: 2.0.4 8 8 Author URI: https://www.sprintexperts.com 9 9 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.