Version Description
Download this release
Release Info
Developer | wpexpertsio |
Plugin | Post Snippets |
Version | 3.1.1 |
Comparing to | |
See all releases |
Code changes from version 3.1 to 3.1.1
- assets/icons.css +0 -1
- post-snippets.php +2 -2
- readme.txt +6 -2
assets/icons.css
CHANGED
@@ -14,7 +14,6 @@
|
|
14 |
|
15 |
[data-icon]:before {
|
16 |
font-family: "post-snippets" !important;
|
17 |
-
content: attr(data-icon);
|
18 |
font-style: normal !important;
|
19 |
font-weight: normal !important;
|
20 |
font-variant: normal !important;
|
14 |
|
15 |
[data-icon]:before {
|
16 |
font-family: "post-snippets" !important;
|
|
|
17 |
font-style: normal !important;
|
18 |
font-weight: normal !important;
|
19 |
font-variant: normal !important;
|
post-snippets.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* Plugin Name: Post Snippets
|
13 |
* Plugin URI: https://www.postsnippets.com
|
14 |
* Description: Create a library of reusable content and insert it into your posts and pages. Navigate to "Settings > Post Snippets" to get started.
|
15 |
-
* Version: 3.1
|
16 |
* Author: Postsnippets
|
17 |
* Author URI: https://www.postsnippets.com
|
18 |
* License: GPL-2.0+
|
@@ -91,7 +91,7 @@ if ( !function_exists( 'postsnippets_fs' ) ) {
|
|
91 |
define( 'PS_MAIN_FILE', basename( __FILE__ ) );
|
92 |
}
|
93 |
if ( !defined( 'PS_VERSION' ) ) {
|
94 |
-
define( 'PS_VERSION', '3.1' );
|
95 |
}
|
96 |
if ( !defined( 'PS_MAIN_FILE_PATH' ) ) {
|
97 |
define( 'PS_MAIN_FILE_PATH', __FILE__ );
|
12 |
* Plugin Name: Post Snippets
|
13 |
* Plugin URI: https://www.postsnippets.com
|
14 |
* Description: Create a library of reusable content and insert it into your posts and pages. Navigate to "Settings > Post Snippets" to get started.
|
15 |
+
* Version: 3.1.1
|
16 |
* Author: Postsnippets
|
17 |
* Author URI: https://www.postsnippets.com
|
18 |
* License: GPL-2.0+
|
91 |
define( 'PS_MAIN_FILE', basename( __FILE__ ) );
|
92 |
}
|
93 |
if ( !defined( 'PS_VERSION' ) ) {
|
94 |
+
define( 'PS_VERSION', '3.1.1' );
|
95 |
}
|
96 |
if ( !defined( 'PS_MAIN_FILE_PATH' ) ) {
|
97 |
define( 'PS_MAIN_FILE_PATH', __FILE__ );
|
readme.txt
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
Contributors: wpexpertsio
|
3 |
Tags: custom snippet, custom shortcode, snippet, snippets, shortcode, shortcodes, block, blocks, html
|
4 |
Requires at least: 3.3
|
5 |
-
Tested up to: 5.5
|
6 |
Requires PHP: 5.3
|
7 |
-
Stable tag: 3.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -107,6 +107,10 @@ your clients to be able to use PHP code in a post snippet.
|
|
107 |
|
108 |
== Changelog ==
|
109 |
|
|
|
|
|
|
|
|
|
110 |
= Version 3.1 - 20 aug 2020 =
|
111 |
|
112 |
* Fix - Post Snippets Blocks throwing error in WordPress 5.5
|
2 |
Contributors: wpexpertsio
|
3 |
Tags: custom snippet, custom shortcode, snippet, snippets, shortcode, shortcodes, block, blocks, html
|
4 |
Requires at least: 3.3
|
5 |
+
Tested up to: 5.5.1
|
6 |
Requires PHP: 5.3
|
7 |
+
Stable tag: 3.1.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
107 |
|
108 |
== Changelog ==
|
109 |
|
110 |
+
= Version 3.1.1 - 15 oct 2020 =
|
111 |
+
|
112 |
+
* Fix - Menu icons not loading in The7 Theme
|
113 |
+
|
114 |
= Version 3.1 - 20 aug 2020 =
|
115 |
|
116 |
* Fix - Post Snippets Blocks throwing error in WordPress 5.5
|