| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | /** |
| 3 | 3 | * Plugin Name: ActivityPub |
| 4 | 4 | * Plugin URI: https://github.com/Automattic/wordpress-activitypub |
| 5 | 5 | * Description: The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format. |
| 6 | - * Version: 9.3.0 | |
| 6 | + * Version: 9.2.1 | |
| 7 | 7 | * Author: Matthias Pfefferle & Automattic |
| 8 | 8 | * Author URI: https://automattic.com/ |
| 9 | 9 | * License: MIT |
| 10 | 10 | * License URI: http://opensource.org/licenses/MIT |
| @@ -16,9 +16,9 @@ | ||
| 16 | 16 | */ |
| 17 | 17 | |
| 18 | 18 | namespace Activitypub; |
| 19 | 19 | |
| 20 | -\define( 'ACTIVITYPUB_PLUGIN_VERSION', '9.3.0' ); | |
| 20 | +\define( 'ACTIVITYPUB_PLUGIN_VERSION', '9.2.1' ); | |
| 21 | 21 | |
| 22 | 22 | // Plugin related constants. |
| 23 | 23 | \define( 'ACTIVITYPUB_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); |
| 24 | 24 | \define( 'ACTIVITYPUB_PLUGIN_BASENAME', plugin_basename( __FILE__ ) ); |
| @@ -99,9 +99,8 @@ | ||
| 99 | 99 | \add_action( 'init', array( __NAMESPACE__ . '\Event_Stream', 'init' ) ); |
| 100 | 100 | } |
| 101 | 101 | \add_action( 'init', array( __NAMESPACE__ . '\Handler', 'init' ) ); |
| 102 | 102 | \add_action( 'init', array( __NAMESPACE__ . '\Hashtag', 'init' ) ); |
| 103 | - \add_action( 'init', array( __NAMESPACE__ . '\Icons', 'init' ) ); | |
| 104 | 103 | \add_action( 'init', array( __NAMESPACE__ . '\Link', 'init' ) ); |
| 105 | 104 | \add_action( 'init', array( __NAMESPACE__ . '\Mailer', 'init' ) ); |
| 106 | 105 | \add_action( 'init', array( __NAMESPACE__ . '\Mention', 'init' ) ); |
| 107 | 106 | \add_action( 'init', array( __NAMESPACE__ . '\Migration', 'init' ), 1 ); |