Plugin Directory

Changeset 1494494


Ignore:
Timestamp:
09/12/2016 12:23:41 PM (9 years ago)
Author:
chemiker
Message:

Version 1.3.2

Location:
podlove-subscribe-button
Files:
30 added
2 edited

Legend:

Unmodified
Added
Removed
  • podlove-subscribe-button/trunk/podlove.php

    r1494030 r1494494  
    44 * Plugin URI:  http://wordpress.org/extend/plugins/podlove-subscribe-button/
    55 * Description: Brings the Podlove Subscribe Button to your WordPress installation.
    6  * Version:     1.3.1
     6 * Version:     1.3.2
    77 * Author:      Podlove
    88 * Author URI:  http://podlove.org
     
    2121
    2222// Constants
    23 define( '\PodloveSubscribeButton\PLUGIN_FILE_NAME', strtolower( preg_replace( '/([a-z])([A-Z])/', '$1-$2', '\PodloveSubscribeButton' ) ) . '.php' );
    24 define( '\PodloveSubscribeButton\PLUGIN_DIR' , plugin_dir_path( dirname(__FILE__) ) );
    25 define( '\PodloveSubscribeButton\PLUGIN_FILE', PLUGIN_DIR . PLUGIN_FILE_NAME );
    26 define( '\PodloveSubscribeButton\PLUGIN_URL' , plugins_url( '', PLUGIN_FILE ) );
    27 
     23require('constants.php');
    2824require('settings/buttons.php');
    2925// Models
  • podlove-subscribe-button/trunk/readme.txt

    r1494030 r1494494  
    55Requires at least: 3.0.1
    66Tested up to: 4.6
    7 Stable tag: 1.3.1
     7Stable tag: 1.3.2
    88License: MIT
    99License URI: http://opensource.org/licenses/MIT
     
    134134== Changelog ==
    135135
     136### 1.3.2
     137* Fixed an error that caused notices on some installations
     138
    136139### 1.3.1
    137140* Fixed an error that caused fatal errors on some installations
Note: See TracChangeset for help on using the changeset viewer.