Changeset 3200117
- Timestamp:
- 12/01/2024 07:58:00 AM (16 months ago)
- Location:
- smm-api/trunk
- Files:
-
- 2 edited
-
init.php (modified) (2 diffs)
-
readme.txt (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smm-api/trunk/init.php
r3174480 r3200117 4 4 Plugin URI: https://softnwords.com/themes/plugins/smm-api/ 5 5 Description: SMM API Plugin helps online order processing at remote SMM servers.Best for SMM Panel websites and triggers orders at backend.It shows reports in Admin page. 6 Version: 6.0.2 56 Version: 6.0.26 7 7 Author: Softnwords 8 8 Author URI: https://softnwords.com … … 27 27 define( 'SMMS_SMAPI_DIR', plugin_dir_path( __FILE__ ) ); 28 28 } 29 add_action( 'plugins_loaded', function(){ 29 30 31 add_action('before_woocommerce_init', function(){ 32 33 if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) { 34 35 \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true ); 36 37 } 38 39 }); 40 41 }, 10 ); 30 42 /* Plugin Framework Version Check */ 31 43 if( ! function_exists( 'smm_maybe_plugin_fw_loader' ) && file_exists( SMMS_SMAPI_DIR . 'plugin-fw/init.php' )) { -
smm-api/trunk/readme.txt
r3174482 r3200117 4 4 Tags: smm panel, reseller panel, api panel, social panel 5 5 Requires at least: 4.9.9 6 Tested up to: 6. 67 Stable tag: 6.0. 256 Tested up to: 6.5 7 Stable tag: 6.0.17 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 13 13 == Description == 14 14 15 This plugin automates the client order processing and Order placing at SMM server. Customer gets an onetime response back for each SMM item that is bought through panel websites. Many SMM servers do not give free plugin for WordPress Sites. Hence I thought to write simple plugin that does online active integration with supporting server sites. It needs a api server url and api key to pull data from server and place order with server from any Re-seller panel WordPress site. The order is displayed in admin page and it will be a List view in admin page. Users can put their own price tag and route orders to server sites with added options available with this plugin. Try free version and learn to use the plugin before you want any advanced features.If you need technical support please mail me at sam@softnwords.com and you get reply in couple of days as there are many emails in mailbox.15 This plugin automates the client order processing and Order placing at SMM server. Customer gets an onetime response back for each SMM item that is bought through panel websites. Many SMM servers do not give free plugin for WordPress Sites. Hence I thought to write simple plugin that does online active integration with supporting server sites. It needs a api server url and api key to pull data from server and place order with server from any Re-seller panel WordPress site. The order is displayed in admin page and it will be a List view in admin page. Users can put their own price tag and route orders to server sites with added options available with this plugin.Try free version and learn to use the plugin before you want any advanced features.If you need technical support please mail me at sam@softnwords.com and you get reply in couple of days as there are many emails in mailbox. 16 16 17 17 **Some Core Features:** … … 21 21 * It uses database to store only active orders. 22 22 23 24 23 **Notice** 25 24 26 This plugin framework is fork from yith WooCommerce subscription and the use and features are substantially differs. All credits to original author for the beautiful framework.25 This plugin framework is fork from yith woocomerce subscription and the use and features are substantially differs. All credits to original author for the beautiful framework. 27 26 28 27 … … 38 37 4. Add SMM Items as per the data displayed SMM server site. 39 38 5. Add WooCommerce product in Admin panel and select Api Items from select box. 40 6. That's it! your shop page can now take orders and trigger the orders remot ely at SMM server site.39 6. That's it! your shop page can now take orders and trigger the orders remotly at SMM server site. 41 40 42 41 == Frequently Asked Questions == … … 48 47 = 2. Is this full version or demo version? = 49 48 50 This is full version as this is simple plugin. But if you want subscription and order listing status, Please get your premium copy of this plugin.49 This is full version as this is simple plugin.But if you want subscription and order listing status, Please get your premium copy of this plugin. 51 50 52 51 = 3. Does this plugin track back any data from installed website? = … … 103 102 == Changelog == 104 103 105 = 6.0. 25=106 107 * Tagged version 6.0.25 with minor bug fixed!104 = 6.0.15= 105 106 * added new contributor and this plugin is a fork and from yithemes, crediting all authors. 108 107 109 108 = 6.0.9= … … 162 161 = 1.1.1 = 163 162 164 * Coupon order triggering is added.163 * Coupon code order triggering is added. 165 164 166 165 = 1.1 = … … 174 173 == Upgrade Notice == 175 174 176 = 6.0. 25177 178 * Fixed per guidelines and updated with new release.175 = 6.0.15= 176 177 * added new contributor 179 178 180 179 = 6.0.9= … … 218 217 3. Editing API Server Items 219 218 4. Import SMM Items from Server. 220 221 == External services ==222 223 This plugin connects to an API to obtain demo content, it's needed to show the API server information and output content in the wp list table at the admin panel window.224 It sends the user's api key every time the demo is loaded and recives the server contents to fill the wp list table. This service is provided by "seoclerks.in": [terms of use](https://www.seoclerks.in/tos), [privacy policy](https://www.seoclerks.in/privacy).225 226 This Plugin connects to softnwords.com for [user guide data](https://softnwords.com/my-account/support/dashboard/smm-api/) and [terms of use](https://www.softnwords.com/tos), [privacy policy](https://www.softnwords.com/privacy).
Note: See TracChangeset
for help on using the changeset viewer.