Plugin Directory

Changeset 1477059


Ignore:
Timestamp:
08/17/2016 03:41:58 PM (10 years ago)
Author:
123teru321
Message:

v1.2.4

Location:
cfiltering/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cfiltering/trunk/collaborative-filtering.php

    r1463811 r1477059  
    55  Description: Recommendation plugin using collaborative filtering
    66  Author: 123teru321
    7   Version: 1.2.3
     7  Version: 1.2.4
    88  Author URI: http://technote.space/
    99  Text Domain: CollaborativeFiltering
     
    2727
    2828//plugin version
    29 define( 'COLLABORATIVE_FILTERING_PLUGIN_VERSION', '1.2.3' );
     29define( 'COLLABORATIVE_FILTERING_PLUGIN_VERSION', '1.2.4' );
    3030
    3131//plugin file name
  • cfiltering/trunk/readme.txt

    r1463811 r1477059  
    33Tags: collaborative filtering, recommend, recommendation
    44Requires at least: 3.9.13
    5 Tested up to: 4.5.3
    6 Stable tag: 1.2.3
     5Tested up to: 4.6
     6Stable tag: 1.2.4
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3333
    3434== Changelog ==
     35
     36= 1.2.4 =
     37* 2016-08-18  Tested against WordPress 4.6
    3538
    3639= 1.2.3 =
  • cfiltering/trunk/update.json

    r1463811 r1477059  
    33  "slug": "cfiltering",
    44  "download_url": "https://github.com/123teru321/CFiltering/archive/master.zip",
    5   "version": "1.2.3",
    6   "tested": "4.5.3",
     5  "version": "1.2.4",
     6  "tested": "4.6",
    77  "homepage": "https://technote.space/",
    88  "author": "123teru321",
Note: See TracChangeset for help on using the changeset viewer.