Changeset 1477059
- Timestamp:
- 08/17/2016 03:41:58 PM (10 years ago)
- Location:
- cfiltering/trunk
- Files:
-
- 3 edited
-
collaborative-filtering.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
update.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cfiltering/trunk/collaborative-filtering.php
r1463811 r1477059 5 5 Description: Recommendation plugin using collaborative filtering 6 6 Author: 123teru321 7 Version: 1.2. 37 Version: 1.2.4 8 8 Author URI: http://technote.space/ 9 9 Text Domain: CollaborativeFiltering … … 27 27 28 28 //plugin version 29 define( 'COLLABORATIVE_FILTERING_PLUGIN_VERSION', '1.2. 3' );29 define( 'COLLABORATIVE_FILTERING_PLUGIN_VERSION', '1.2.4' ); 30 30 31 31 //plugin file name -
cfiltering/trunk/readme.txt
r1463811 r1477059 3 3 Tags: collaborative filtering, recommend, recommendation 4 4 Requires at least: 3.9.13 5 Tested up to: 4. 5.36 Stable tag: 1.2. 35 Tested up to: 4.6 6 Stable tag: 1.2.4 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 33 33 34 34 == Changelog == 35 36 = 1.2.4 = 37 * 2016-08-18 Tested against WordPress 4.6 35 38 36 39 = 1.2.3 = -
cfiltering/trunk/update.json
r1463811 r1477059 3 3 "slug": "cfiltering", 4 4 "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", 7 7 "homepage": "https://technote.space/", 8 8 "author": "123teru321",
Note: See TracChangeset
for help on using the changeset viewer.