Plugin Directory

Changeset 1361184 for cmb2


Ignore:
Timestamp:
02/29/2016 10:11:54 PM (9 years ago)
Author:
jtsternberg
Message:

### 2.2.1

#### Bug Fixes

Location:
cmb2/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • cmb2/trunk/CHANGELOG.md

    r1359900r1361184 
    33
    44## [][]
     5
     6## 2.2.1 - 2016-02-29
     7
     8### Bug Fixes
     9
     10* Fixes back-compatibility issue which could allow multiple CMB2 instances to load (causing fatal errors). ([#520](https://.com/WebDevStudios/CMB2/pull/520))
    511
    612## 2.2.0 - 2016-02-27
  • cmb2/trunk/init.php

    r1359893r1361184 
    1818 *               Andrew Norcross (@norcross / andrewnorcross.com)
    1919 *
    20  * Version:      2.2.0
     20 * Version:      2.2.1
    2121 *
    2222 * Text Domain:  cmb2
     
    4949*************************************************************************/
    5050
    51 if ( ! class_exists( 'CMB2_Bootstrap_220', false ) ) {
     51if ( ! class_exists( 'CMB2_Bootstrap_221', false ) ) {
    5252
    5353    /**
     
    6262     * @link      http://webdevstudios.com
    6363     */
    64     class CMB2_Bootstrap_220 {
     64    class CMB2_Bootstrap_221 {
    6565
    6666        /**
     
    6969         * @since 1.0.0
    7070         */
    71         const VERSION = '2.2.0';
     71        const VERSION = '2.2.1';
    7272
    7373        /**
     
    7878         * @since 2.0.0
    7979         */
    80         const PRIORITY = 9984;
     80        const PRIORITY = 9983;
    8181
    8282        /**
    83          * Single instance of the CMB2_Bootstrap_220 object
     83         * Single instance of the CMB2_Bootstrap_221 object
    8484         *
    85          * @var CMB2_Bootstrap_220
     85         * @var CMB2_Bootstrap_221
    8686         */
    8787        public static $single_instance = null;
    8888
    8989        /**
    90          * Creates/returns the single instance CMB2_Bootstrap_220 object
     90         * Creates/returns the single instance CMB2_Bootstrap_221 object
    9191         *
    9292         * @since  2.0.0
    93          * @return CMB2_Bootstrap_220 Single instance object
     93         * @return CMB2_Bootstrap_221 Single instance object
    9494         */
    9595        public static function initiate() {
     
    142142
    143143            // Include helper functions
     144            require_once 'includes/CMB2.php';
    144145            require_once 'includes/helper-functions.php';
    145146
     
    179180
    180181    // Make it so...
    181     CMB2_Bootstrap_220::initiate();
     182    CMB2_Bootstrap_221::initiate();
    182183
    183184}
  • cmb2/trunk/languages/cmb2.pot

    r1359900r1361184 
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: CMB2 2.2.0\n"
     5"Project-Id-Version: CMB2 2.2.1\n"
    66"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/cmb2\n"
    7 "POT-Creation-Date: 2016-02-28 04:30:43+00:00\n"
     7"POT-Creation-Date: 2016-02-29 22:09:14+00:00\n"
    88"MIME-Version: 1.0\n"
    99"Content-Type: text/plain; charset=utf-8\n"
    1010"Content-Transfer-Encoding: 8bit\n"
    11 "PO-Revision-Date: 2016-2-27 4:30+300\n"
     11"PO-Revision-Date: 2016-2-29 22:9+300\n"
    1212"Last-Translator: WebDevStudios [email protected]\n"
    1313"Language-Team: WebDevStudios [email protected]\n"
  • cmb2/trunk/readme.txt

    r1360834r1361184 
    55Requires at least: 3.8.0
    66Tested up to:      4.4.2
    7 Stable tag:        2.2.0
     7Stable tag:        2.2.1
    88License:           GPLv2 or later
    99License URI:       http://www.gnu.org/licenses/gpl-2.0.html
     
    7878### Most Recent Changes
    7979
     80#### 2.2.1
     81
     82##### Bug Fixes
     83
     84* Fixes back-compatibility issue which could allow multiple CMB2 instances to load (causing fatal errors). ([#520](https://.com/WebDevStudios/CMB2/pull/520))
     85
    8086#### 2.2.0
    8187
     
    132138
    133139== Changelog ==
     140
     141### 2.2.1
     142
     143#### Bug Fixes
     144
     145* Fixes back-compatibility issue which could allow multiple CMB2 instances to load (causing fatal errors). ([#520](https://.com/WebDevStudios/CMB2/pull/520))
    134146
    135147### 2.2.0 - 2016-02-27
     
    558570== Upgrade Notice ==
    559571
     572### 2.2.1
     573
     574#### Bug Fixes
     575
     576* CRITICAL UPDATE: Fixes back-compatibility issue which could allow multiple CMB2 instances to load (causing fatal errors). ([#520](https://.com/WebDevStudios/CMB2/pull/520))
     577
    560578### 2.2.0 - 2016-02-27
    561579
Note: See TracChangeset for help on using the changeset viewer.