This repository has been archived by the owner on Apr 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
816 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## 0.0.2 - 2020-06-01 | ||
### Added | ||
* First completion of the plugin. | ||
|
||
## 0.0.1 - 2020-06-01 | ||
### Added | ||
* First release of the plugin. | ||
|
||
[Unreleased]: https://github.com/aldolat/aldolat-twitter/commits/develop | ||
[0.0.2]: https://github.com/aldolat/aldolat-twitter/compare/0.0.1...0.0.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# Aldolat Twitter | ||
|
||
**Contributors** aldolat | ||
**Donate link** https://dev.aldolat.it/projects/aldolat-twitter/ | ||
**Tags** twitter, sidebar, widget | ||
**Requires at least** 5.4 | ||
**Tested up to** 5.4 | ||
**Stable tag** 0.0.2 | ||
**License** GPLv3 or later | ||
**License URI** https://www.gnu.org/licenses/gpl-3.0.html | ||
|
||
Display your Tweets in a widget. | ||
|
||
* [Aldolat Twitter](#aldolat-twitter) | ||
* [Description](#description) | ||
* [Filing Bugs](#filing-bugs) | ||
* [Privacy Policy](#privacy-policy) | ||
* [Installation](#installation) | ||
* [Installing the plugin](#installing-the-plugin) | ||
* [Uninstalling the plugin](#uninstalling-the-plugin) | ||
|
||
## Description | ||
|
||
This plugin provides a widget where to display your tweets. | ||
|
||
## Filing Bugs | ||
|
||
If you have found a bug, please report it on [GitHub](https://github.com/aldolat/aldolat-twitter/issues). | ||
|
||
This plugin is developed using [GitHub](https://github.com/aldolat/aldolat-twitter). If you wrote an enhancement and would share it with the world, please send me a [Pull request](https://github.com/aldolat/aldolat-twitter/pulls). | ||
|
||
## Privacy Policy | ||
|
||
This plugin does not collect any user data. | ||
|
||
## Installation | ||
|
||
### Installing the plugin | ||
|
||
This section describes how to install the plugin and get it working. | ||
|
||
1. Upload the `aldolat-twitter` directory to the `/wp-content/plugins/` directory | ||
1. Activate the plugin through the Plugins menu in WordPress | ||
1. Go to the widgets manager and add the newly available widget into the sidebar | ||
1. Adjust the options to fit your needs | ||
1. Save and test your results. | ||
|
||
### Uninstalling the plugin | ||
|
||
Aldolat Twitter cleans up after itself. All plugin settings will be removed from your database when the plugin is uninstalled via the Plugins screen. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,14 +18,14 @@ | |
* Plugin URI: https://dev.aldolat.it/projects/aldolat-twitter/ | ||
* Author: Aldo Latino | ||
* Author URI: https://www.aldolat.it/ | ||
* Version: 0.0.1 | ||
* Version: 0.0.2 | ||
* License: GPLv3 or later | ||
* Text Domain: aldolat-twitter | ||
* Domain Path: /languages/ | ||
*/ | ||
|
||
/* | ||
* Copyright (C) 2019, 2020 Aldo Latino (email : [email protected]) | ||
* Copyright (C) 2020 Aldo Latino (email : [email protected]) | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -70,7 +70,7 @@ function aldolat_twitter_setup() { | |
/* | ||
* Define the version of the plugin. | ||
*/ | ||
define( 'ALDOLAT_TWITTER_PLUGIN_VERSION', '0.0.1' ); | ||
define( 'ALDOLAT_TWITTER_PLUGIN_VERSION', '0.0.2' ); | ||
|
||
/* | ||
* Load the translation. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
== Changelog == | ||
|
||
= 0.0.2 = | ||
|
||
* First completion of the plugin. | ||
|
||
= 0.0.1 = | ||
|
||
* First release of the plugin. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,16 +5,16 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Aldolat Twitter 0.0.1\n" | ||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/aldolat-twitter\n" | ||
"POT-Creation-Date: 2020-06-01T17:59:17+02:00\n" | ||
"PO-Revision-Date: 2020-06-01 17:40+0200\n" | ||
"Last-Translator: Aldo Latino <[email protected]>\n" | ||
"Language-Team: Italian <[email protected]>\n" | ||
"Language: it\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"POT-Creation-Date: 2020-06-01T17:34:24+02:00\n" | ||
"PO-Revision-Date: 2020-06-01 17:40+0200\n" | ||
"X-Generator: Lokalize 20.04.1\n" | ||
"X-Domain: aldolat-twitter\n" | ||
"Language: it\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#. Plugin Name of the plugin | ||
|
@@ -38,6 +38,11 @@ msgstr "Aldo Latino" | |
msgid "https://www.aldolat.it/" | ||
msgstr "https://www.aldolat.it/" | ||
|
||
#: includes/aldolat-twitter-functions.php:33 | ||
#: includes/class-aldolat-twitter-widget.php:167 | ||
msgid "My latest tweets" | ||
msgstr "I miei ultimi tweet" | ||
|
||
#: includes/class-aldolat-twitter-widget.php:30 | ||
msgid "Publish your tweets in your blog" | ||
msgstr "Pubblica i tuoi tweet nel tuo blog" | ||
|
@@ -50,10 +55,6 @@ msgstr "Titolo del widget" | |
msgid "Title" | ||
msgstr "Titolo" | ||
|
||
#: includes/class-aldolat-twitter-widget.php:167 | ||
msgid "My latest tweets" | ||
msgstr "I miei ultimi tweet" | ||
|
||
#: includes/class-aldolat-twitter-widget.php:171 | ||
msgid "Introductory text" | ||
msgstr "Testo introduttivo" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,14 @@ | |
# This file is distributed under the same license as the Aldolat Twitter plugin. | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Aldolat Twitter 0.0.1\n" | ||
"Project-Id-Version: Aldolat Twitter 0.0.2\n" | ||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/aldolat-twitter\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"POT-Creation-Date: 2020-06-01T17:34:24+02:00\n" | ||
"POT-Creation-Date: 2020-06-01T17:59:17+02:00\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"X-Generator: WP-CLI 2.4.0\n" | ||
"X-Domain: aldolat-twitter\n" | ||
|
@@ -35,6 +35,11 @@ msgstr "" | |
msgid "https://www.aldolat.it/" | ||
msgstr "" | ||
|
||
#: includes/aldolat-twitter-functions.php:33 | ||
#: includes/class-aldolat-twitter-widget.php:167 | ||
msgid "My latest tweets" | ||
msgstr "" | ||
|
||
#: includes/class-aldolat-twitter-widget.php:30 | ||
msgid "Publish your tweets in your blog" | ||
msgstr "" | ||
|
@@ -47,10 +52,6 @@ msgstr "" | |
msgid "Title" | ||
msgstr "" | ||
|
||
#: includes/class-aldolat-twitter-widget.php:167 | ||
msgid "My latest tweets" | ||
msgstr "" | ||
|
||
#: includes/class-aldolat-twitter-widget.php:171 | ||
msgid "Introductory text" | ||
msgstr "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters