Changeset 2770332
- Timestamp:
- 08/14/2022 04:11:29 PM (4 years ago)
- Location:
- question-generator
- Files:
-
- 20 added
- 3 edited
-
tags/2022081402 (added)
-
tags/2022081402/connector (added)
-
tags/2022081402/connector/QGAPI.php (added)
-
tags/2022081402/connector/QGRestfull.php (added)
-
tags/2022081402/css (added)
-
tags/2022081402/css/settings.css (added)
-
tags/2022081402/front (added)
-
tags/2022081402/front/config.php (added)
-
tags/2022081402/images (added)
-
tags/2022081402/images/qg-favi.png (added)
-
tags/2022081402/images/qg-icon.png (added)
-
tags/2022081402/images/qg_logo.svg (added)
-
tags/2022081402/index.php (added)
-
tags/2022081402/modele (added)
-
tags/2022081402/modele/QGActive.php (added)
-
tags/2022081402/modele/QGConfig.php (added)
-
tags/2022081402/modele/QGDeactive.php (added)
-
tags/2022081402/modele/QGUninstall.php (added)
-
tags/2022081402/questiongenerator.php (added)
-
tags/2022081402/readme.txt (added)
-
trunk/connector/QGAPI.php (modified) (2 diffs)
-
trunk/questiongenerator.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
question-generator/trunk/connector/QGAPI.php
r2770324 r2770332 23 23 'post_info', 24 24 'version_check', 25 'get_all_pages', 25 26 'reset_qg_plugin' 26 27 ); … … 52 53 return self::api_success(get_posts(array('numberposts' => -1))); 53 54 } 55 56 public static function get_all_pages(){ 57 return self::api_success(get_pages(array('post_type' => 'page', 58 'post_status' => 'publish'))); 59 } 60 54 61 55 62 public static function post_info(WP_REST_Request $request){ -
question-generator/trunk/questiongenerator.php
r2770324 r2770332 5 5 Description: Your SEO Content Strategy, Smarter + Easier + Faster. Find relevant Search Intentions, run Smarter Content Marketing projects and Overcome Competitors by being the first to discover New Content Opportunities 6 6 Author: squareMX 7 Version: 20220814 7 Version: 2022081402 8 8 */ 9 9 -
question-generator/trunk/readme.txt
r2770324 r2770332 7 7 Contributors: questiongenerator 8 8 Tested up to: 6.0.1 9 Stable tag: 20220814 10 Version: 20220814 9 Stable tag: 2022081402 10 Version: 2022081402 11 11 Requires PHP: 5.6.20 12 12 Text Domain: question-generator … … 68 68 69 69 == Changelog == 70 = 2022081402 = 71 * add new endpoint get all pages 72 70 73 = 20220814 = 71 74 * add new endpoints, get_all_post,post_info,version_check,reset_qg_plugin
Note: See TracChangeset
for help on using the changeset viewer.