Skip to content

Commit 0e7795b

Browse files
committed
Prepare for release
1 parent e0881ac commit 0e7795b

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,23 +104,26 @@ define( 'SNQN_ICON', 'remix' ); // code icon by Remix Icon
104104
```
105105

106106
### Disable code snippets library items
107+
Removes the "Find Snippets" section
107108
```
108109
define( 'SNQN_DISABLE_LIBRARY', 'yes' );
109110
```
110111

111112
### Disable footer items (Links & About)
113+
Removes the "Links" & "About" sections
112114
```
113115
define( 'SNQN_DISABLE_FOOTER', 'yes' );
114116
```
115117

116118
### **Enable** "Expert Mode"
117119
Nothing really fancy, just some additional links for coders:
118-
- Site Health Info (WP Core)
119-
- Plugin: Variable Inspector
120-
- Plugin: Debug Log Manager
120+
- _Site Health Info_ (WP Core)
121+
- Plugin: _Variable Inspector_ by Bowo
122+
- Plugin: _Debug Log Manager_ by Bowo
121123
```
122124
define( 'SNQN_EXPERT_MODE', TRUE );
123125
```
126+
... support for _some_ additional stuff may come in future.
124127

125128
### **Fair Play:** Enable "free CS free" – to remove some promo stuff ...
126129
If you want the Pro promotions go away, use the following snippet ... or just purchase the Pro version to support the developers. Thank you in advance! (And thanks to the Code Snippets team for making this awesome tool for us site builders and developers!)
@@ -135,7 +138,7 @@ define( 'SNQN_FREE_CS_FREE', 'yes' );
135138

136139
## Changelog / Releases
137140

138-
### 🎉 v1.0.0 (2025-03-??)
141+
### 🎉 v1.0.0 (2025-03-21)
139142
* Initial release
140143
* Includes support for _Code Snippets_ **free** AND **Pro** version
141144
* Includes support for WordPress Multisite installs and respects Code Snippets free behavior (and settings) in there

snippets-quicknav.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Plugin Name: Snippets QuickNav
44
Plugin URI: https://github.com/deckerweb/snippets-quicknav
55
Description: For Code Snippets enthusiasts: Adds a quick-access navigator (aka QuickNav) to the WordPress Admin Bar (Toolbar). It allows easy access to your Code Snippets listed by Active, Inactive, Snippet Type or Tag. Safe Mode is supported. Comes with inspiring links to snippet libraries.
6+
Project: Code Snippet: DDW Snippets QuickNav
67
Version: 1.0.0
78
Author: David Decker – DECKERWEB
89
Author URI: https://deckerweb.de/
@@ -28,7 +29,7 @@
2829
VERSION HISTORY:
2930
Date Version Description
3031
--------------------------------------------------------------------------------------------------------------
31-
2025-03-?? 1.0.0 Initial release
32+
2025-03-21 1.0.0 Initial release
3233
- Supports Code Snippets free & Pro
3334
- Supports Code Snippets Multisite behavior (and settings)
3435
2025-03-17 0.5.0 Internal test version supporting Code Snippets free & Pro

0 commit comments

Comments
 (0)