Plugin Directory

Changeset 1855234


Ignore:
Timestamp:
04/09/2018 01:40:15 PM (8 years ago)
Author:
Grandy
Message:

version 0.9.6

Location:
gdy-modular-content
Files:
72 added
3 edited

Legend:

Unmodified
Added
Removed
  • gdy-modular-content/trunk/gdy-modular-content.php

    r1855224 r1855234  
    88Text Domain: gdy-modular-content
    99Domain Path: /languages/
    10 Version: 0.9.5
     10Version: 0.9.6
    1111*/
    1212
     
    1515    /************************************* VERSION ***********************************/
    1616
    17     define( 'GDYMC_PLUGIN_VERSION', '0.9.5' );
     17    define( 'GDYMC_PLUGIN_VERSION', '0.9.6' );
    1818
    1919
  • gdy-modular-content/trunk/includes/options.php

    r1855224 r1855234  
    5454       
    5555        global $moduleID;
    56         var_dump( $moduleID );
    5756        $moduleID = empty( $moduleIDP ) ? $moduleID : $moduleIDP;
    5857        $objectID = empty( $objectIDP ) ? gdymc_object_id() : $objectIDP;
  • gdy-modular-content/trunk/readme.txt

    r1855224 r1855234  
    55Tested up to: 4.9
    66Requires PHP: 5.6
    7 Stable tag: 0.9.5
     7Stable tag: 0.9.6
    88
    99Create and edit modular content from the frontend of your site.
     
    2020
    2121== Changelog ==
     22
     23= 0.9.6 =
     24* Fix a remaining dump
     25
    2226
    2327= 0.9.5 =
Note: See TracChangeset for help on using the changeset viewer.