Plugin Directory

Changeset 1379594


Ignore:
Timestamp:
03/26/2016 10:39:18 PM (10 years ago)
Author:
toddnestor
Message:

updated version to 1.2.1 to fix a bug

Location:
hercules-sentiment-analysis
Files:
110 added
3 edited

Legend:

Unmodified
Added
Removed
  • hercules-sentiment-analysis/trunk/hercules-framework/core/HercAbstract.php

    r1379591 r1379594  
    100100            case 'helper':
    101101                $folder = 'helpers';
    102                 $file = 'helper.php';
    103102                $class_prefix = 'Helper';
    104103                break;
    105104            case 'model':
    106105                $folder = 'models';
    107                 $file = 'model.php';
    108106                $class_prefix = 'Model';
    109107                break;
    110108            case 'controller':
    111109                $folder = 'controllers';
    112                 $file = 'controller.php';
    113110                $class_prefix = 'Controller';
    114111                break;
    115112            case 'view':
    116113                $folder = 'views';
    117                 $file = 'view.php';
    118114                $class_prefix = 'View';
    119115                break;
    120116        }
    121 
    122         require_once( $file );
    123117
    124118        if( !property_exists( $this, 'plugin_directory' ) && property_exists( $this, 'directory' ) )
  • hercules-sentiment-analysis/trunk/plugin.php

    r1379591 r1379594  
    55Author: Todd D. Nestor - todd.nestor@gmail.com
    66Author URI: http://toddnestor.com
    7 Version: 1.2.0
     7Version: 1.2.1
    88License: GNU General Public License v3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
  • hercules-sentiment-analysis/trunk/readme.txt

    r1379591 r1379594  
    44Requires at least: 3.5
    55Tested up to: 4.3
    6 Stable tag: 1.2.0
     6Stable tag: 1.2.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.