Plugin Directory

Changeset 1286038


Ignore:
Timestamp:
11/14/2015 02:39:56 AM (10 years ago)
Author:
oxynotes
Message:

1.3コミット

Location:
simple-antispam/trunk
Files:
22 added
2 edited

Legend:

Unmodified
Added
Removed
  • simple-antispam/trunk/readme.txt

    r1281893 r1286038  
    55Requires at least: 4.3.1
    66Tested up to: 4.3.1
    7 Stable tag: 1.2
     7Stable tag: 1.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5656
    5757== Changelog ==
     581.3
     59amChartsのlibを内包する形に変更。
    5860
    59611.2
  • simple-antispam/trunk/simple-anti-spam.php

    r1281893 r1286038  
    44Plugin URI: https://wordpress.org/plugins/simple-antispam/
    55Description: スパムコメントを拒否するプラグイン
    6 Version: 1.2
     6Version: 1.3
    77Author: oxynotes
    88Author URI: http://oxynotes.com
     
    504504        "enabled": true, // ダウンロードを有効に
    505505        "libs": { // ライブラリを指定(これがないとpng等の作成はできない)
    506             "path": "http://amcharts.com/lib/3/plugins/export/libs/"
     506            "path": "<?php echo plugins_url( '/js/libs/', __FILE__ ) ?>"
    507507        }
    508508    },
Note: See TracChangeset for help on using the changeset viewer.