PluginProbe
ActivityPub / 9.2.1
ActivityPub v9.2.1
9.3.1 9.3.0 9.2.2 9.2.1 9.2.0 9.1.0 9.0.2 9.0.1 9.0.0 8.3.0 8.2.1 8.2.0 8.1.1 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.2.0 1.3.0 2.0.0 2.0.1 2.1.0 2.1.1 All 160 releases
← All changes | activitypub.php +2 -3 9.3.09.2.1 View file →
@@ -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 );