Changeset 1497068
- Timestamp:
- 09/16/2016 05:30:42 PM (10 years ago)
- Location:
- cfiltering/trunk
- Files:
-
- 4 edited
-
collaborative-filtering.php (modified) (2 diffs)
-
lib/common/040-db.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
update.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cfiltering/trunk/collaborative-filtering.php
r1497067 r1497068 5 5 Description: Recommendation plugin using collaborative filtering 6 6 Author: 123teru321 7 Version: 1.2. 57 Version: 1.2.6 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. 5' );29 define( 'COLLABORATIVE_FILTERING_PLUGIN_VERSION', '1.2.6' ); 30 30 31 31 //plugin file name -
cfiltering/trunk/lib/common/040-db.php
r1497067 r1497068 518 518 foreach ( $this->table_defines as $signature => $data ) { 519 519 $table = $this->get_table( $signature ); 520 $sql = "DROP TABLE I SEXISTS $table";520 $sql = "DROP TABLE IF EXISTS $table"; 521 521 $this->execute( $sql, null, $signature, __FILE__, __LINE__ ); 522 522 } -
cfiltering/trunk/readme.txt
r1497067 r1497068 4 4 Requires at least: 3.9.13 5 5 Tested up to: 4.6.1 6 Stable tag: 1.2. 56 Stable tag: 1.2.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 30 30 31 31 == Changelog == 32 33 = 1.2.6 = 34 * 2016-09-17 Small bug fix 32 35 33 36 = 1.2.5 = -
cfiltering/trunk/update.json
r1497067 r1497068 3 3 "slug": "cfiltering", 4 4 "download_url": "https://github.com/123teru321/CFiltering/archive/master.zip", 5 "version": "1.2. 5",5 "version": "1.2.6", 6 6 "tested": "4.6.1", 7 7 "homepage": "https://technote.space/",
Note: See TracChangeset
for help on using the changeset viewer.