Changeset 1978548
- Timestamp:
- 11/22/2018 03:33:22 AM (7 years ago)
- Location:
- kiip/trunk
- Files:
-
- 7 edited
-
README.md (modified) (2 diffs)
-
admin/css/default.css (modified) (1 diff)
-
admin/partials/kiip-for-wordpress-admin-display.php (modified) (1 diff)
-
includes/kiip-for-wordpress-widget-class.php (modified) (1 diff)
-
kiip-for-wordpress.php (modified) (1 diff)
-
languages/kiip.pot (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kiip/trunk/README.md
r1821746 r1978548 9 9 **Requires at least:** 3.9 10 10 11 **Tested up to:** 4.9. 411 **Tested up to:** 4.9.8 12 12 13 13 Requires PHP: 5.6 … … 71 71 ### Q: I have a problem to report 72 72 73 A: Use this plugin's support forum page or send an email to will@radford.online73 A: Use this plugin's support forum page or send an email to radford.will@gmail.com 74 74 75 75 -
kiip/trunk/admin/css/default.css
r1776773 r1978548 1 1 /* 2 2 Name: darken-editor 3 Author: Will Radford (http ://radford.online)3 Author: Will Radford (https://github.com/radfordwill/) 4 4 codemirror theme dark-mode (wordpress version edited for dark colors) 5 5 */ -
kiip/trunk/admin/partials/kiip-for-wordpress-admin-display.php
r1793322 r1978548 10 10 * Version: 3.1.6 11 11 * @author Will Radford <radford.will@gmail.com> 12 * @link http ://radford.online/12 * @link https://github.com/radfordwill/ 13 13 * @since 1.0.0 14 14 * -
kiip/trunk/includes/kiip-for-wordpress-widget-class.php
r1787635 r1978548 39 39 40 40 function form( $instance ) { 41 $kiip_plugin_lang = kiip_for_wordpress::TEXTDOMAIN;42 41 $title = !empty( $instance[ 'title' ] ) ? $instance[ 'title' ] : ''; 43 42 ?> -
kiip/trunk/kiip-for-wordpress.php
r1805433 r1978548 5 5 * Description: Kiip.me plugin for Wordpress. Simple to use with shortcodes, widgets and editor buttons. Kiip is a marketing and monetization platform unique in style and user reward platforms. Reward your users and monetize your website today! Make ad revenue. Create rewards and user retention. 6 6 * 7 * Plugin URI: http ://radford.online7 * Plugin URI: https://github.com/radfordwill/kiip 8 8 * Version: 3.1.8 9 9 * Author: Will Radford 10 * Author URI: http :/radford.online10 * Author URI: https://github.com/radfordwill/ 11 11 * License: GPLv3 12 12 * License URI: https://www.gnu.org/licenses/gpl-3.0.html -
kiip/trunk/languages/kiip.pot
r1793985 r1978548 194 194 195 195 #. Plugin URI of the plugin/theme 196 msgid "http ://radford.online"196 msgid "https://github.com/radfordwill/kiip" 197 197 msgstr "" 198 198 … … 210 210 211 211 #. Author URI of the plugin/theme 212 msgid "http :/radford.online"213 msgstr "" 212 msgid "https://github.com/radfordwill/" 213 msgstr "" -
kiip/trunk/readme.txt
r1821746 r1978548 4 4 Donate link: paypal.me/kiipforwordpress 5 5 Requires at least: 3.9 6 Tested up to: 4.9. 46 Tested up to: 4.9.8 7 7 Requires PHP: 5.6 8 8 Stable tag: trunk … … 64 64 = Q: I have a problem to report = 65 65 66 A: Use this plugin's support forum page or send an email to will@radford.online66 A: Use this plugin's support forum page or send an email to radford.will@gmail.com 67 67 68 68 = Q: Ask a question =
Note: See TracChangeset
for help on using the changeset viewer.