Changeset 3044524
- Timestamp:
- 03/03/2024 04:02:59 PM (22 months ago)
- Location:
- textbuilder
- Files:
-
- 53 added
- 10 edited
-
tags/1.1.1 (added)
-
tags/1.1.1/Includes (added)
-
tags/1.1.1/Includes/Admin (added)
-
tags/1.1.1/Includes/Admin/SettingsPanel.php (added)
-
tags/1.1.1/Includes/Admin/View (added)
-
tags/1.1.1/Includes/Admin/View/TokenTable.php (added)
-
tags/1.1.1/Includes/AjaxController.php (added)
-
tags/1.1.1/Includes/Api (added)
-
tags/1.1.1/Includes/Api/AuthorizationController.php (added)
-
tags/1.1.1/Includes/Api/CategoriesController.php (added)
-
tags/1.1.1/Includes/Api/MediaController.php (added)
-
tags/1.1.1/Includes/Api/PostsController.php (added)
-
tags/1.1.1/Includes/Api/RestAuthenticationController.php (added)
-
tags/1.1.1/Includes/Api/TagsController.php (added)
-
tags/1.1.1/Includes/FrontPage.php (added)
-
tags/1.1.1/Includes/Helpers (added)
-
tags/1.1.1/Includes/Helpers/Request.php (added)
-
tags/1.1.1/Includes/Helpers/Str.php (added)
-
tags/1.1.1/Includes/TextBuilder.php (added)
-
tags/1.1.1/README.md (added)
-
tags/1.1.1/languages (added)
-
tags/1.1.1/languages/textbuilder.pot (added)
-
tags/1.1.1/public (added)
-
tags/1.1.1/public/dist (added)
-
tags/1.1.1/public/dist/adminMain.bundle.css (added)
-
tags/1.1.1/public/dist/adminMain.bundle.js (added)
-
tags/1.1.1/public/dist/main.bundle.js (added)
-
tags/1.1.1/public/img (added)
-
tags/1.1.1/public/img/intro-menu-logo.png (added)
-
tags/1.1.1/public/img/tb-logo.png (added)
-
tags/1.1.1/public/js (added)
-
tags/1.1.1/public/js/admin (added)
-
tags/1.1.1/public/js/admin/scripts.js (added)
-
tags/1.1.1/public/js/scripts.js (added)
-
tags/1.1.1/public/scss (added)
-
tags/1.1.1/public/scss/admin (added)
-
tags/1.1.1/public/scss/admin/styles.scss (added)
-
tags/1.1.1/public/scss/styles.scss (added)
-
tags/1.1.1/readme.txt (added)
-
tags/1.1.1/textBuilder.php (added)
-
tags/1.1.1/vendor (added)
-
tags/1.1.1/vendor/autoload.php (added)
-
tags/1.1.1/vendor/composer (added)
-
tags/1.1.1/vendor/composer/ClassLoader.php (added)
-
tags/1.1.1/vendor/composer/InstalledVersions.php (added)
-
tags/1.1.1/vendor/composer/LICENSE (added)
-
tags/1.1.1/vendor/composer/autoload_classmap.php (added)
-
tags/1.1.1/vendor/composer/autoload_namespaces.php (added)
-
tags/1.1.1/vendor/composer/autoload_psr4.php (added)
-
tags/1.1.1/vendor/composer/autoload_real.php (added)
-
tags/1.1.1/vendor/composer/autoload_static.php (added)
-
tags/1.1.1/vendor/composer/installed.json (added)
-
tags/1.1.1/vendor/composer/installed.php (added)
-
trunk/Includes/FrontPage.php (modified) (1 diff)
-
trunk/public/dist/adminMain.bundle.css (modified) (1 diff)
-
trunk/public/dist/adminMain.bundle.js (modified) (1 diff)
-
trunk/public/dist/main.bundle.js (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/textBuilder.php (modified) (2 diffs)
-
trunk/vendor/autoload.php (modified) (1 diff)
-
trunk/vendor/composer/autoload_real.php (modified) (2 diffs)
-
trunk/vendor/composer/autoload_static.php (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
textbuilder/trunk/Includes/FrontPage.php
r3044104 r3044524 14 14 { 15 15 add_action('wp_enqueue_scripts', [$this, 'enqueueScripts']); 16 add_action('wp_enqueue_scripts', [$this, 'enqueueStyles']);16 //add_action('wp_enqueue_scripts', [$this, 'enqueueStyles']); 17 17 } 18 18 -
textbuilder/trunk/public/dist/adminMain.bundle.css
r3044104 r3044524 1 /*!*******************************************************************************************************************!*\ 2 !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./scss/admin/styles.scss ***! 3 \*******************************************************************************************************************/ 4 .textbuilder-settings { 5 margin: 10px 20px 0 2px; 6 } 7 .textbuilder-settings .tb-authorize-wrapper { 8 display: flex; 9 max-width: 500px; 10 margin: 0 auto; 11 justify-content: space-between; 12 flex-direction: column; 13 align-items: center; 14 } 15 .textbuilder-settings .tb-authorize-wrapper .tb-content-wrapper { 16 display: flex; 17 flex-direction: column; 18 align-items: flex-start; 19 } 20 .textbuilder-settings .tb-authorize-wrapper .tb-content-wrapper pre { 21 white-space: pre-line; 22 background-color: #d7d7d7; 23 padding: 10px; 24 border-radius: 5px; 25 margin: 0 auto; 26 } 27 .textbuilder-settings .tb-authorize-wrapper img { 28 margin: 30px; 29 max-width: 250px; 30 } 31 .textbuilder-settings .tb-authorize-wrapper a.tb-authorize-button { 32 padding: 15px 100px; 33 text-transform: uppercase; 34 font-size: 18px; 35 background: radial-gradient(88.24% 252.31% at 87.6% 0, hsl(0 0% 100% / 40%) 0, hsla(0, 0%, 100%, 0) 100%), linear-gradient(76.35deg, #4348d7 40.09%, #b629ff 125.4%); 36 border: none; 37 font-weight: bold; 38 box-shadow: 6px 4px 10px 0 rgb(167 167 167 / 39%); 39 color: #fff; 40 display: inline-block; 41 line-height: 1.5; 42 text-align: center; 43 text-decoration: none; 44 vertical-align: middle; 45 border-radius: 0.25rem; 46 } 47 .textbuilder-settings .tb-authorize-wrapper a.tb-authorize-button:focus { 48 box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%); 49 } 50 .textbuilder-settings .tb-authorize-wrapper a.tb-authorize-button:active { 51 box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%); 52 } 53 .textbuilder-settings .tb-authorize-wrapper a.tb-authorize-button:hover { 54 box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%); 55 } 56 57 /*# sourceMappingURL=adminMain.bundle.css.map*/ 1 .textbuilder-settings{margin:10px 20px 0 2px}.textbuilder-settings .tb-authorize-wrapper{display:flex;max-width:500px;margin:0 auto;justify-content:space-between;flex-direction:column;align-items:center}.textbuilder-settings .tb-authorize-wrapper .tb-content-wrapper{display:flex;flex-direction:column;align-items:flex-start}.textbuilder-settings .tb-authorize-wrapper .tb-content-wrapper pre{white-space:pre-line;background-color:#d7d7d7;padding:10px;border-radius:5px;margin:0 auto}.textbuilder-settings .tb-authorize-wrapper img{margin:30px;max-width:250px}.textbuilder-settings .tb-authorize-wrapper a.tb-authorize-button{padding:15px 100px;text-transform:uppercase;font-size:18px;background:radial-gradient(88.24% 252.31% at 87.6% 0, hsl(0 0% 100% / 40%) 0, hsla(0, 0%, 100%, 0) 100%),linear-gradient(76.35deg, #4348d7 40.09%, #b629ff 125.4%);border:none;font-weight:bold;box-shadow:6px 4px 10px 0 rgb(167 167 167 / 39%);color:#fff;display:inline-block;line-height:1.5;text-align:center;text-decoration:none;vertical-align:middle;border-radius:.25rem}.textbuilder-settings .tb-authorize-wrapper a.tb-authorize-button:focus{box-shadow:0 0 0 .25rem rgb(49 132 253 / 50%)}.textbuilder-settings .tb-authorize-wrapper a.tb-authorize-button:active{box-shadow:0 0 0 .25rem rgb(49 132 253 / 50%)}.textbuilder-settings .tb-authorize-wrapper a.tb-authorize-button:hover{box-shadow:0 0 0 .25rem rgb(49 132 253 / 50%)} -
textbuilder/trunk/public/dist/adminMain.bundle.js
r2908705 r3044524 1 /******/ (function() { // webpackBootstrap2 /******/ "use strict";3 /******/ var __webpack_modules__ = ({4 5 /***/ "./scss/admin/styles.scss":6 /*!********************************!*\7 !*** ./scss/admin/styles.scss ***!8 \********************************/9 /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {10 11 __webpack_require__.r(__webpack_exports__);12 // extracted by mini-css-extract-plugin13 14 15 /***/ })16 17 /******/ });18 /************************************************************************/19 /******/ // The module cache20 /******/ var __webpack_module_cache__ = {};21 /******/22 /******/ // The require function23 /******/ function __webpack_require__(moduleId) {24 /******/ // Check if module is in cache25 /******/ var cachedModule = __webpack_module_cache__[moduleId];26 /******/ if (cachedModule !== undefined) {27 /******/ return cachedModule.exports;28 /******/ }29 /******/ // Create a new module (and put it into the cache)30 /******/ var module = __webpack_module_cache__[moduleId] = {31 /******/ // no module.id needed32 /******/ // no module.loaded needed33 /******/ exports: {}34 /******/ };35 /******/36 /******/ // Execute the module function37 /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);38 /******/39 /******/ // Return the exports of the module40 /******/ return module.exports;41 /******/ }42 /******/43 /************************************************************************/44 /******/ /* webpack/runtime/make namespace object */45 /******/ !function() {46 /******/ // define __esModule on exports47 /******/ __webpack_require__.r = function(exports) {48 /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {49 /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });50 /******/ }51 /******/ Object.defineProperty(exports, '__esModule', { value: true });52 /******/ };53 /******/ }();54 /******/55 /************************************************************************/56 var __webpack_exports__ = {};57 // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.58 !function() {59 /*!*****************************!*\60 !*** ./js/admin/scripts.js ***!61 \*****************************/62 __webpack_require__.r(__webpack_exports__);63 /* harmony import */ var _scss_admin_styles_scss__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./../../scss/admin/styles.scss */ "./scss/admin/styles.scss");64 65 }();66 /******/ })()67 ;68 //# sourceMappingURL=adminMain.bundle.js.map -
textbuilder/trunk/public/dist/main.bundle.js
r2908705 r3044524 1 /******/ (function() { // webpackBootstrap2 var __webpack_exports__ = {};3 /*!***********************!*\4 !*** ./js/scripts.js ***!5 \***********************/6 7 /******/ })()8 ; -
textbuilder/trunk/readme.txt
r3044104 r3044524 3 3 Tags: Ai, ai writer, ai content, content, gpt, gpt3, textbuilder, builder 4 4 Tested up to: 6.4 5 Stable tag: 1.1. 05 Stable tag: 1.1.1 6 6 License: GPLV3 7 7 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 17 17 == Changelog == 18 18 19 = 1.1.1 = 20 *Release Date - 2024-03-03* 21 22 - Fix: Remove redundant js and css files 23 19 24 = 1.1.0 = 20 25 *Release Date - 2024-03-02* -
textbuilder/trunk/textBuilder.php
r3044104 r3044524 4 4 * Plugin URI: https://textbuilder.ai 5 5 * Description: With the TextBuilder.ai WordPress Plugin, you can quickly create content and post it directly to your blog without any manual effort. 6 * Version: 1.1. 06 * Version: 1.1.1 7 7 * Author: TextBuilder.ai 8 8 * Author URI: https://textbuilder.ai/about/ … … 15 15 */ 16 16 17 define('TEXTBUILDER_VERSION', '1.1. 0');17 define('TEXTBUILDER_VERSION', '1.1.1'); 18 18 define('TEXTBUILDER_ROOT', __FILE__); 19 19 define('TEXTBUILDER_ROOT_DIRNAME', basename(dirname(TEXTBUILDER_ROOT))); -
textbuilder/trunk/vendor/autoload.php
r3044104 r3044524 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit 05aa5475d25687d18674a4305a7f8c20::getLoader();25 return ComposerAutoloaderInite8858dcc7399ddb290699fef253bbcfc::getLoader(); -
textbuilder/trunk/vendor/composer/autoload_real.php
r3044104 r3044524 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 05aa5475d25687d18674a4305a7f8c205 class ComposerAutoloaderInite8858dcc7399ddb290699fef253bbcfc 6 6 { 7 7 private static $loader; … … 23 23 } 24 24 25 spl_autoload_register(array('ComposerAutoloaderInit 05aa5475d25687d18674a4305a7f8c20', 'loadClassLoader'), true, true);25 spl_autoload_register(array('ComposerAutoloaderInite8858dcc7399ddb290699fef253bbcfc', 'loadClassLoader'), true, true); 26 26 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 27 spl_autoload_unregister(array('ComposerAutoloaderInit 05aa5475d25687d18674a4305a7f8c20', 'loadClassLoader'));27 spl_autoload_unregister(array('ComposerAutoloaderInite8858dcc7399ddb290699fef253bbcfc', 'loadClassLoader')); 28 28 29 29 require __DIR__ . '/autoload_static.php'; 30 call_user_func(\Composer\Autoload\ComposerStaticInit 05aa5475d25687d18674a4305a7f8c20::getInitializer($loader));30 call_user_func(\Composer\Autoload\ComposerStaticInite8858dcc7399ddb290699fef253bbcfc::getInitializer($loader)); 31 31 32 32 $loader->register(true); -
textbuilder/trunk/vendor/composer/autoload_static.php
r3044104 r3044524 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 05aa5475d25687d18674a4305a7f8c207 class ComposerStaticInite8858dcc7399ddb290699fef253bbcfc 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 28 28 { 29 29 return \Closure::bind(function () use ($loader) { 30 $loader->prefixLengthsPsr4 = ComposerStaticInit 05aa5475d25687d18674a4305a7f8c20::$prefixLengthsPsr4;31 $loader->prefixDirsPsr4 = ComposerStaticInit 05aa5475d25687d18674a4305a7f8c20::$prefixDirsPsr4;32 $loader->classMap = ComposerStaticInit 05aa5475d25687d18674a4305a7f8c20::$classMap;30 $loader->prefixLengthsPsr4 = ComposerStaticInite8858dcc7399ddb290699fef253bbcfc::$prefixLengthsPsr4; 31 $loader->prefixDirsPsr4 = ComposerStaticInite8858dcc7399ddb290699fef253bbcfc::$prefixDirsPsr4; 32 $loader->classMap = ComposerStaticInite8858dcc7399ddb290699fef253bbcfc::$classMap; 33 33 34 34 }, null, ClassLoader::class); -
textbuilder/trunk/vendor/composer/installed.php
r3044104 r3044524 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' c5ca2eeaab5fe4a0a3d4b582cd828a58bb002c95',6 'reference' => '8cdd07e3ce29d8a5b04f803af99039c6b5687858', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-master', 15 15 'version' => 'dev-master', 16 'reference' => ' c5ca2eeaab5fe4a0a3d4b582cd828a58bb002c95',16 'reference' => '8cdd07e3ce29d8a5b04f803af99039c6b5687858', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.