From f09a3b0b9e340171ba36f6a4dd71028d3b242a19 Mon Sep 17 00:00:00 2001 From: Aaron John-Baptiste Date: Wed, 11 Dec 2024 11:38:35 +0000 Subject: [PATCH 1/4] added readme.txt --- blueprint.json | 2 +- readme.txt | 46 +++++++++++++++++++++++++++++++++++++ tumblr-theme-translator.php | 2 +- 3 files changed, 48 insertions(+), 2 deletions(-) create mode 100644 readme.txt diff --git a/blueprint.json b/blueprint.json index f20529a..72f88d3 100644 --- a/blueprint.json +++ b/blueprint.json @@ -22,7 +22,7 @@ "step": "installPlugin", "pluginData": { "resource": "url", - "url": "https://github-proxy.com/proxy/?repo=Automattic/tumblr-theme-translator&release=v0.1.7&asset=tumblr-theme-translator.zip" + "url": "https://github-proxy.com/proxy/?repo=Automattic/tumblr-theme-translator&release=v0.1.12&asset=tumblr-theme-translator.zip" }, "options": { "activate": true diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..87233d9 --- /dev/null +++ b/readme.txt @@ -0,0 +1,46 @@ +=== Tumblr Theme Translator === +Contributors: automattic, tommusrhodus, aaronjbaptiste, rtio, roccotripaldi +Tags: tumblr, theme +Requires at least: 6.5 +Tested up to: 6.5 +Stable tag: 0.1.12 +Requires PHP: 8.2 +License: GPLv2 or later +Text Domain: tumblr-theme-translator +License URI: https://www.gnu.org/licenses/gpl-2.0.html + +Browse all of the themes available on Tumblr and use them on your WordPress site. + +== Description == + +Enables WordPress to use [Tumblr themes](https://www.tumblr.com/themes/). Browse the Tumblr Theme Garden directly from your WordPress dashboard, find an awesome theme and simply click Activate to use it. + +**Features:** + +- **Tumblr Theme Browser**: Find a Tumblr theme, search by name or filter by category. +- **One click to Activate**: Activate the theme with a single click. +- **Customize**: Change and personalize the theme as you would any other WordpPress theme. + +== Installation == + +1. Download the plugin and upload it to your WordPress site's `wp-content/plugins` directory. +2. Activate the plugin through the 'Plugins' menu in WordPress. +3. Navigate to Tumblr Themes (Appearance > Tumblr Themes) to browse and activate a theme. + +== Usage == + +- Navigate to Tumblr Themes (Appearance > Tumblr Themes) to browse themes. +- Find a theme you like in the preview section using search and the category dropdown filter. +- Click Activate to use that theme +- You will then be redirected to the Customizer to access theme settings. + +== Source Code and Development == + +The source code for the Tumblr Theme Translator plugin is publicly available and maintained on GitHub. [Tumblr Theme Translator Repository](https://github.com/Automattic/T3). + +This repository includes all of the necessary build tools and documentation on how to use them. We encourage developers to explore and contribute to the project! + +== Changelog == + += 0.1.12 = +* Initial release for browsing and activating Tumblr themes diff --git a/tumblr-theme-translator.php b/tumblr-theme-translator.php index a9e2361..a432896 100644 --- a/tumblr-theme-translator.php +++ b/tumblr-theme-translator.php @@ -14,7 +14,7 @@ * Plugin Name: Tumblr Theme Translator * Plugin URI: https://github.com/Automattic/T3/ * Description: Allows WordPress to run on Tumblr themes. - * Version: 0.1.7 + * Version: 0.1.12 * Requires at least: 6.5 * Tested up to: 6.5 * Requires PHP: 8.2 From 2946361d801ad1ee03a1ee0d19a0ee68d31c9057 Mon Sep 17 00:00:00 2001 From: Aaron John-Baptiste Date: Wed, 11 Dec 2024 11:43:07 +0000 Subject: [PATCH 2/4] license url update --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 87233d9..044c775 100644 --- a/readme.txt +++ b/readme.txt @@ -7,7 +7,7 @@ Stable tag: 0.1.12 Requires PHP: 8.2 License: GPLv2 or later Text Domain: tumblr-theme-translator -License URI: https://www.gnu.org/licenses/gpl-2.0.html +License URI: https://www.gnu.org/licenses/gpl-3.0.html Browse all of the themes available on Tumblr and use them on your WordPress site. From 685e6f33805c11ef8c607574324d7c73efb47a97 Mon Sep 17 00:00:00 2001 From: Aaron John-Baptiste Date: Wed, 11 Dec 2024 11:50:37 +0000 Subject: [PATCH 3/4] bump to 0.1.13 for new release cut --- blueprint.json | 2 +- readme.txt | 6 +++--- tumblr-theme-translator.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/blueprint.json b/blueprint.json index 72f88d3..fab52ca 100644 --- a/blueprint.json +++ b/blueprint.json @@ -22,7 +22,7 @@ "step": "installPlugin", "pluginData": { "resource": "url", - "url": "https://github-proxy.com/proxy/?repo=Automattic/tumblr-theme-translator&release=v0.1.12&asset=tumblr-theme-translator.zip" + "url": "https://github-proxy.com/proxy/?repo=Automattic/tumblr-theme-translator&release=v0.1.13&asset=tumblr-theme-translator.zip" }, "options": { "activate": true diff --git a/readme.txt b/readme.txt index 044c775..5b0db54 100644 --- a/readme.txt +++ b/readme.txt @@ -3,9 +3,9 @@ Contributors: automattic, tommusrhodus, aaronjbaptiste, rtio, roccotripaldi Tags: tumblr, theme Requires at least: 6.5 Tested up to: 6.5 -Stable tag: 0.1.12 +Stable tag: 0.1.13 Requires PHP: 8.2 -License: GPLv2 or later +License: GPLv3 or later Text Domain: tumblr-theme-translator License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -42,5 +42,5 @@ This repository includes all of the necessary build tools and documentation on h == Changelog == -= 0.1.12 = += 0.1.13 = * Initial release for browsing and activating Tumblr themes diff --git a/tumblr-theme-translator.php b/tumblr-theme-translator.php index a432896..dea5f8b 100644 --- a/tumblr-theme-translator.php +++ b/tumblr-theme-translator.php @@ -14,7 +14,7 @@ * Plugin Name: Tumblr Theme Translator * Plugin URI: https://github.com/Automattic/T3/ * Description: Allows WordPress to run on Tumblr themes. - * Version: 0.1.12 + * Version: 0.1.13 * Requires at least: 6.5 * Tested up to: 6.5 * Requires PHP: 8.2 From 1eca30c2b7bb2b04f092499778fd1efbe635ec00 Mon Sep 17 00:00:00 2001 From: Aaron John-Baptiste Date: Wed, 11 Dec 2024 12:00:20 +0000 Subject: [PATCH 4/4] update text domain name --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 5b0db54..8674c60 100644 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,7 @@ Tested up to: 6.5 Stable tag: 0.1.13 Requires PHP: 8.2 License: GPLv3 or later -Text Domain: tumblr-theme-translator +Text Domain: tumblr3 License URI: https://www.gnu.org/licenses/gpl-3.0.html Browse all of the themes available on Tumblr and use them on your WordPress site.