Skip to content

Commit ffd79ec

Browse files
committed
update plugin head, check issue with latest wordpress version
1 parent 980a570 commit ffd79ec

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.DS_Store

6 KB
Binary file not shown.

README.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
=== Snippet Flyer ===
22
Contributors: saifullahsiddique
3-
Donate link: https://saifullah.co
4-
Tags: snippet-flyer, code editor, code-editor, snippet-creator, snippet creator, code block
5-
Requires at least: 6.1
6-
Tested up to: 6.1
7-
Stable tag: 1.0.0
3+
Donate link: https://saif.im
4+
Tags: snippet,code editor,code snippet,code
5+
Requires at least: 6.6.1
6+
Tested up to: 6.6.1
7+
Stable tag: 1.0.1
88
Requires PHP: 7.4
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -47,4 +47,4 @@ We don't collect any data from user or website regarding any purpose. This plugi
4747
== Usage ==
4848

4949
* Add `[sf-editor] your_code [/sf-editor]` shortcode into content and place your code with `your_code` in this shortcode.
50-
* You can specify code languages with `lang` attribute like `[sf-editor lang="javascript"] your_code [/sf-editor]`
50+
* You can specify code languages with `lang` attribute like `[sf-editor lang="javascript"] your_code [/sf-editor]`

snippetflyer.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
* Snippet Flyer
44
*
55
* @package Snippet Flyer
6-
* @author Saifullah Siddique
7-
* @copyright 2022 Saifullah Siddique
6+
* @author S. Saif
7+
* @copyright 2022 S. Saif
88
* @license GPL-2.0+
99
*
1010
* @wordpress-plugin
1111
* Plugin Name: Snippet Flyer
1212
* Description: Add beautiful code snippets to your blog posts or content area.
13-
* Author: Saifullah Siddique
14-
* Author URI: http://www.saifullah.co
13+
* Author: S. Saif
14+
* Author URI: http://www.saif.im
1515
* Text Domain: snippetflyer
1616
* License: GPL-2.0+
1717
* License URI: http://www.gnu.org/license/gpl-2.0.txt
18-
* Version: 1.0.0
18+
* Version: 1.0.1
1919
*/
2020

2121
/*
@@ -44,7 +44,7 @@ function snippetFlyer($attr, $content) {
4444
<circle cx="46" cy="6" r="6" fill="#27C93F" stroke="#1AAB29" stroke-width=".5"></circle>
4545
</g>
4646
</svg>
47-
47+
4848
<pre>
4949
<code class="language-%s">
5050
%s
@@ -74,4 +74,4 @@ function snippetflyer_stylesheet() {
7474
wp_register_script( 'snippetflyer-app', plugins_url( '/js/app.js', __FILE__ ), null, time(), true );
7575
wp_enqueue_script( 'snippetflyer-app' );
7676
}
77-
add_action( 'wp_enqueue_scripts', 'snippetflyer_stylesheet' );
77+
add_action( 'wp_enqueue_scripts', 'snippetflyer_stylesheet' );

0 commit comments

Comments
 (0)