7c384696aa
Add minified admin js
2016-09-30 11:47:31 -04:00
634a78af5d
Change path
2016-09-30 11:41:23 -04:00
018d7faa4f
docblock
2016-09-30 11:40:39 -04:00
f8b913c688
Add a version constant and clean up a few things - #45
2016-09-30 11:39:55 -04:00
1de0a8fa0f
Enqueue up custom admin js file for future media upload - #45
2016-09-30 11:39:38 -04:00
ecee7fbb51
Add cwv2Admin js file - #45
2016-09-30 11:21:15 -04:00
a7c239af43
Add media fields, set text fields to regular-text
2016-09-30 11:19:30 -04:00
d0deb36d98
Remove unnecessary loop and vars
2016-09-30 11:03:40 -04:00
a1c956fe80
Add number and radio input methods - #45
2016-09-30 11:01:37 -04:00
003efa8ed4
Add field descriptions and setup a few things - #45
2016-09-30 10:53:41 -04:00
2402993bc8
Alter that a bit #45 , #49
2016-09-30 10:43:14 -04:00
873cbd0001
A better checked method ref #45 , #49 - props @kloneets
2016-09-30 10:41:18 -04:00
9c5f2e293c
Update checkbox field type
2016-09-30 10:28:45 -04:00
4cc50d7b4d
Start working on settings field types - #45
2016-09-30 10:21:29 -04:00
25c2126756
Make that long line more readable - #45
2016-09-30 10:06:46 -04:00
31ff4bd7d4
Fix options page assignments, ref #45
2016-09-30 10:01:36 -04:00
81f521cb6e
Merge branch 'development' of github.com:JayWood/content-warning-v3 into development
2016-09-30 09:54:01 -04:00
a6053cad7b
Merge pull request #50 from vincentducorps/patch-1
...
Add support for WPML
2016-09-30 09:06:32 -04:00
f1a5fd2de3
A change 😄
2016-08-03 23:17:58 -04:00
02806b882c
Add necessary rendering fields - #45
2016-07-01 16:03:38 -04:00
d7f6a1e0db
Localize all the things again #45
2016-07-01 15:49:07 -04:00
e978e0117f
Migrate ALL fields, omg that took awhile #45
2016-07-01 15:41:21 -04:00
485154b076
Setup settings page finally, move settings array to bottom of pile - #45
2016-07-01 15:19:24 -04:00
4539e8e222
Setup admin menu, and dynamic settings/section registration
2016-07-01 13:51:34 -04:00
c9db28318c
Fix undefined static method - #45
2016-07-01 13:28:35 -04:00
5dfab4987d
Docblock updates for main class
2016-07-01 12:00:53 -04:00
c6f44adee6
Yet more cleanup #45
2016-07-01 11:42:28 -04:00
955b49b686
Cleanup #45
2016-07-01 11:39:44 -04:00
72f383b49c
Add new admin file #45
2016-07-01 11:39:01 -04:00
2d9baea5bd
Remove class folder
2016-07-01 11:36:55 -04:00
14e871c750
remove now defunct main class - #45
2016-07-01 11:36:06 -04:00
c6a71c2976
Significant refactoring, breaking things - ref #45
2016-07-01 11:34:44 -04:00
d9959c6cd4
Move inc to includes
2016-06-30 15:50:05 -04:00
37328d3035
Change localization textdomain per recommendations
2016-06-30 15:44:44 -04:00
f9e40a34a4
Versioning for later
2016-06-30 13:40:44 -04:00
cbbfccb05e
Add support for WPML
2016-06-29 15:58:36 +02:00
4ded90d43f
Add changelog to main WP.org file
2016-05-23 10:23:53 -04:00
0bd105dda4
Cleanup a bit, changelogs - fixes #42
2016-05-23 10:21:10 -04:00
941b929077
Switch to use COOKIEPATH constant instead of SITECOOKIEPATH - cloases #42
2016-05-23 10:19:00 -04:00
1a5d7f6334
Set body color of dialog text to black, closes #43
2016-05-23 10:12:19 -04:00
f2155652da
Add .pot file to /lang for translators
2016-04-20 22:42:07 -04:00
d74e32a2ce
Add domain path
2016-04-20 22:40:52 -04:00
e8cbb7f16a
Versioning and cleanup
2016-04-20 22:29:20 -04:00
b10f897e62
Merge pull request #41 from queenvictoria/development
...
Chrome returns null (rather than undef).
2016-04-04 22:57:37 -04:00
ca7c06783a
Chrome returns null (rather than undef).
2016-04-05 06:26:32 +10:00
a551168ed8
I officially hate SVN, git looks better
2016-02-21 15:36:05 -05:00
0ce7bddccd
oops, update version
2016-02-21 15:31:35 -05:00
41dd396eff
Versioning and creds
2016-02-21 15:21:43 -05:00
2cf8bb1512
Merge branch 'pull_38' into development
2016-02-21 15:11:20 -05:00
3038b6c75b
Fix Background Image Not Showing
...
This should fix the problem in bug #37 where background images do not show. This is happening because the css property 'background-image' only accepts a 'url()' value. (http://www.w3schools.com/cssref/pr_background-image.asp )
Change made on line 27 from
$bg_image_css = ! empty( $image ) ? 'background-image: url( '. esc_url( $image ) . ' ) no-repeat top center;' : '';
to
$bg_image_css = ! empty( $image ) ? 'background: url( '. esc_url( $image ) . ' ) no-repeat top center;' : '';
2016-02-12 05:26:18 -05:00