-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathreadme.txt
More file actions
52 lines (41 loc) · 1.99 KB
/
readme.txt
File metadata and controls
52 lines (41 loc) · 1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
=== Seattle WordPress Functionality ===
Contributors: wpseattle, blobaugh, jaffe75, awoods
Tags: widget, shortcode, google, analytics, meta
Requires at least: 3.0
Tested up to: 3.4.1
Stable Tag: 0.7.4
License: GPLv2
License URI: http://www.opensource.org/licenses/GPL-2.0
Provides some essential site features: Google analytics, popular posts widget, random post widget, contact form short code, easily modify wp_head.
== Description ==
A functionality plugin is one that provides a common set of functionality that is
used across a wide range of WordPress based websites. This plugin contains a set
of functionality that has been deemed useful by the Seattle WordPress community.
* Load jquery easily - from your site or Google's CDN
* Contact Form shortcode
* Popular posts widget
* Random post widget
* provides an easy way to disable some meta info from wp_head
== Installation ==
1. Upload the files to the `/wp-content/plugins/wpsea-functionality/` directory or install through WordPress directly.
1. Activate the "WPSea Functionality" plugin through the 'Plugins' menu in WordPress
== Changelog ==
= 0.7.4 =
* Added setting to Hide meta generator from wp_head (radio)
* Added setting to Hide RSD link from wp_head (radio)
* Added Hide feeds links from wp_head (radio)
* Added Hide wlwmanifest from wp_head (radio)
* Replaced calls to deprecated widget function with current implementation.
* Fixed contact form shortcode to use correct name.
= 0.7 =
* Added UI under Settings menu
* Added several theme options
* Added Google Analytics - Analytics ID is entered on settings page
* Added jQuery to Settings page - jQuery can be turned on/off via settings page
* Added option to use jQuery on Google CDN via settings page
* Added popular posts and random post widgets
* Added shortcode for contact form
* Added No Frames Enabled - If this is turned on, it will break out of the
frameset that your site is in.
= 0.1 =
* First version. Created project skeleton