Merged in release/release-1.09 (pull request #10)

Release/release 1.09

* Install missing plugins 
* rs set to 1

* rebase pantheon for aws

* rebase pantheon for aws

* prod config change

* prod config change

* fix campaing issue

* revert


Approved-by: Jay Sharma
This commit is contained in:
Rachit Bhargava
2023-12-27 20:55:58 +00:00
committed by Jay Sharma
parent 779393381f
commit 22f10a9edd
2154 changed files with 22313 additions and 209875 deletions

View File

@@ -39,7 +39,7 @@
jQuery("#cronMSGC").html("Waiting, sync in progress...");
jQuery("#btSendCronC").attr("disabled","disabled");
e.preventDefault();
jQuery.get("<?php echo get_bloginfo('wpurl');?>/iper_cron?t=c",{},function(data){
jQuery.get("<?php echo get_bloginfo('wpurl');?>/iper_cron?t=c.",{},function(data){
jQuery("#iper_print_debug_cronC").val(data).html(data);
jQuery("#btSendCronC").removeAttr("disabled");
jQuery("#cronMSGC").html("");