diff --git a/blueprint.json b/blueprint.json index f20529a..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.7&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 new file mode 100644 index 0000000..8674c60 --- /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.13 +Requires PHP: 8.2 +License: GPLv3 or later +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. + +== 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.13 = +* Initial release for browsing and activating Tumblr themes diff --git a/tumblr-theme-translator.php b/tumblr-theme-translator.php index a9e2361..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.7 + * Version: 0.1.13 * Requires at least: 6.5 * Tested up to: 6.5 * Requires PHP: 8.2