Changeset 2047670
- Timestamp:
- 03/10/2019 05:47:39 PM (7 years ago)
- Location:
- noted-pro
- Files:
-
- 4 edited
-
tags/1.01/includes/cpt.php (modified) (1 diff)
-
trunk/includes/cpt.php (modified) (1 diff)
-
trunk/noted.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
noted-pro/tags/1.01/includes/cpt.php
r2047668 r2047670 169 169 return; 170 170 // Updating the notepadDetails meta data 171 $notepadDetails = sanitize_text_field($_POST['notepadDetails']);171 $notepadDetails = $_POST['notepadDetails']; 172 172 173 173 update_post_meta($post_id,'notepadDetails',$notepadDetails); -
noted-pro/trunk/includes/cpt.php
r2044258 r2047670 169 169 return; 170 170 // Updating the notepadDetails meta data 171 $notepadDetails = sanitize_text_field($_POST['notepadDetails']);171 $notepadDetails = $_POST['notepadDetails']; 172 172 173 173 update_post_meta($post_id,'notepadDetails',$notepadDetails); -
noted-pro/trunk/noted.php
r2044258 r2047670 4 4 Plugin URI: http://bloomfactor.com/ 5 5 Description: Noted PRO allow you to add notes in a better way. 6 Version: 1.0 6 Version: 1.01 7 7 Author: Bloom Factor 8 8 Author URI: http://bloomfactor.com/ -
noted-pro/trunk/readme.txt
r2045527 r2047670 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 Requires PHP: 5.4 11 Stable tag: 1.0 11 Stable tag: 1.01 12 12 13 13 Noted PRO allows you to create categories, notes and writing prompt that can be placed on any page or post using a shortcode. … … 23 23 = Website = 24 24 25 (https://notedpro.bloomfactor.fyi) 25 https://bloomfactor.com/noted-pro/ 26 26 27 27 = Documentation = 28 28 29 (https://courseware.bloomfactor.fyi/home/latest-courseware/noted-pro-documentation/) 29 https://courseware.bloomfactor.fyi/home/latest-courseware/noted-pro-documentation/ 30 30 31 31 = Bug Submission = 32 32 33 (https://bloomfactor.com/support/) 33 https://bloomfactor.com/support/ 34 34 35 35 == Installation == … … 83 83 84 84 1.0 - Initial Release 85 1.01 - Small code fix to save data
Note: See TracChangeset
for help on using the changeset viewer.