Skip to content

Commit

Permalink
Update readme and smaily.php according to WordPress standards (#16)
Browse files Browse the repository at this point in the history
Address problems in readme and smaily.php.

- Limits tags to 5
- Shorten plugin description
- Downgrade stable tag to v 1.0.0
- Use GPL-3 license
  • Loading branch information
sinukaarel authored Sep 25, 2024
1 parent 76983f6 commit fbbacdc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
=== Smaily ===
Contributors: sendsmaily, kaarel, tomabel, marispulk, tanely
Tags: woocommerce, smaily, newsletter, email, widget, plugin, sidebar, api, mail, marketing, contact form 7
Tags: smaily, newsletter, email, mail, marketing
Requires PHP: 5.6
Requires at least: 4.5
Tested up to: 8.1
WC tested up to: 8.7.0
Stable tag: 4.0.0
Stable tag: 1.0.0
License: GPLv3 or later

Comprehensive Smaily integration for WordPress, WooCommerce, and Contact Form 7, offering seamless newsletter sign-up and automation features across your site.
The Smaily plugin integrates Contact Form 7 and WooCommerce, offering a complete email marketing and automation solution.

== Description ==

Expand Down
6 changes: 3 additions & 3 deletions smaily.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
/*
* Plugin Name: Smaily
* Text Domain: smaily
* Description: Smaily integration plugin that includes WooCommerce and Contact Form 7 implementations.
* Description: Smaily integration plugin that includes WooCommerce and Contact Form 7 integrations.
* Version: 1.0.0
* Author: Sendsmaily LLC
* Author URI: https://smaily.com
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* License: GPL-3.0+
* License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
*/

if (!defined('ABSPATH')) {
Expand Down

0 comments on commit fbbacdc

Please sign in to comment.