Plugin Directory

Changeset 1506572


Ignore:
Timestamp:
10/01/2016 07:05:06 PM (10 years ago)
Author:
123teru321
Message:

1.1.1

Location:
ucb-recommend
Files:
266 added
4 edited

Legend:

Unmodified
Added
Removed
  • ucb-recommend/trunk/lib/services/system-service.php

    r1506564 r1506572  
    2525    private function initialize()
    2626    {
    27 //      load_plugin_textdomain( UCB_RECOMMEND_TEXT_DOMAIN, false, preg_replace( '#^' . str_replace( '\\', '\\\\', WP_PLUGIN_DIR . DIRECTORY_SEPARATOR ) . '#', '', UCB_RECOMMEND_LANGUAGES_DIR ) );
     27//      load_plugin_textdomain( UCB_RECOMMEND_TEXT_DOMAIN, false, UCB_RECOMMEND_PLUGIN_DIR_NAME . 'languages' );
    2828
    2929        if ( $this->apply_filters( "check_update", UCB_RECOMMEND_CHECK_UPDATE ) ) {
  • ucb-recommend/trunk/readme.txt

    r1506564 r1506572  
    44Requires at least: 3.9.14
    55Tested up to: 4.6.1
    6 Stable tag: 1.1.0
     6Stable tag: 1.1.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3434
    3535== Changelog ==
     36
     37= 1.1.1 =
     38* 2016-10-02  Translation
    3639
    3740= 1.1.0 =
  • ucb-recommend/trunk/ucb-recommend.php

    r1506564 r1506572  
    55  Description: Recommendation and AB test plugin using ucb algorithm
    66  Author: 123teru321
    7   Version: 1.1.0
     7  Version: 1.1.1
    88  Author URI: http://technote.space/
    99  Text Domain: UCBRecommend
     
    2727
    2828//plugin version
    29 define( 'UCB_RECOMMEND_PLUGIN_VERSION', '1.1.0' );
     29define( 'UCB_RECOMMEND_PLUGIN_VERSION', '1.1.1' );
    3030
    3131//required php version
     
    4646//text domain
    4747define( 'UCB_RECOMMEND_TEXT_DOMAIN', 'UCBRecommend' );
    48 define( 'UCB_RECOMMEND_LANGUAGES_DIR', UCB_RECOMMEND_PLUGIN_DIR . DIRECTORY_SEPARATOR . "languages" );
    49 load_plugin_textdomain( UCB_RECOMMEND_TEXT_DOMAIN, false, preg_replace( '#^' . str_replace( '\\', '\\\\', WP_PLUGIN_DIR . DIRECTORY_SEPARATOR ) . '#', '', UCB_RECOMMEND_LANGUAGES_DIR ) );
     48load_plugin_textdomain( UCB_RECOMMEND_TEXT_DOMAIN, false, UCB_RECOMMEND_PLUGIN_DIR_NAME . DIRECTORY_SEPARATOR . 'languages' );
    5049
    5150if ( version_compare( phpversion(), UCB_RECOMMEND_REQUIRED_PHP_VERSION, '<' ) ) {
  • ucb-recommend/trunk/update.json

    r1506564 r1506572  
    33  "slug": "ucb-recommend",
    44  "download_url": "https://github.com/123teru321/UCB-Recommend/archive/master.zip",
    5   "version": "1.1.0",
     5  "version": "1.1.1",
    66  "tested": "4.6.1",
    77  "homepage": "https://technote.space/",
Note: See TracChangeset for help on using the changeset viewer.