Plugin Directory

Changeset 3492666


Ignore:
Timestamp:
03/27/2026 12:48:58 PM (32 hours ago)
Author:
xylus
Message:

Update to version 1.1.9 from GitHub

Location:
xt-facebook-events
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • xt-facebook-events/tags/1.1.9/includes/class-xt-facebook-events-facebook.php

    r3286096 r3492666  
    4646        $this->fb_app_id = isset( $options['facebook_app_id'] ) ? $options['facebook_app_id'] : '';
    4747        $this->fb_app_secret = isset( $options['facebook_app_secret'] ) ? $options['facebook_app_secret'] : '';
    48         $this->fb_graph_url = 'https://graph.facebook.com/v19.0/';
     48        $this->fb_graph_url = 'https://graph.facebook.com/v24.0/';
    4949        $this->fb_access_token = isset( $xtfe_user_token_options['access_token'] ) ? $xtfe_user_token_options['access_token'] : '';
    5050        add_shortcode( 'wpfb_events', array( $this, 'render_facebook_events' ) );
  • xt-facebook-events/tags/1.1.9/includes/class-xt-facebook-events-fb-authorize.php

    r3286096 r3492666  
    3535            $app_secret = isset( $xtfe_options['facebook_app_secret'] ) ? $xtfe_options['facebook_app_secret'] : '';
    3636            $redirect_url = admin_url( 'admin-post.php?action=xtfe_facebook_authorize_callback' );
    37             $api_version = 'v19.0';
     37            $api_version = 'v24.0';
    3838            $param_url = urlencode($redirect_url);
    3939            $xtfe_session_state = md5( uniqid( wp_rand(), true ) );
     
    6868            $app_secret = isset( $xtfe_options['facebook_app_secret'] ) ? $xtfe_options['facebook_app_secret'] : '';
    6969            $redirect_url = admin_url('admin-post.php?action=xtfe_facebook_authorize_callback');
    70             $api_version = 'v19.0';
     70            $api_version = 'v24.0';
    7171            $param_url = urlencode($redirect_url);
    7272
  • xt-facebook-events/tags/1.1.9/xt-facebook-events.php

    r3286096 r3492666  
    44 * Plugin URI:        http://xylusthemes.com/plugins/xt-facebook-events/
    55 * Description:       Display Facebook Events into your WordPress site anywhere.
    6  * Version:           1.1.8
     6 * Version:           1.1.9
    77 * Author:            Xylus Themes
    88 * Author URI:        http://xylusthemes.com
     
    3131     */
    3232    private static $instance;
    33     public $common, $facebook, $admin, $fb_authorize;
     33    public $common, $facebook, $admin, $fb_authorize, $common_pro;
    3434
    3535    /**
     
    8282     * @since 1.0.0
    8383     */
    84     public function __clone() { _doing_it_wrong( __FUNCTION__, esc_attr__( 'Cheatin’ huh?', 'xt-facebook-events' ), '1.1.8' ); }
     84    public function __clone() { _doing_it_wrong( __FUNCTION__, esc_attr__( 'Cheatin’ huh?', 'xt-facebook-events' ), '1.1.9' ); }
    8585
    8686    /**
     
    8989     * @since 1.0.0
    9090     */
    91     public function __wakeup() { _doing_it_wrong( __FUNCTION__, esc_attr__( 'Cheatin’ huh?', 'xt-facebook-events' ), '1.1.8' ); }
     91    public function __wakeup() { _doing_it_wrong( __FUNCTION__, esc_attr__( 'Cheatin’ huh?', 'xt-facebook-events' ), '1.1.9' ); }
    9292
    9393
     
    103103        // Plugin version.
    104104        if( ! defined( 'XTFE_VERSION' ) ){
    105             define( 'XTFE_VERSION', '1.1.8' );
     105            define( 'XTFE_VERSION', '1.1.9' );
    106106        }
    107107
  • xt-facebook-events/trunk/includes/class-xt-facebook-events-facebook.php

    r3286096 r3492666  
    4646        $this->fb_app_id = isset( $options['facebook_app_id'] ) ? $options['facebook_app_id'] : '';
    4747        $this->fb_app_secret = isset( $options['facebook_app_secret'] ) ? $options['facebook_app_secret'] : '';
    48         $this->fb_graph_url = 'https://graph.facebook.com/v19.0/';
     48        $this->fb_graph_url = 'https://graph.facebook.com/v24.0/';
    4949        $this->fb_access_token = isset( $xtfe_user_token_options['access_token'] ) ? $xtfe_user_token_options['access_token'] : '';
    5050        add_shortcode( 'wpfb_events', array( $this, 'render_facebook_events' ) );
  • xt-facebook-events/trunk/includes/class-xt-facebook-events-fb-authorize.php

    r3286096 r3492666  
    3535            $app_secret = isset( $xtfe_options['facebook_app_secret'] ) ? $xtfe_options['facebook_app_secret'] : '';
    3636            $redirect_url = admin_url( 'admin-post.php?action=xtfe_facebook_authorize_callback' );
    37             $api_version = 'v19.0';
     37            $api_version = 'v24.0';
    3838            $param_url = urlencode($redirect_url);
    3939            $xtfe_session_state = md5( uniqid( wp_rand(), true ) );
     
    6868            $app_secret = isset( $xtfe_options['facebook_app_secret'] ) ? $xtfe_options['facebook_app_secret'] : '';
    6969            $redirect_url = admin_url('admin-post.php?action=xtfe_facebook_authorize_callback');
    70             $api_version = 'v19.0';
     70            $api_version = 'v24.0';
    7171            $param_url = urlencode($redirect_url);
    7272
  • xt-facebook-events/trunk/xt-facebook-events.php

    r3286096 r3492666  
    44 * Plugin URI:        http://xylusthemes.com/plugins/xt-facebook-events/
    55 * Description:       Display Facebook Events into your WordPress site anywhere.
    6  * Version:           1.1.8
     6 * Version:           1.1.9
    77 * Author:            Xylus Themes
    88 * Author URI:        http://xylusthemes.com
     
    3131     */
    3232    private static $instance;
    33     public $common, $facebook, $admin, $fb_authorize;
     33    public $common, $facebook, $admin, $fb_authorize, $common_pro;
    3434
    3535    /**
     
    8282     * @since 1.0.0
    8383     */
    84     public function __clone() { _doing_it_wrong( __FUNCTION__, esc_attr__( 'Cheatin’ huh?', 'xt-facebook-events' ), '1.1.8' ); }
     84    public function __clone() { _doing_it_wrong( __FUNCTION__, esc_attr__( 'Cheatin’ huh?', 'xt-facebook-events' ), '1.1.9' ); }
    8585
    8686    /**
     
    8989     * @since 1.0.0
    9090     */
    91     public function __wakeup() { _doing_it_wrong( __FUNCTION__, esc_attr__( 'Cheatin’ huh?', 'xt-facebook-events' ), '1.1.8' ); }
     91    public function __wakeup() { _doing_it_wrong( __FUNCTION__, esc_attr__( 'Cheatin’ huh?', 'xt-facebook-events' ), '1.1.9' ); }
    9292
    9393
     
    103103        // Plugin version.
    104104        if( ! defined( 'XTFE_VERSION' ) ){
    105             define( 'XTFE_VERSION', '1.1.8' );
     105            define( 'XTFE_VERSION', '1.1.9' );
    106106        }
    107107
Note: See TracChangeset for help on using the changeset viewer.