Changeset 1487503
- Timestamp:
- 08/31/2016 06:07:29 PM (10 years ago)
- Location:
- snippets-se/trunk
- Files:
-
- 3 edited
-
README.md (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
snippets-se.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
snippets-se/trunk/README.md
r1455366 r1487503 5 5 The Snippets SE WordPress plugin allows you to create variables that render as different text on your site. You could use {{phone}} to display your company's phone number across your site, and only have to change it in 1 place. Make your own variables and customize them to do things! 6 6 7 ### Current Version: v1.0.1 7 ### Current Version: v1.0.2 8 - Tested with WordPress 4.6 9 10 v1.0.1 8 11 - Updated function names to be specific to this WP plugin 9 12 -
snippets-se/trunk/readme.txt
r1455375 r1487503 3 3 Tags: content, replace, custom, variables 4 4 Requires at least: 4 5 Tested up to: 4. 5.36 Stable tag: 1.0. 15 Tested up to: 4.6 6 Stable tag: 1.0.2 7 7 License: GPLv2 8 8 … … 29 29 30 30 == Changelog == 31 Current Version: v1.0.1 31 Current Version: v1.0.2 32 - Tested with WordPress 4.6 33 34 v1.0.1 32 35 - Updated function names to be specific to this WP plugin 33 36 -
snippets-se/trunk/snippets-se.php
r1455376 r1487503 4 4 * Plugin URI: http://www.mattvona.com/work 5 5 * Description: Adds a custom variable like experience. Create a new snippet and then add it to your page by typing the snippet word in curly brackets: {{snippet}} 6 * Version: 1.0. 16 * Version: 1.0.2 7 7 * Author: Matt Vona 8 8 * Author URI: http://mattvona.com
Note: See TracChangeset
for help on using the changeset viewer.