Skip to content

Commit

Permalink
1.0.7 added Label & Options page markup
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewiscowles1986 committed Dec 26, 2019
1 parent dfde00c commit 34622c0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
14 changes: 11 additions & 3 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/*
Plugin Name: CD2 FullStory Integration
Description: This plugin is designed to Integrate the fullstory platform with WordPress. Plugin Targets PHP7, don't try running on 5.x branch
Author: CD2 Team
Version: 1.06
Author: LewisCowles
Version: 1.07
Author URI: https://www.codesign2.co.uk/
*/

Expand All @@ -21,7 +21,15 @@ function render_cd2_fullstory_settings_page() {
<?php
echo settings_fields( 'cd2_fullstory_wordpress_integration' );
$val = fullstory_get_org() ?>
<input type="text" name="fullstory_org_code" id="fullstory_org_code" value="<?= $val; ?>"/>
<table class="form-table" role="presentation">
<tbody>
<tr>
<th scope="row"><label for="fullstory_org_code">Fullstory Organisation Code</label></th>
<td>
<input type="text" name="fullstory_org_code" id="fullstory_org_code" value="<?= $val; ?>" class="regular-text ltr"/>
</td>
</tr>
</table>
<script type="text/javascript">
(function() {
/*
Expand Down
15 changes: 14 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: integrate, integration, ux, user experience, user-experience, fullstory, c
Requires at least: 4.6
Tested up to: 5.3.2
Requires PHP: 5.6
Stable tag: 1.0.6
Stable tag: 1.0.7
License: GPLv3

== Description ==
Expand Down Expand Up @@ -34,6 +34,19 @@ This is a reference plugin, I'd love to develop it further, or work with you or
= 1.0.6 =
**Added**

* Label & Standard WP Options Markup for LTR

**Changed**

* Options Page HTML

**Fixed**

* N/A

= 1.0.6 =
**Added**

* Separate settings page
* URL helper

Expand Down

0 comments on commit 34622c0

Please sign in to comment.