Plugin Directory

Changeset 1487503


Ignore:
Timestamp:
08/31/2016 06:07:29 PM (10 years ago)
Author:
filmmaker3000
Message:

wp 4.6

Location:
snippets-se/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • snippets-se/trunk/README.md

    r1455366 r1487503  
    55The 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!
    66
    7 ### Current Version: v1.0.1
     7### Current Version: v1.0.2
     8- Tested with WordPress 4.6
     9
     10v1.0.1
    811- Updated function names to be specific to this WP plugin
    912
  • snippets-se/trunk/readme.txt

    r1455375 r1487503  
    33Tags: content, replace, custom, variables
    44Requires at least: 4
    5 Tested up to: 4.5.3
    6 Stable tag: 1.0.1
     5Tested up to: 4.6
     6Stable tag: 1.0.2
    77License: GPLv2
    88
     
    2929
    3030== Changelog ==
    31 Current Version: v1.0.1
     31Current Version: v1.0.2
     32- Tested with WordPress 4.6
     33
     34v1.0.1
    3235- Updated function names to be specific to this WP plugin
    3336
  • snippets-se/trunk/snippets-se.php

    r1455376 r1487503  
    44 * Plugin URI: http://www.mattvona.com/work
    55 * 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.1
     6 * Version: 1.0.2
    77 * Author: Matt Vona
    88 * Author URI: http://mattvona.com
Note: See TracChangeset for help on using the changeset viewer.