Plugin Directory

Changeset 2749165


Ignore:
Timestamp:
06/28/2022 02:42:41 PM (4 years ago)
Author:
NextScripts
Message:

Version fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • social-networks-auto-poster-facebook-twitter-g/trunk/NextScripts_SNAP.php

    r2748653 r2749165  
    55Description: This plugin automatically publishes posts from your blog to your social media accounts on Twitter, FB, Telegram, LinkedIn, and 25 more networks.
    66Author: NextScripts
    7 Version: 4.3.25
     7Version: 4.3.26
    88Author URI: https://www.nextscripts.com
    99Text Domain: social-networks-auto-poster-facebook-twitter-g
    10 Copyright 2012-2021  NextScripts Corp
     10Copyright 2012-2022  NextScripts Corp
    1111*/
    1212
    13 define( 'NextScripts_SNAP_Version' , '4.3.26' ); define( 'NextScripts_SNAP_Version_Date' , 'June 27, 2022' ); require_once "inc/nxs_functions_wp.php"; if(!defined( 'NXSSNAP_BASENAME' ) ) define( 'NXSSNAP_BASENAME', plugin_basename( __FILE__ ) );
     13define( 'NextScripts_SNAP_Version' , '4.3.26' ); define( 'NextScripts_SNAP_Version_Date' , 'June 28, 2022' ); require_once "inc/nxs_functions_wp.php"; if(!defined( 'NXSSNAP_BASENAME' ) ) define( 'NXSSNAP_BASENAME', plugin_basename( __FILE__ ) );
    1414
    1515if (true===nxs_doSystemInitCheck()) { //  error_reporting(E_ALL); ini_set('display_errors', '1');
Note: See TracChangeset for help on using the changeset viewer.