Skip to content

Commit

Permalink
Merge pull request #61 from Automattic/aaronjbap/prep-plugin-submit
Browse files Browse the repository at this point in the history
Added readme.txt for WordPress.org plugin submit
  • Loading branch information
aaronjbaptiste authored Dec 11, 2024
2 parents 7f5ef9f + 1eca30c commit 63fec12
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
46 changes: 46 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion tumblr-theme-translator.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63fec12

Please sign in to comment.