Changeset 2721931
- Timestamp:
- 05/11/2022 10:50:03 AM (4 years ago)
- Location:
- accesspress-twitter-auto-post
- Files:
-
- 38 added
- 2 edited
-
tags/1.4.7 (added)
-
tags/1.4.7/accesspress-twitter-auto-post.php (added)
-
tags/1.4.7/api (added)
-
tags/1.4.7/api/cacert.pem (added)
-
tags/1.4.7/api/codebird.php (added)
-
tags/1.4.7/css (added)
-
tags/1.4.7/css/admin-style.css (added)
-
tags/1.4.7/css/font-awesome.min.css (added)
-
tags/1.4.7/fonts (added)
-
tags/1.4.7/fonts/FontAwesome.otf (added)
-
tags/1.4.7/fonts/fontawesome-webfont.eot (added)
-
tags/1.4.7/fonts/fontawesome-webfont.svg (added)
-
tags/1.4.7/fonts/fontawesome-webfont.ttf (added)
-
tags/1.4.7/fonts/fontawesome-webfont.woff (added)
-
tags/1.4.7/fonts/fontawesome-webfont.woff2 (added)
-
tags/1.4.7/images (added)
-
tags/1.4.7/images/customize.png (added)
-
tags/1.4.7/images/plugin.png (added)
-
tags/1.4.7/images/theme.png (added)
-
tags/1.4.7/images/upgrade to pro-feature.png (added)
-
tags/1.4.7/images/upgrade to pro.png (added)
-
tags/1.4.7/inc (added)
-
tags/1.4.7/inc/cores (added)
-
tags/1.4.7/inc/cores/auto-post.php (added)
-
tags/1.4.7/inc/cores/save-settings.php (added)
-
tags/1.4.7/inc/header.php (added)
-
tags/1.4.7/inc/main-page.php (added)
-
tags/1.4.7/inc/tabs (added)
-
tags/1.4.7/inc/tabs/about.php (added)
-
tags/1.4.7/inc/tabs/how-to-use.php (added)
-
tags/1.4.7/inc/tabs/logs.php (added)
-
tags/1.4.7/inc/tabs/post-settings.php (added)
-
tags/1.4.7/inc/tabs/settings.php (added)
-
tags/1.4.7/inc/tabs/upgrade.php (added)
-
tags/1.4.7/index.php (added)
-
tags/1.4.7/js (added)
-
tags/1.4.7/js/admin-script.js (added)
-
tags/1.4.7/readme.txt (added)
-
trunk/accesspress-twitter-auto-post.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
accesspress-twitter-auto-post/trunk/accesspress-twitter-auto-post.php
r2636482 r2721931 5 5 * Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-twitter-auto-post/ 6 6 * Description: A plugin to publish your wordpress posts to your twitter account 7 * Version: 1.4. 67 * Version: 1.4.7 8 8 * Author: AccessPress Themes 9 9 * Author URI: http://accesspressthemes.com … … 92 92 } 93 93 if (!defined('ATAP_VERSION')) { 94 define('ATAP_VERSION', '1.4. 6');94 define('ATAP_VERSION', '1.4.7'); 95 95 } 96 96 if (!defined('ATAP_TD')) { -
accesspress-twitter-auto-post/trunk/readme.txt
r2636482 r2721931 4 4 Donate link: http://accesspressthemes.com/donation/ 5 5 Requires at least: 4.5 6 Tested up to: 5. 87 Stable tag: 1.4. 66 Tested up to: 5.9 7 Stable tag: 1.4.7 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 102 102 == Changelog == 103 103 104 = 1.4.7 = 105 * Compatibility check with WordPress Version 5.9.3 . 106 104 107 = 1.4.6 = 105 108 * Checked compatibility with WP version 5.8.
Note: See TracChangeset
for help on using the changeset viewer.