Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai
noblogs-wp
Commits
e60ba635
Commit
e60ba635
authored
Feb 20, 2019
by
lucha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[auto] plugin: autopost-to-mastodon 3.2.7.5
parent
db23ab19
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
5 deletions
+11
-5
wp-content/plugins/autopost-to-mastodon/img/patron.png
wp-content/plugins/autopost-to-mastodon/img/patron.png
+0
-0
wp-content/plugins/autopost-to-mastodon/img/paypal.png
wp-content/plugins/autopost-to-mastodon/img/paypal.png
+0
-0
wp-content/plugins/autopost-to-mastodon/mastodon_autopost.php
...ontent/plugins/autopost-to-mastodon/mastodon_autopost.php
+4
-4
wp-content/plugins/autopost-to-mastodon/readme.txt
wp-content/plugins/autopost-to-mastodon/readme.txt
+7
-1
No files found.
wp-content/plugins/autopost-to-mastodon/img/patron.png
0 → 100644
View file @
e60ba635
3.01 KB
wp-content/plugins/autopost-to-mastodon/img/paypal.png
0 → 100644
View file @
e60ba635
12.6 KB
wp-content/plugins/autopost-to-mastodon/mastodon_autopost.php
View file @
e60ba635
...
...
@@ -3,7 +3,7 @@
* Plugin Name: Mastodon Autopost
* Plugin URI: https://github.com/simonfrey/mastodon_wordpress_autopost
* Description: A Wordpress Plugin that automatically posts your new articles to Mastodon
* Version: 3.2.
6
* Version: 3.2.
7.5
* Author: L1am0
* Author URI: http://www.simon-frey.eu
* License: GPL2
...
...
@@ -116,7 +116,7 @@ class autopostToMastodon
wp_enqueue_script
(
'settings_page'
,
$plugin_url
.
'js/settings_page.js'
,
array
(
'jquery'
),
$infos
[
'Version'
],
true
);
}
if
(
in_array
(
$pagenow
,
[
'post-new.php'
,
'post.php'
]
))
{
if
(
in_array
(
$pagenow
,
array
(
'post-new.php'
,
'post.php'
)
))
{
$plugin_url
=
plugin_dir_url
(
__FILE__
);
wp_enqueue_script
(
'toot_editor'
,
$plugin_url
.
'js/toot_editor.js'
,
array
(
'jquery'
),
$infos
[
'Version'
],
true
);
...
...
@@ -140,7 +140,7 @@ class autopostToMastodon
add_options_page
(
'Mastodon Autopost'
,
'Mastodon Autopost'
,
'
manage_optio
ns'
,
'
install_plugi
ns'
,
'autopost-to-mastodon'
,
array
(
$this
,
'show_configuration_page'
)
);
...
...
@@ -427,7 +427,7 @@ class autopostToMastodon
'autopostToMastodon_metabox'
,
'Mastodon Autopost'
,
array
(
$this
,
'metabox'
),
[
'post'
,
'page'
]
,
array
(
'post'
,
'page'
)
,
'side'
,
'high'
);
...
...
wp-content/plugins/autopost-to-mastodon/readme.txt
View file @
e60ba635
...
...
@@ -3,7 +3,7 @@ Contributors: l1am0, Hellexis
Tags: mastodon, Mastodon, Mastdon Autopost, federated web, GNU social, statusnet, social web, social media, auto post
Requires at least: 4.6
Tested up to: 5.0
Stable tag: 3.2.
6
Stable tag: 3.2.
7.5
License: GPLv2
Donate link: https://patreon.com/simonfrey
License URI: http://www.gnu.org/licenses/gpl-2.0.html
...
...
@@ -46,6 +46,12 @@ The plugin never transmits any data to me, or anyone else than the mastodon node
== Changelog ==
= 3.2.7.5 =
* Revert changes
= 3.2.7 =
* Auth workflow change
= 3.2.6 =
* Change permission for settings page to manage_options
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment