Skip to content

Commit cf834f5

Browse files
committed
Preparation Release 0.11
1 parent d4055b2 commit cf834f5

File tree

3 files changed

+38
-16
lines changed

3 files changed

+38
-16
lines changed

mathilda.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
/*
44
Plugin Name: Mathilda
55
Plugin URI: https://www.unmus.de/wordpress-plugin-mathilda/
6-
Description: Mathilda copies your tweets from Twitter continuously, stores them in the WordPress database and displays them in the blog.
7-
Version: 0.10
6+
Description: Mathilda copies your tweets from Twitter to WordPress.
7+
Version: 0.11
88
Author: Marco Hitschler
99
Author URI: https://www.unmus.de/
1010
License: GPL3

readme.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Mathilda is trying to give you back some control of your tweets. The plugin copi
3232

3333
## CSS classes
3434

35-
You know the game! Mathilda can not assure that it looks fine on your theme. That is why all mathilda UI elements can be addressed with individual CSS selectors. Please use your debugger to find the right classes.
35+
All mathilda UI elements can be addressed with individual CSS selectors. Please use your debugger to find the right classes.
3636

3737
## Mathilda API
3838

@@ -100,7 +100,7 @@ All the same. It works both. Mathilda is flexible. But the autoload will only be
100100

101101
### How can I import my tweet history?
102102

103-
To import your tweets, you must download your tweet archive from Twitter (Profile/Settings/Your Twitter Data). Your archive contains the folder "data/js/tweets". Upload the containing files to "www.yourblog.com/wp-content/uploads/mathilda-import/". Now you can run the import (Tools/Tweets).
103+
To import your tweets, you must download your tweet archive from Twitter (Profile/Settings/Your Twitter Data). Your archive contains the file data/tweet.js. Split this file in smaller files (<400 KB) with a local tool like [JSON Splitter](https://github.com/jhsu98/json-splitter). After that upload the splitted files to "www.yourblog.com/wp-content/uploads/mathilda-import/". Now you can run the import (Tools/Tweets).
104104

105105
### How does Mathilda handle the canonical URL?
106106

@@ -131,22 +131,25 @@ The embedded content will be retrieved and generated every 15 minutes (or with t
131131
Backlinks to Twitter will be declared as nofollow. This affects Hashtags, Mentions and the Backlink of the Tweet itself. Links within the tweets are declared as follow.
132132

133133
## How to setup Mathilda?
134-
[Screencast Video](https://www.unmus.de/wordpress-plugin-mathilda/#screencast) (German)
134+
[Screencast Video](https://www.unmus.de/mathilda/#screencast) (German)
135+
136+
## How to split large JSON files?
137+
[JSON Splitter](https://github.com/jhsu98/json-splitter)
135138

136139
## Live Demo
137140

138141
[Here!](https://www.unmus.de/tweets/)
139142

140143
## Branches
141144

142-
This repository follows the git-flow workflow.
145+
This repository follows the git-flow workflow to a large extent.
143146

144147
* master branch is the latest release
145148
* develop branch is the current state of development
146149
* feature branches contain dedicated features in development
147150
* bugfix branches contain dedicated bugfixes in development
148-
* hotfix branches contain dedicated bugfixes in development
149-
* release branches contain the next release in preparation
151+
152+
Hotfix and release branches will not be applied.
150153

151154
## Unterstanding the Deployment
152155

@@ -168,6 +171,13 @@ This project is licensed under the GPL3 License.
168171

169172
## Changelog
170173

174+
### 0.11 "Alice"
175+
176+
* October 2020
177+
* Feature: Support of new large DSGVO Twitter Data Export
178+
* Feature: Displaying Link to Video for Video Tweets
179+
* Bugfix: Broken 2nd Hashtag (if similar hashtag was before)
180+
171181
### 0.10 "Deadshot"
172182

173183
* June 2018

readme.txt

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
Contributors: unmus, vbachem
33
Tags: twitter, tweets, microblogging, blog, social network
44
Requires at least: 4.5
5-
Tested up to: 4.9.5
6-
Stable tag: 0.10
5+
Tested up to: 5.5.1
6+
Stable tag: 0.11
77
License: GNU General Public License v3 or later
88
License URI: https://www.gnu.org/licenses/gpl-3.0.html
99
Donate link: https://www.unmus.de/
1010

11-
Mathilda copies your tweets from Twitter to WordPress continuously.
11+
Mathilda copies your tweets from Twitter to WordPress.
1212

1313
== Description ==
1414

@@ -47,7 +47,7 @@ Mathilda focuses on the core functionality of Twitter meaning only Text-Tweets,
4747

4848
= Why does Mathilda not support Retweets? =
4949

50-
Retweets are not your data. That is why we do not show them.
50+
Retweets are not your data. That is why we do not support them.
5151

5252
= Will the tweets be loaded automaticly? =
5353

@@ -67,7 +67,7 @@ All the same. It works both. Mathilda is flexible. But the autoload will only be
6767

6868
= How can I import my tweet history? =
6969

70-
To import your tweets, you must download your tweet archive from Twitter (Profile/Settings/Your Twitter Data). Your archive contains the folder "data/js/tweets". Upload the containing files to "www.yourblog.com/wp-content/uploads/mathilda-import/". Now you can run the import (Tools/Tweets).
70+
To import your tweets, you must download your tweet archive from Twitter (Profile/Settings/Your Twitter Data). Your archive contains the file data/tweet.js. Split this file in smaller files (<400 KB) with a local tool like [JSON Splitter](https://github.com/jhsu98/json-splitter). After that upload the splitted files to "www.yourblog.com/wp-content/uploads/mathilda-import/". Now you can run the import (Tools/Tweets).
7171

7272
= How does Mathilda handle the canonical URL? =
7373

@@ -83,7 +83,7 @@ Yes.
8383

8484
= Why require some updates a reset of the plugin and reload of the data? =
8585

86-
The plugin is an early stage of development. It is still a long way to a stable 1.0 version. To avoid data inconsistency and process errors some updates require a reload of the data. Sometime Mathilda will have a maturity level, which does not require such resets anymore.
86+
To avoid data inconsistency and process errors some updates require a reload of the data. Sometime Mathilda will have a maturity level, which does not require such resets anymore.
8787

8888
= Does Mathilda support WordPress Multisite? =
8989

@@ -105,6 +105,12 @@ Backlinks to Twitter will be declared as nofollow. This affects Hashtags, Mentio
105105

106106
== Changelog ==
107107

108+
= 0.11 "Alice" =
109+
* October 2020
110+
* Feature: Support of new large DSGVO Twitter Data Export
111+
* Feature: Displaying Link to Video for Video Tweets
112+
* Bugfix: Broken 2nd Hashtag (if similar hashtag was before)
113+
108114
= 0.10 "Deadshot" =
109115
* June 2018
110116
* Feature: Support of Tweet Galleries
@@ -227,6 +233,9 @@ Backlinks to Twitter will be declared as nofollow. This affects Hashtags, Mentio
227233

228234
== Upgrade Notice ==
229235

236+
= 0.11 =
237+
This version supports the new DSGVO Twitter Data Export.
238+
230239
= 0.10 =
231240
This version brings tweet galleries.
232241

@@ -263,11 +272,14 @@ This version does not require a webcron anymore.
263272
5. Create a WordPress page (page slug must match mathilda slug)
264273

265274
= How to setup Mathilda? =
266-
[Screencast Video](https://www.unmus.de/wordpress-plugin-mathilda/#screencast) (German)
275+
[Screencast Video](https://www.unmus.de/mathilda/#screencast) (German)
276+
277+
= How to split large JSON files? =
278+
[JSON Splitter](https://github.com/jhsu98/json-splitter)
267279

268280
= CSS classes =
269281

270-
You know the game! Mathilda can not assure that it looks fine on your theme. That is why all mathilda UI elements can be addressed with individual CSS selectors. Please use your debugger to find the right classes.
282+
All mathilda UI elements can be addressed with individual CSS selectors. Please use your debugger to find the right classes.
271283

272284
= API =
273285

0 commit comments

Comments
 (0)