Changeset 3338694
- Timestamp:
- 08/04/2025 04:58:45 AM (8 months ago)
- Location:
- simple-payment
- Files:
-
- 8 edited
- 1 copied
-
tags/2.4.6 (copied) (copied from simple-payment/trunk)
-
tags/2.4.6/admin/transaction-list-table.php (modified) (1 diff)
-
tags/2.4.6/languages/simple-payment.pot (modified) (8 diffs)
-
tags/2.4.6/readme.txt (modified) (2 diffs)
-
tags/2.4.6/simple-payment-plugin.php (modified) (1 diff)
-
trunk/admin/transaction-list-table.php (modified) (1 diff)
-
trunk/languages/simple-payment.pot (modified) (8 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/simple-payment-plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-payment/tags/2.4.6/admin/transaction-list-table.php
r3338687 r3338694 1 1 <?php 2 2 3 use leewillis77\WpListTableExportable; 4 5 class Transaction_List extends WpListTableExportable { 3 class Transaction_List extends leewillis77\WpListTableExportable\WpListTableExportable { 6 4 7 5 public static $table_name = 'sp_transactions'; -
simple-payment/tags/2.4.6/languages/simple-payment.pot
r3338692 r3338694 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Simple Payment 2.4. 4\n"5 "Project-Id-Version: Simple Payment 2.4.5\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/simple-payment\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-08-04T04:5 0:04+00:00\n"12 "POT-Creation-Date: 2025-08-04T04:57:57+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.10.0\n" … … 86 86 87 87 #: addons/elementor/widget.php:103 88 #: admin/transaction-list-table.php:23 888 #: admin/transaction-list-table.php:236 89 89 msgid "Amount" 90 90 msgstr "" … … 202 202 #: addons/wpjobboard/config.php:12 203 203 #: admin/settings.php:111 204 #: admin/transaction-list-table.php:23 9204 #: admin/transaction-list-table.php:237 205 205 #: settings.php:110 206 206 msgid "Engine" … … 717 717 #: admin/admin.php:190 718 718 #: admin/admin.php:191 719 #: admin/transaction-list-table.php:2 41719 #: admin/transaction-list-table.php:239 720 720 msgid "Payments" 721 721 msgstr "" … … 1157 1157 1158 1158 #: admin/settings.php:117 1159 #: admin/transaction-list-table.php:2 511159 #: admin/transaction-list-table.php:249 1160 1160 #: settings.php:116 1161 1161 msgid "Sandbox" … … 1334 1334 1335 1335 #: admin/settings.php:168 1336 #: admin/transaction-list-table.php:15 71337 #: admin/transaction-list-table.php:17 81336 #: admin/transaction-list-table.php:155 1337 #: admin/transaction-list-table.php:176 1338 1338 #: settings.php:167 1339 1339 msgid "Archive" … … 1838 1838 msgstr "" 1839 1839 1840 #: admin/transaction-list-table.php:1 51840 #: admin/transaction-list-table.php:13 1841 1841 msgid "Transaction" 1842 1842 msgstr "" 1843 1843 1844 #: admin/transaction-list-table.php:1 61844 #: admin/transaction-list-table.php:14 1845 1845 msgid "Transactions" 1846 1846 msgstr "" 1847 1847 1848 #: admin/transaction-list-table.php: 211848 #: admin/transaction-list-table.php:19 1849 1849 msgid "Export" 1850 1850 msgstr "" 1851 1851 1852 #: admin/transaction-list-table.php:31 1853 msgid "All" 1854 msgstr "" 1855 1856 #: admin/transaction-list-table.php:32 1857 msgid "Success" 1858 msgstr "" 1859 1852 1860 #: admin/transaction-list-table.php:33 1853 msgid " All"1861 msgid "Failed" 1854 1862 msgstr "" 1855 1863 1856 1864 #: admin/transaction-list-table.php:34 1857 msgid " Success"1865 msgid "Cancelled" 1858 1866 msgstr "" 1859 1867 1860 1868 #: admin/transaction-list-table.php:35 1861 msgid " Failed"1869 msgid "Pending" 1862 1870 msgstr "" 1863 1871 1864 1872 #: admin/transaction-list-table.php:36 1865 msgid "Cancelled" 1873 #: admin/transaction-list-table.php:251 1874 msgid "Created" 1866 1875 msgstr "" 1867 1876 1868 1877 #: admin/transaction-list-table.php:37 1869 msgid "Pending"1870 msgstr ""1871 1872 #: admin/transaction-list-table.php:381873 #: admin/transaction-list-table.php:2531874 msgid "Created"1875 msgstr ""1876 1877 #: admin/transaction-list-table.php:391878 1878 msgid "Archived" 1879 1879 msgstr "" 1880 1880 1881 #: admin/transaction-list-table.php:6 21881 #: admin/transaction-list-table.php:60 1882 1882 msgid "All Engines" 1883 1883 msgstr "" 1884 1884 1885 #: admin/transaction-list-table.php:6 91885 #: admin/transaction-list-table.php:67 1886 1886 msgid "Filter" 1887 1887 msgstr "" 1888 1888 1889 #: admin/transaction-list-table.php:13 41889 #: admin/transaction-list-table.php:132 1890 1890 msgid "No transactions avaliable." 1891 1891 msgstr "" 1892 1892 1893 #: admin/transaction-list-table.php:14 71894 #: admin/transaction-list-table.php:17 31893 #: admin/transaction-list-table.php:145 1894 #: admin/transaction-list-table.php:171 1895 1895 msgid "Unarchive" 1896 1896 msgstr "" 1897 1897 1898 #: admin/transaction-list-table.php:16 21899 #: admin/transaction-list-table.php:17 71898 #: admin/transaction-list-table.php:160 1899 #: admin/transaction-list-table.php:175 1900 1900 msgid "Verify" 1901 1901 msgstr "" 1902 1902 1903 #: admin/transaction-list-table.php:16 51903 #: admin/transaction-list-table.php:163 1904 1904 msgid "Details" 1905 1905 msgstr "" 1906 1906 1907 #: admin/transaction-list-table.php:23 61907 #: admin/transaction-list-table.php:234 1908 1908 msgid "ID" 1909 1909 msgstr "" 1910 1910 1911 #: admin/transaction-list-table.php:23 71911 #: admin/transaction-list-table.php:235 1912 1912 msgid "Concept" 1913 1913 msgstr "" 1914 1914 1915 #: admin/transaction-list-table.php:238 1916 msgid "Status" 1917 msgstr "" 1918 1915 1919 #: admin/transaction-list-table.php:240 1916 msgid "Status" 1920 msgid "Transaction ID" 1921 msgstr "" 1922 1923 #: admin/transaction-list-table.php:241 1924 msgid "Confirmation Code" 1917 1925 msgstr "" 1918 1926 1919 1927 #: admin/transaction-list-table.php:242 1920 msgid " Transaction ID"1928 msgid "User" 1921 1929 msgstr "" 1922 1930 1923 1931 #: admin/transaction-list-table.php:243 1924 msgid " Confirmation Code"1932 msgid "URL" 1925 1933 msgstr "" 1926 1934 1927 1935 #: admin/transaction-list-table.php:244 1928 msgid " User"1936 msgid "Parameters" 1929 1937 msgstr "" 1930 1938 1931 1939 #: admin/transaction-list-table.php:245 1932 msgid " URL"1940 msgid "IP Address" 1933 1941 msgstr "" 1934 1942 1935 1943 #: admin/transaction-list-table.php:246 1936 msgid " Parameters"1944 msgid "User Agent" 1937 1945 msgstr "" 1938 1946 1939 1947 #: admin/transaction-list-table.php:247 1940 msgid " IP Address"1948 msgid "Error" 1941 1949 msgstr "" 1942 1950 1943 1951 #: admin/transaction-list-table.php:248 1944 msgid "User Agent" 1945 msgstr "" 1946 1947 #: admin/transaction-list-table.php:249 1948 msgid "Error" 1952 msgid "Token" 1949 1953 msgstr "" 1950 1954 1951 1955 #: admin/transaction-list-table.php:250 1952 msgid "Token"1953 msgstr ""1954 1955 #: admin/transaction-list-table.php:2521956 1956 msgid "Modified" 1957 1957 msgstr "" 1958 1958 1959 #: admin/transaction-list-table.php:2 811959 #: admin/transaction-list-table.php:279 1960 1960 msgid "Verification result for %s:<br />%s" 1961 1961 msgstr "" -
simple-payment/tags/2.4.6/readme.txt
r3338692 r3338694 4 4 Tags: credit card, simple payment, donation, membership, checkout, payment request, payment gateway, sales, woocommerce, store, ecommerce, e-commerce, commerce, gutenberg, elementor, cardcom, icount, icredit, payme, isracard, paypal 5 5 Requires at least: 4.6 6 Tested up to: 6.8. 17 Stable tag: 2.4. 56 Tested up to: 6.8.2 7 Stable tag: 2.4.6 8 8 Requires PHP: 5.4 9 9 License: GPLv2 or later … … 93 93 == Changelog == 94 94 95 = 2.4.6 = 96 *Release Date - 29 Jun 2025* 97 * Added Test Engine for testing/dev purposes 98 * Fixed issue with composer and class not found 99 * Tested to latest WP version 100 * Security fixes 101 95 102 = 2.4.2 = 96 103 *Release Date - 29 Jun 2025* -
simple-payment/tags/2.4.6/simple-payment-plugin.php
r3338692 r3338694 4 4 * Plugin URI: https://simple-payment.yalla-ya.com 5 5 * Description: Simple Payment enables integration with multiple payment gateways, and customize multiple payment forms. 6 * Version: 2.4. 56 * Version: 2.4.6 7 7 * Author: Ido Kobelkowsky / yalla ya! 8 8 * Author URI: https://github.com/idokd -
simple-payment/trunk/admin/transaction-list-table.php
r3338687 r3338694 1 1 <?php 2 2 3 use leewillis77\WpListTableExportable; 4 5 class Transaction_List extends WpListTableExportable { 3 class Transaction_List extends leewillis77\WpListTableExportable\WpListTableExportable { 6 4 7 5 public static $table_name = 'sp_transactions'; -
simple-payment/trunk/languages/simple-payment.pot
r3338692 r3338694 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Simple Payment 2.4. 4\n"5 "Project-Id-Version: Simple Payment 2.4.5\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/simple-payment\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-08-04T04:5 0:04+00:00\n"12 "POT-Creation-Date: 2025-08-04T04:57:57+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.10.0\n" … … 86 86 87 87 #: addons/elementor/widget.php:103 88 #: admin/transaction-list-table.php:23 888 #: admin/transaction-list-table.php:236 89 89 msgid "Amount" 90 90 msgstr "" … … 202 202 #: addons/wpjobboard/config.php:12 203 203 #: admin/settings.php:111 204 #: admin/transaction-list-table.php:23 9204 #: admin/transaction-list-table.php:237 205 205 #: settings.php:110 206 206 msgid "Engine" … … 717 717 #: admin/admin.php:190 718 718 #: admin/admin.php:191 719 #: admin/transaction-list-table.php:2 41719 #: admin/transaction-list-table.php:239 720 720 msgid "Payments" 721 721 msgstr "" … … 1157 1157 1158 1158 #: admin/settings.php:117 1159 #: admin/transaction-list-table.php:2 511159 #: admin/transaction-list-table.php:249 1160 1160 #: settings.php:116 1161 1161 msgid "Sandbox" … … 1334 1334 1335 1335 #: admin/settings.php:168 1336 #: admin/transaction-list-table.php:15 71337 #: admin/transaction-list-table.php:17 81336 #: admin/transaction-list-table.php:155 1337 #: admin/transaction-list-table.php:176 1338 1338 #: settings.php:167 1339 1339 msgid "Archive" … … 1838 1838 msgstr "" 1839 1839 1840 #: admin/transaction-list-table.php:1 51840 #: admin/transaction-list-table.php:13 1841 1841 msgid "Transaction" 1842 1842 msgstr "" 1843 1843 1844 #: admin/transaction-list-table.php:1 61844 #: admin/transaction-list-table.php:14 1845 1845 msgid "Transactions" 1846 1846 msgstr "" 1847 1847 1848 #: admin/transaction-list-table.php: 211848 #: admin/transaction-list-table.php:19 1849 1849 msgid "Export" 1850 1850 msgstr "" 1851 1851 1852 #: admin/transaction-list-table.php:31 1853 msgid "All" 1854 msgstr "" 1855 1856 #: admin/transaction-list-table.php:32 1857 msgid "Success" 1858 msgstr "" 1859 1852 1860 #: admin/transaction-list-table.php:33 1853 msgid " All"1861 msgid "Failed" 1854 1862 msgstr "" 1855 1863 1856 1864 #: admin/transaction-list-table.php:34 1857 msgid " Success"1865 msgid "Cancelled" 1858 1866 msgstr "" 1859 1867 1860 1868 #: admin/transaction-list-table.php:35 1861 msgid " Failed"1869 msgid "Pending" 1862 1870 msgstr "" 1863 1871 1864 1872 #: admin/transaction-list-table.php:36 1865 msgid "Cancelled" 1873 #: admin/transaction-list-table.php:251 1874 msgid "Created" 1866 1875 msgstr "" 1867 1876 1868 1877 #: admin/transaction-list-table.php:37 1869 msgid "Pending"1870 msgstr ""1871 1872 #: admin/transaction-list-table.php:381873 #: admin/transaction-list-table.php:2531874 msgid "Created"1875 msgstr ""1876 1877 #: admin/transaction-list-table.php:391878 1878 msgid "Archived" 1879 1879 msgstr "" 1880 1880 1881 #: admin/transaction-list-table.php:6 21881 #: admin/transaction-list-table.php:60 1882 1882 msgid "All Engines" 1883 1883 msgstr "" 1884 1884 1885 #: admin/transaction-list-table.php:6 91885 #: admin/transaction-list-table.php:67 1886 1886 msgid "Filter" 1887 1887 msgstr "" 1888 1888 1889 #: admin/transaction-list-table.php:13 41889 #: admin/transaction-list-table.php:132 1890 1890 msgid "No transactions avaliable." 1891 1891 msgstr "" 1892 1892 1893 #: admin/transaction-list-table.php:14 71894 #: admin/transaction-list-table.php:17 31893 #: admin/transaction-list-table.php:145 1894 #: admin/transaction-list-table.php:171 1895 1895 msgid "Unarchive" 1896 1896 msgstr "" 1897 1897 1898 #: admin/transaction-list-table.php:16 21899 #: admin/transaction-list-table.php:17 71898 #: admin/transaction-list-table.php:160 1899 #: admin/transaction-list-table.php:175 1900 1900 msgid "Verify" 1901 1901 msgstr "" 1902 1902 1903 #: admin/transaction-list-table.php:16 51903 #: admin/transaction-list-table.php:163 1904 1904 msgid "Details" 1905 1905 msgstr "" 1906 1906 1907 #: admin/transaction-list-table.php:23 61907 #: admin/transaction-list-table.php:234 1908 1908 msgid "ID" 1909 1909 msgstr "" 1910 1910 1911 #: admin/transaction-list-table.php:23 71911 #: admin/transaction-list-table.php:235 1912 1912 msgid "Concept" 1913 1913 msgstr "" 1914 1914 1915 #: admin/transaction-list-table.php:238 1916 msgid "Status" 1917 msgstr "" 1918 1915 1919 #: admin/transaction-list-table.php:240 1916 msgid "Status" 1920 msgid "Transaction ID" 1921 msgstr "" 1922 1923 #: admin/transaction-list-table.php:241 1924 msgid "Confirmation Code" 1917 1925 msgstr "" 1918 1926 1919 1927 #: admin/transaction-list-table.php:242 1920 msgid " Transaction ID"1928 msgid "User" 1921 1929 msgstr "" 1922 1930 1923 1931 #: admin/transaction-list-table.php:243 1924 msgid " Confirmation Code"1932 msgid "URL" 1925 1933 msgstr "" 1926 1934 1927 1935 #: admin/transaction-list-table.php:244 1928 msgid " User"1936 msgid "Parameters" 1929 1937 msgstr "" 1930 1938 1931 1939 #: admin/transaction-list-table.php:245 1932 msgid " URL"1940 msgid "IP Address" 1933 1941 msgstr "" 1934 1942 1935 1943 #: admin/transaction-list-table.php:246 1936 msgid " Parameters"1944 msgid "User Agent" 1937 1945 msgstr "" 1938 1946 1939 1947 #: admin/transaction-list-table.php:247 1940 msgid " IP Address"1948 msgid "Error" 1941 1949 msgstr "" 1942 1950 1943 1951 #: admin/transaction-list-table.php:248 1944 msgid "User Agent" 1945 msgstr "" 1946 1947 #: admin/transaction-list-table.php:249 1948 msgid "Error" 1952 msgid "Token" 1949 1953 msgstr "" 1950 1954 1951 1955 #: admin/transaction-list-table.php:250 1952 msgid "Token"1953 msgstr ""1954 1955 #: admin/transaction-list-table.php:2521956 1956 msgid "Modified" 1957 1957 msgstr "" 1958 1958 1959 #: admin/transaction-list-table.php:2 811959 #: admin/transaction-list-table.php:279 1960 1960 msgid "Verification result for %s:<br />%s" 1961 1961 msgstr "" -
simple-payment/trunk/readme.txt
r3338692 r3338694 4 4 Tags: credit card, simple payment, donation, membership, checkout, payment request, payment gateway, sales, woocommerce, store, ecommerce, e-commerce, commerce, gutenberg, elementor, cardcom, icount, icredit, payme, isracard, paypal 5 5 Requires at least: 4.6 6 Tested up to: 6.8. 17 Stable tag: 2.4. 56 Tested up to: 6.8.2 7 Stable tag: 2.4.6 8 8 Requires PHP: 5.4 9 9 License: GPLv2 or later … … 93 93 == Changelog == 94 94 95 = 2.4.6 = 96 *Release Date - 29 Jun 2025* 97 * Added Test Engine for testing/dev purposes 98 * Fixed issue with composer and class not found 99 * Tested to latest WP version 100 * Security fixes 101 95 102 = 2.4.2 = 96 103 *Release Date - 29 Jun 2025* -
simple-payment/trunk/simple-payment-plugin.php
r3338692 r3338694 4 4 * Plugin URI: https://simple-payment.yalla-ya.com 5 5 * Description: Simple Payment enables integration with multiple payment gateways, and customize multiple payment forms. 6 * Version: 2.4. 56 * Version: 2.4.6 7 7 * Author: Ido Kobelkowsky / yalla ya! 8 8 * Author URI: https://github.com/idokd
Note: See TracChangeset
for help on using the changeset viewer.