Changeset 2081616
- Timestamp:
- 05/06/2019 03:19:53 PM (7 years ago)
- Location:
- linkvertise-script-api/trunk
- Files:
-
- 2 edited
-
linkvertise-script-api.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
linkvertise-script-api/trunk/linkvertise-script-api.php
r2081574 r2081616 1 1 <?php 2 2 /** 3 * @package LinkvertiseScriptApiPlugin 3 * Plugin Name: Linkvertise Script API 4 * Plugin URI: https://linkvertise.net/dashboard#dynamic 5 * Description: This plugin includes the Linkvertise API script to your Wordpress page. 6 * Version: 1.0.6 7 * Author: Linkvertise 8 * Author URI: https://linkvertise.net/ 9 * License: GPLv2 or later 10 * Text Domain: linkvertise-script-api 4 11 */ 5 /*6 Plugin Name: Linkvertise Script API7 Plugin URI: https://linkvertise.net/dashboard#dynamic8 Description: This plugin includes the Linkvertise API script to your Wordpress page.9 Version: 1.0.410 Author: Linkvertise11 Author URI: https://linkvertise.net/12 License: GPLv2 or later13 Text Domain: linkvertise-script-api14 */15 12 16 13 /* … … 31 28 Copyright 2005-2015 Automattic, Inc. 32 29 */ 30 31 /** 32 * @package LinkvertiseScriptApiPlugin 33 */ 33 34 34 35 defined('ABSPATH') OR die(); -
linkvertise-script-api/trunk/readme.txt
r2081591 r2081616 5 5 Requires at least: 5.1.1 6 6 Tested up to: 5.1.1 7 Stable tag: 1.0. 47 Stable tag: 1.0.6 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 85 85 == Changelog == 86 86 87 = 1.0.6 = 88 * Plugin Header Bugfixes 89 87 90 = 1.0.3 = 88 91 * Initial Release
Note: See TracChangeset
for help on using the changeset viewer.