Plugin Directory

Changeset 2047670


Ignore:
Timestamp:
03/10/2019 05:47:39 PM (7 years ago)
Author:
bloomfactor
Message:

Update Force 1.01

Location:
noted-pro
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • noted-pro/tags/1.01/includes/cpt.php

    r2047668 r2047670  
    169169            return;
    170170        // Updating the notepadDetails meta data
    171         $notepadDetails = sanitize_text_field($_POST['notepadDetails']);
     171        $notepadDetails = $_POST['notepadDetails'];
    172172 
    173173        update_post_meta($post_id,'notepadDetails',$notepadDetails);
  • noted-pro/trunk/includes/cpt.php

    r2044258 r2047670  
    169169            return;
    170170        // Updating the notepadDetails meta data
    171         $notepadDetails = sanitize_text_field($_POST['notepadDetails']);
     171        $notepadDetails = $_POST['notepadDetails'];
    172172 
    173173        update_post_meta($post_id,'notepadDetails',$notepadDetails);
  • noted-pro/trunk/noted.php

    r2044258 r2047670  
    44Plugin URI:  http://bloomfactor.com/
    55Description: Noted PRO allow you to add notes in a better way.
    6 Version:     1.0
     6Version:     1.01
    77Author:      Bloom Factor
    88Author URI:  http://bloomfactor.com/
  • noted-pro/trunk/readme.txt

    r2045527 r2047670  
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010Requires PHP: 5.4
    11 Stable tag: 1.0
     11Stable tag: 1.01
    1212
    1313Noted PRO allows you to create categories, notes and writing prompt that can be placed on any page or post using a shortcode.
     
    2323= Website =
    2424
    25 (https://notedpro.bloomfactor.fyi)
     25https://bloomfactor.com/noted-pro/
    2626
    2727= Documentation =
    2828
    29 (https://courseware.bloomfactor.fyi/home/latest-courseware/noted-pro-documentation/)
     29https://courseware.bloomfactor.fyi/home/latest-courseware/noted-pro-documentation/
    3030
    3131= Bug Submission =
    3232
    33 (https://bloomfactor.com/support/)
     33https://bloomfactor.com/support/
    3434
    3535== Installation ==
     
    8383
    84841.0 - Initial Release
     851.01 - Small code fix to save data
Note: See TracChangeset for help on using the changeset viewer.