Plugin Directory

Changeset 3152960


Ignore:
Timestamp:
09/16/2024 09:08:05 PM (16 months ago)
Author:
maltathemes
Message:

v6.6.0

Location:
easy-facebook-likebox
Files:
589 added
4 edited

Legend:

Unmodified
Added
Removed
  • easy-facebook-likebox/trunk/README.txt

    r3143968 r3152960  
    44Requires at least: 3.3
    55Tested up to: 6.6
    6 Stable tag: 6.5.9
     6Stable tag: 6.6.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    175175
    176176== Changelog ==
     177= 6.6.0 =
     178* Added: Instagram personal account again
     179* Fixed: Security issue
     180
    177181= 6.5.9 =
    178182* Added: Temporary issue with Instagram personal api notice
  • easy-facebook-likebox/trunk/admin/class-esf-admin.php

    r3143968 r3152960  
    7474                    $this,
    7575                    'hide_row_notice',
    76                 )
    77             );
    78 
    79             add_action(
    80                 'wp_ajax_esf_hide_insta_personal_notice',
    81                 array(
    82                     $this,
    83                     'hide_insta_personal_notice',
    8476                )
    8577            );
     
    417409            }
    418410
    419             // display Instagram personal notice on instagram dashboard page only
    420             if ( isset( $_GET['page'] ) && $_GET['page'] == 'mif' && get_site_option( 'esf_insta_personal_notice' ) !== 'yes' ) {
    421                 ?>
    422 
    423                 <div class="fs-notice updated promotion fs-sticky fs-has-title fta_insta_personal_notice">
    424                             <label class="fs-plugin-title">Easy Social Feed</label>
    425                    
    426                             <div style="cursor: pointer;color: #aaa;float: right;" class="esf_hide_insta_personal_notice">
    427                             <i style="margin-top: 7px;display: inline-block;" class="dashicons dashicons-no" title="Dismiss"></i>
    428                             <span style="margin-top: 7px;display: inline-block;">Dismiss</span>
    429                         </div>
    430                    
    431                     <div class="fs-notice-body">
    432                     <?php esc_html_e( 'Due to a temporary issue with the Instagram API, the personal option is currently unavailable. However, you can still display the feed by using the Business option.', 'easy-facebook-likebox' ); ?>
    433                     </div>
    434                 </div>
    435                 <script>
    436                     jQuery('.esf_hide_insta_personal_notice').click(function() {
    437                     var data = {'action': 'esf_hide_insta_personal_notice'};
    438                         jQuery.ajax({
    439                                 url: "<?php echo esc_url( admin_url( 'admin-ajax.php' ) ); ?>",
    440                                 type: 'post',
    441                                 data: data,
    442                                 dataType: 'json',
    443                                 async: !0,
    444                                 success: function(e) {
    445                                 if(e === 'success'){
    446                                     jQuery('.fta_insta_personal_notice').slideUp('fast');
    447                                 }
    448                                 },
    449                         });
    450                         });
    451                 </script>
    452                 <?php
    453             }
    454 
    455411            return false;
    456412        }
     
    475431            wp_die();
    476432        }
    477 
    478         /**
    479          * Hide Instagram personal notice permenately
    480          */
    481         public function hide_insta_personal_notice() {
    482             update_site_option( 'esf_insta_personal_notice', 'yes' );
    483             echo wp_json_encode( array( 'success' ) );
    484             wp_die();
    485         }
    486 
    487433
    488434        /**
  • easy-facebook-likebox/trunk/easy-facebook-likebox.php

    r3143968 r3152960  
    55 * Plugin URI:        https://wordpress.org/plugins/easy-facebook-likebox
    66 * Description:       Formerly "Easy Facebook Like Box and Custom Facebook Feed" plugin allows you to easily display custom facebook feed, custom Instagram photos and videos feed, page plugin (like box) on your website using either widget or shortcode to increase facbook fan page likes. You can use the shortcode generator. Additionally, it also now allows you to display the customized facebook feed on your website using the same color scheme of your website. Its completely customizable with lots of optional settings. Its also responsive facebook like box at the same time.
    7  * Version:           6.5.9
     7 * Version:           6.6.0
    88 * Author:            Easy Social Feed
    99 * Author URI:        https://easysocialfeed.com/
     
    100100    if ( !class_exists( 'Feed_Them_All' ) ) {
    101101        class Feed_Them_All {
    102             public $version = '6.5.9';
     102            public $version = '6.6.0';
    103103
    104104            public $fta_slug = 'easy-facebook-likebox';
  • easy-facebook-likebox/trunk/instagram/admin/views/html-autenticate-tab.php

    r3143968 r3152960  
    242242                <input class="with-gap" name="mif_login_type"
    243243                        data-url="<?php echo esc_url( $personal_auth_url ); ?>"
    244                         value="basic" disabled type="radio" id="mif_basic_type" checked/>
     244                        value="basic" type="radio" id="mif_basic_type" checked/>
    245245                <label for="mif_basic_type"><?php esc_html_e( 'Personal', 'easy-facebook-likebox' ); ?></label>
    246246                <a href="#" class="mif_info_link">
     
    248248                </a>
    249249                <div class="mif_auth_info_holder">
    250                     <p><b><?php esc_html_e( 'Due to a temporary issue with the Instagram API, the personal option is currently unavailable. However, you can still display the feed by using the Business option. ', 'easy-facebook-likebox' ); ?></b><?php esc_html_e( 'The "Personal" option can display feeds from personal Instagram account. It is limited to display only pictures, videos, username and caption.', 'easy-facebook-likebox' ); ?></p>
     250                    <p><?php esc_html_e( 'The "Personal" option can display feeds from personal Instagram account. It is limited to display only pictures, videos, username and caption.', 'easy-facebook-likebox' ); ?></p>
    251251                </div>
    252252            </div>
     
    254254                <input class="with-gap" name="mif_login_type"
    255255                        data-url="<?php echo esc_url( $auth_url ); ?>" value="business"
    256                         type="radio" checked id="mif_business_type"/>
     256                        type="radio" id="mif_business_type"/>
    257257                <label for="mif_business_type"><?php esc_html_e( 'Business', 'easy-facebook-likebox' ); ?></label>
    258258                <a href="#" class="mif_info_link">
     
    266266                </div>
    267267            </div>
    268             <a href="<?php echo esc_url( $auth_url ); ?>"
     268            <a href="<?php echo esc_url( $personal_auth_url ); ?>"
    269269                class=" btn mif-auth-modal-btn"><?php esc_html_e( 'Connect', 'easy-facebook-likebox' ); ?></a>
    270270
Note: See TracChangeset for help on using the changeset viewer.