Changeset 2768901
- Timestamp:
- 08/10/2022 12:27:48 PM (4 years ago)
- Location:
- question-generator
- Files:
-
- 20 added
- 3 edited
-
tags/20220810 (added)
-
tags/20220810/connector (added)
-
tags/20220810/connector/QGAPI.php (added)
-
tags/20220810/connector/QGRestfull.php (added)
-
tags/20220810/css (added)
-
tags/20220810/css/settings.css (added)
-
tags/20220810/front (added)
-
tags/20220810/front/config.php (added)
-
tags/20220810/images (added)
-
tags/20220810/images/qg-favi.png (added)
-
tags/20220810/images/qg-icon.png (added)
-
tags/20220810/images/qg_logo.svg (added)
-
tags/20220810/index.php (added)
-
tags/20220810/modele (added)
-
tags/20220810/modele/QGActive.php (added)
-
tags/20220810/modele/QGConfig.php (added)
-
tags/20220810/modele/QGDeactive.php (added)
-
tags/20220810/modele/QGUninstall.php (added)
-
tags/20220810/questiongenerator.php (added)
-
tags/20220810/readme.txt (added)
-
trunk/connector/QGAPI.php (modified) (1 diff)
-
trunk/questiongenerator.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
question-generator/trunk/connector/QGAPI.php
r2768229 r2768901 102 102 */ 103 103 public static function updateArticle(WP_REST_Request $request){ 104 if (isset($request["title"], $request["content"], $request['positionId'] )) {104 if (isset($request["title"], $request["content"], $request['positionId'], $request['url_image'], $request['alt_image'])) { 105 105 $article_a = array( 106 106 'post_title' => $request["title"], -
question-generator/trunk/questiongenerator.php
r2768229 r2768901 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: 202208 087 Version: 20220810 8 8 */ 9 9 -
question-generator/trunk/readme.txt
r2768229 r2768901 7 7 Contributors: questiongenerator 8 8 Tested up to: 6.0.1 9 Stable tag: 202208 0810 Version: 202208 089 Stable tag: 20220810 10 Version: 20220810 11 11 Requires PHP: 5.6.20 12 12 Text Domain: question-generator … … 68 68 69 69 == Changelog == 70 = 20220810 = 71 * update main image on Post update 72 70 73 = 20220808 = 71 74 * fix sanitize on request_method 72 73 = 20220807 = 74 * First Release 75 * first release 75 76 76 77 == Upgrade Notice ==
Note: See TracChangeset
for help on using the changeset viewer.